The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WolfConcurrency, reference master (2db99c), with Swift 6.3 for Android on 11 Apr 2026 05:31:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfConcurrency.git
Reference: master
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/WolfConcurrency
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2db99c1 Build as dynamic library.
Cloned https://github.com/wolfmcnally/WolfConcurrency.git
Revision (git rev-parse @):
2db99c1fdf6e2bda2a8570cc19c5291dfe6cce88
SUCCESS checkout https://github.com/wolfmcnally/WolfConcurrency.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfConcurrency.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/wolfmcnally/WolfNumerics
Fetching https://github.com/wolfmcnally/WolfFoundation
[1/343] Fetching wolffoundation
[344/618] Fetching wolffoundation, wolfnumerics
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.21s)
Fetched https://github.com/wolfmcnally/WolfFoundation from cache (0.21s)
Computing version for https://github.com/wolfmcnally/WolfFoundation
Computed https://github.com/wolfmcnally/WolfFoundation at 5.0.1 (0.69s)
Fetching https://github.com/wolfmcnally/WolfPipe
[1/277] Fetching wolfpipe
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.18s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.69s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.72s)
Creating working copy for https://github.com/wolfmcnally/WolfFoundation
Working copy of https://github.com/wolfmcnally/WolfFoundation resolved at 5.0.1
Creating working copy for https://github.com/wolfmcnally/WolfPipe
Working copy of https://github.com/wolfmcnally/WolfPipe resolved at 2.0.2
Creating working copy for https://github.com/wolfmcnally/WolfNumerics
Working copy of https://github.com/wolfmcnally/WolfNumerics resolved at 4.0.4
Building for debugging...
[0/17] Write sources
[4/17] Write swift-version--4F562202D5529B1.txt
[6/39] Compiling WolfPipe Curry.swift
[7/39] Compiling WolfPipe EffectfulComposeOperator.swift
[8/39] Compiling WolfPipe KeyPaths.swift
[9/39] Compiling WolfPipe PipeOperator.swift
[10/39] Compiling WolfPipe SetAlgebra.swift
[11/39] Compiling WolfPipe PipeCompatibleFunctions.swift
[12/39] Emitting module WolfPipe
[13/39] Compiling WolfPipe ComposeOperator.swift
[14/40] Compiling WolfNumerics Frac.swift
[15/40] Compiling WolfNumerics Interpolable.swift
[17/41] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[18/41] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[18/41] Wrapping AST for WolfPipe for debugging
[19/41] Write Objects.LinkFileList
[20/41] Linking libWolfPipe.so
[22/41] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[23/41] Compiling WolfNumerics BinarySearch.swift
[24/41] Emitting module WolfNumerics
[25/41] Compiling WolfNumerics RangeExtensions.swift
[26/41] Compiling WolfNumerics RunningAverage.swift
[27/41] Compiling WolfNumerics Lerp.swift
[28/41] Compiling WolfNumerics NumericUtils.swift
[29/41] Compiling WolfNumerics Interval.swift
[30/41] Compiling WolfNumerics IntervalCreationOperator.swift
[31/41] Compiling WolfNumerics PercentOperator.swift
[32/41] Compiling WolfNumerics RandomExtensions.swift
[33/42] Wrapping AST for WolfNumerics for debugging
[34/42] Write Objects.LinkFileList
[35/42] Linking libWolfNumerics.so
[37/80] Compiling WolfFoundation ArrayExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 |         }
[38/80] Compiling WolfFoundation CircularIndex.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 |         }
[39/80] Compiling WolfFoundation DataExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 |         }
[40/80] Compiling WolfFoundation DateExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 |         }
[41/80] Compiling WolfFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 |         }
[42/85] Emitting module WolfFoundation
[43/85] Compiling WolfFoundation WeakSet.swift
[44/85] Compiling WolfFoundation CodedError.swift
[45/85] Compiling WolfFoundation ErrorExtensions.swift
[46/85] Compiling WolfFoundation MessageError.swift
[47/85] Compiling WolfFoundation ValidationError.swift
[48/85] Compiling WolfFoundation WolfFoundationError.swift
[49/85] Compiling WolfFoundation TimeConstants.swift
[50/85] Compiling WolfFoundation Heap.swift
[51/85] Compiling WolfFoundation Matrix.swift
[52/85] Compiling WolfFoundation PriorityQueue.swift
[53/85] Compiling WolfFoundation Queue.swift
[54/85] Compiling WolfFoundation ValueCache.swift
[55/85] Compiling WolfFoundation InvalidateAndAssignOperator.swift
[56/85] Compiling WolfFoundation ReferenceOperator.swift
[57/85] Compiling WolfFoundation TweakOperator.swift
[58/85] Compiling WolfFoundation Hideable.swift
[59/85] Compiling WolfFoundation Invalidatable.swift
[60/85] Compiling WolfFoundation OptionalExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 | }
[61/85] Compiling WolfFoundation Associated.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 | }
[62/85] Compiling WolfFoundation DebugIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 | }
[63/85] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 | }
[64/85] Compiling WolfFoundation InheritsFromOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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/.build/checkouts/WolfFoundation/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 | }
[65/85] Compiling WolfFoundation ModelObject.swift
[66/85] Compiling WolfFoundation Serializable.swift
[67/85] Compiling WolfFoundation ASCII.swift
[68/85] Compiling WolfFoundation Base64.swift
[69/85] Compiling WolfFoundation Dimensions.swift
[70/85] Compiling WolfFoundation Hex.swift
[71/85] Compiling WolfFoundation JSON.swift
[72/85] Compiling WolfFoundation Lazy.swift
[73/85] Compiling WolfFoundation Ordinal.swift
[74/85] Compiling WolfFoundation Position.swift
[75/85] Compiling WolfFoundation SortWeight.swift
[76/85] Compiling WolfFoundation Tagged.swift
[77/85] Compiling WolfFoundation TransferValue.swift
[78/85] Compiling WolfFoundation UTF8.swift
[79/85] Compiling WolfFoundation Weak.swift
BUILD FAILURE 6.3 android