Skip to content

Commit

Permalink
No conditionally compiled availability (#64).
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Aug 19, 2023
1 parent ed51792 commit 839e482
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 481 deletions.
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Addition+Digit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Addition x Digit
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Addition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Addition
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Bits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Bits
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Comparisons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Comparisons
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Complements.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Complements
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
6 changes: 0 additions & 6 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Division+Digit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Division x Digit
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -71,9 +68,6 @@ extension NBKDoubleWidth {
// MARK: + Unsigned
//=----------------------------------------------------------------------------=

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth where High == High.Magnitude {

//=------------------------------------------------------------------------=
Expand Down
6 changes: 0 additions & 6 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Division.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Division
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -117,9 +114,6 @@ extension NBKDoubleWidth {
// MARK: + Unsigned
//=----------------------------------------------------------------------------=

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth where High == High.Magnitude {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Endianness.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Endianness
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Literals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Literals
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=-------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Logic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Logic
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Multiplication x Digit
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -75,9 +72,6 @@ extension NBKDoubleWidth {
// MARK: * NBK x Double Width x Multiplication x Digit x Unsigned
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth where High == High.Magnitude {

//=------------------------------------------------------------------------=
Expand Down
6 changes: 0 additions & 6 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Multiplication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Multiplication
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -75,9 +72,6 @@ extension NBKDoubleWidth {
// MARK: + Unsigned
//=----------------------------------------------------------------------------=

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth where High == High.Magnitude {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Numbers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Numbers
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
6 changes: 0 additions & 6 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Rotations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Rotations x Left
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -126,9 +123,6 @@ extension NBKDoubleWidth {
// MARK: * NBK x Double Width x Rotations x Right
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
6 changes: 0 additions & 6 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Shifts.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Shifts x Left
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -137,9 +134,6 @@ extension NBKDoubleWidth {
// MARK: * NBK x Double Width x Shifts x Right
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Strides.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Strides
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Subtraction x Digit
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Subtraction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Subtraction
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
6 changes: 0 additions & 6 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Text.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Text
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -55,9 +52,6 @@ extension NBKDoubleWidth {
// MARK: * NBK x Double Width x Text x Unsigned
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth where High == High.Magnitude {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Uninitialized.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// MARK: * NBK x Double Width x Uninitialized
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
3 changes: 0 additions & 3 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Words+Pointers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Words x Pointers
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down
12 changes: 0 additions & 12 deletions Sources/NBKDoubleWidthKit/NBKDoubleWidth+Words.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import NBKCoreKit
// MARK: * NBK x Double Width x Words
//*============================================================================*

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -46,9 +43,6 @@ extension NBKDoubleWidth {
// MARK: + Collection x Indices
//=----------------------------------------------------------------------------=

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -139,9 +133,6 @@ extension NBKDoubleWidth {
// MARK: + Collection x Elements
//=----------------------------------------------------------------------------=

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth {

//=------------------------------------------------------------------------=
Expand Down Expand Up @@ -275,9 +266,6 @@ extension NBKDoubleWidth {
// MARK: + Unsigned
//=----------------------------------------------------------------------------=

#if SBI && swift(>=5.8)
@available(iOS 16.4, macCatalyst 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *)
#endif
extension NBKDoubleWidth where High == High.Magnitude {

//=------------------------------------------------------------------------=
Expand Down
Loading

0 comments on commit 839e482

Please sign in to comment.