The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WolfFoundation, reference 5.0.1 (8370e7), with Swift 6.2 for Android on 18 Jun 2025 06:10:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfFoundation.git
Reference: 5.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/wolfmcnally/WolfFoundation
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at 8370e79 Build as dynamic library.
Cloned https://github.com/wolfmcnally/WolfFoundation.git
Revision (git rev-parse @):
8370e79858c238b584600374bd13484414796c72
SUCCESS checkout https://github.com/wolfmcnally/WolfFoundation.git at 5.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfFoundation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/wolfmcnally/WolfNumerics
Fetching https://github.com/wolfmcnally/WolfPipe
[1/275] Fetching wolfnumerics
[65/552] Fetching wolfnumerics, wolfpipe
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.48s)
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.48s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (1.31s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.86s)
Creating working copy for https://github.com/wolfmcnally/WolfNumerics
Working copy of https://github.com/wolfmcnally/WolfNumerics resolved at 4.0.4
Creating working copy for https://github.com/wolfmcnally/WolfPipe
Working copy of https://github.com/wolfmcnally/WolfPipe resolved at 2.0.2
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/35] Emitting module WolfPipe
[6/35] Emitting module WolfNumerics
[7/36] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[8/36] Compiling WolfNumerics Frac.swift
[9/36] Compiling WolfNumerics Interpolable.swift
[10/36] Compiling WolfPipe PipeOperator.swift
[11/36] Compiling WolfPipe SetAlgebra.swift
[12/36] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[13/36] Compiling WolfPipe KeyPaths.swift
[14/36] Compiling WolfPipe PipeCompatibleFunctions.swift
[15/36] Compiling WolfPipe EffectfulComposeOperator.swift
[16/36] Compiling WolfPipe Curry.swift
[17/36] Compiling WolfPipe ComposeOperator.swift
[18/37] Wrapping AST for WolfPipe for debugging
[19/37] Write Objects.LinkFileList
[21/37] Compiling WolfNumerics Interval.swift
[22/37] Compiling WolfNumerics IntervalCreationOperator.swift
[22/37] Linking libWolfPipe.so
[24/37] Compiling WolfNumerics PercentOperator.swift
[25/37] Compiling WolfNumerics RandomExtensions.swift
[26/37] Compiling WolfNumerics Lerp.swift
[27/37] Compiling WolfNumerics NumericUtils.swift
[28/37] Compiling WolfNumerics RangeExtensions.swift
[29/37] Compiling WolfNumerics RunningAverage.swift
[30/37] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[31/37] Compiling WolfNumerics BinarySearch.swift
[32/38] Wrapping AST for WolfNumerics for debugging
[33/38] Write Objects.LinkFileList
[34/38] Linking libWolfNumerics.so
[36/76] Compiling WolfFoundation OptionalExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[37/76] Compiling WolfFoundation Associated.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[38/76] Compiling WolfFoundation DebugIdentifier.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[39/76] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[40/76] Compiling WolfFoundation InheritsFromOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[41/76] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[42/76] Compiling WolfFoundation ReferenceOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[43/76] Compiling WolfFoundation TweakOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[44/76] Compiling WolfFoundation Hideable.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[45/76] Compiling WolfFoundation Invalidatable.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[46/81] Compiling WolfFoundation ArrayExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/81] Compiling WolfFoundation CircularIndex.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/81] Compiling WolfFoundation DataExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/81] Compiling WolfFoundation DateExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/81] Compiling WolfFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API. [#DeprecatedDeclaration]
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/81] Compiling WolfFoundation WeakSet.swift
[52/81] Compiling WolfFoundation CodedError.swift
[53/81] Compiling WolfFoundation ErrorExtensions.swift
[54/81] Compiling WolfFoundation MessageError.swift
[55/81] Compiling WolfFoundation ValidationError.swift
[56/81] Compiling WolfFoundation WolfFoundationError.swift
[57/81] Compiling WolfFoundation TimeConstants.swift
[58/81] Compiling WolfFoundation Heap.swift
[59/81] Compiling WolfFoundation Matrix.swift
[60/81] Compiling WolfFoundation PriorityQueue.swift
[61/81] Compiling WolfFoundation Queue.swift
[62/81] Compiling WolfFoundation ValueCache.swift
[63/81] Emitting module WolfFoundation
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[64/81] Compiling WolfFoundation SortWeight.swift
[65/81] Compiling WolfFoundation Tagged.swift
[66/81] Compiling WolfFoundation TransferValue.swift
[67/81] Compiling WolfFoundation UTF8.swift
[68/81] Compiling WolfFoundation Weak.swift
[69/81] Compiling WolfFoundation ModelObject.swift
[70/81] Compiling WolfFoundation Serializable.swift
[71/81] Compiling WolfFoundation ASCII.swift
[72/81] Compiling WolfFoundation Base64.swift
[73/81] Compiling WolfFoundation Dimensions.swift
[74/81] Compiling WolfFoundation Hex.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[75/81] Compiling WolfFoundation JSON.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[76/81] Compiling WolfFoundation Lazy.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[77/81] Compiling WolfFoundation Ordinal.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[78/81] Compiling WolfFoundation Position.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
BUILD FAILURE 6.2 android