Build Information
Failed to build swift-utilities, reference main (79aa88
), with Swift 6.1 for Android on 5 Jun 2025 01:10:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danthorpe/swift-utilities.git
Reference: main
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/danthorpe/swift-utilities
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79aa888 bot: bump github.com/pointfreeco/xctest-dynamic-overlay from 1.5.1 to 1.5.2 (#63)
Cloned https://github.com/danthorpe/swift-utilities.git
Revision (git rev-parse @):
79aa8887a2549c0dfea61952c2b69a0438c38279
SUCCESS checkout https://github.com/danthorpe/swift-utilities.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/danthorpe/swift-utilities.git
https://github.com/danthorpe/swift-utilities.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "http://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-utilities",
"name" : "swift-utilities",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "AssertionExtras",
"targets" : [
"AssertionExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Extensions",
"targets" : [
"Extensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FileManagerClient",
"targets" : [
"FileManagerClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Protected",
"targets" : [
"Protected"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Reachability",
"targets" : [
"Reachability"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShortID",
"targets" : [
"ShortID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShortIDTests",
"module_type" : "SwiftTarget",
"name" : "ShortIDTests",
"path" : "Tests/ShortIDTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"ShortIDTests.swift"
],
"target_dependencies" : [
"ShortID"
],
"type" : "test"
},
{
"c99name" : "ShortID",
"module_type" : "SwiftTarget",
"name" : "ShortID",
"path" : "Sources/ShortID",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"ShortID"
],
"sources" : [
"ShortID+Dependencies.swift",
"ShortID.swift"
],
"target_dependencies" : [
"Protected"
],
"type" : "library"
},
{
"c99name" : "Reachability",
"module_type" : "SwiftTarget",
"name" : "Reachability",
"path" : "Sources/Reachability",
"product_dependencies" : [
"AsyncAlgorithms",
"Dependencies",
"IssueReporting"
],
"product_memberships" : [
"Reachability"
],
"sources" : [
"Reachability+LiveKey.swift",
"Reachability+TestKey.swift",
"Reachability.swift"
],
"type" : "library"
},
{
"c99name" : "ProtectedTests",
"module_type" : "SwiftTarget",
"name" : "ProtectedTests",
"path" : "Tests/ProtectedTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"ProtectedTests.swift"
],
"target_dependencies" : [
"Protected"
],
"type" : "test"
},
{
"c99name" : "Protected",
"module_type" : "SwiftTarget",
"name" : "Protected",
"path" : "Sources/Protected",
"product_memberships" : [
"Protected",
"ShortID"
],
"sources" : [
"Protected.swift"
],
"type" : "library"
},
{
"c99name" : "FileManagerClient",
"module_type" : "SwiftTarget",
"name" : "FileManagerClient",
"path" : "Sources/FileManagerClient",
"product_dependencies" : [
"Dependencies",
"DependenciesMacros",
"IssueReporting"
],
"product_memberships" : [
"FileManagerClient"
],
"sources" : [
"FileManagerClient.swift"
],
"type" : "library"
},
{
"c99name" : "ExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "ExtensionsTests",
"path" : "Tests/ExtensionsTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"DateGenerator+Tests.swift"
],
"target_dependencies" : [
"Extensions"
],
"type" : "test"
},
{
"c99name" : "Extensions",
"module_type" : "SwiftTarget",
"name" : "Extensions",
"path" : "Sources/Extensions",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"AssertionExtras",
"Extensions"
],
"sources" : [
"Calendar+.swift",
"DateGenerator+.swift",
"Task+.swift"
],
"type" : "library"
},
{
"c99name" : "AssertionExtras",
"module_type" : "SwiftTarget",
"name" : "AssertionExtras",
"path" : "Sources/AssertionExtras",
"product_dependencies" : [
"CustomDump",
"IssueReporting",
"IssueReportingTestSupport"
],
"product_memberships" : [
"AssertionExtras"
],
"sources" : [
"XCTAssertNoThrows.swift",
"XCTAssertThrowsError.swift"
],
"target_dependencies" : [
"Extensions"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/apple/swift-docc-plugin
Fetching http://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/852] Fetching swift-concurrency-extras
[249/2920] Fetching swift-concurrency-extras, swift-docc-plugin
[250/7501] Fetching swift-concurrency-extras, swift-docc-plugin, swift-custom-dump
[5683/24092] Fetching swift-concurrency-extras, swift-docc-plugin, swift-custom-dump, swift-collections
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
[2985/19511] Fetching swift-concurrency-extras, swift-docc-plugin, swift-collections
Fetching https://github.com/apple/swift-argument-parser
[4415/24969] Fetching swift-concurrency-extras, swift-docc-plugin, swift-collections, xctest-dynamic-overlay
[5513/31218] Fetching swift-concurrency-extras, swift-docc-plugin, swift-collections, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.46s)
[10164/30366] Fetching swift-docc-plugin, swift-collections, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
[10183/28298] Fetching swift-collections, xctest-dynamic-overlay, swift-dependencies
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.69s)
[10881/22049] Fetching swift-collections, xctest-dynamic-overlay
[12925/27034] Fetching swift-collections, xctest-dynamic-overlay, swift-async-algorithms
Fetched http://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.91s)
[15273/36956] Fetching swift-collections, swift-async-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-async-algorithms from cache (0.45s)
[11093/31971] Fetching swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-collections from cache (1.77s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (2.31s)
Computing version for http://github.com/pointfreeco/xctest-dynamic-overlay
Computed http://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.68s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.53s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
[144/3702] Fetching swift-clocks, combine-schedulers
[3703/74468] Fetching swift-clocks, combine-schedulers, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.42s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (5.42s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.48s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.07s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.24s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.32s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.71s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.78s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for http://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of http://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-concurrency-extras' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/61] Write sources
[38/61] Compiling _SwiftSyntaxCShims dummy.c
[39/61] Write swift-version-24593BA9C3E375BF.txt
[41/107] Compiling SwiftSyntax510 Empty.swift
[42/107] Emitting module SwiftSyntax510
[43/108] Compiling SwiftSyntax509 Empty.swift
[44/108] Emitting module SwiftSyntax509
[46/109] Compiling SwiftSyntax600 Empty.swift
[47/109] Emitting module SwiftSyntax600
[48/110] Emitting module SwiftSyntax601
[49/110] Compiling SwiftSyntax601 Empty.swift
[52/111] Compiling IssueReporting IsTesting.swift
[53/111] Compiling IssueReporting IssueReporter.swift
[54/111] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/112] Wrapping AST for SwiftSyntax510 for debugging
[56/112] Compiling IssueReporting Warn.swift
[57/112] Compiling IssueReporting XCTest.swift
[59/112] Compiling IssueReporting Deprecations.swift
[60/112] Compiling IssueReporting FailureObserver.swift
[61/112] Emitting module InternalCollectionsUtilities
[62/112] Compiling IssueReporting ErrorReporting.swift
[63/112] Compiling IssueReporting AppHostWarning.swift
[64/119] Compiling IssueReporting SwiftTesting.swift
[65/119] Compiling IssueReporting UncheckedSendable.swift
[65/119] Wrapping AST for SwiftSyntax600 for debugging
[66/122] Wrapping AST for SwiftSyntax509 for debugging
[68/123] Compiling ConcurrencyExtras Locking.swift
[69/123] Compiling ConcurrencyExtras UncheckedBox.swift
[69/123] Wrapping AST for SwiftSyntax601 for debugging
[71/124] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/188] Compiling SwiftSyntax RawSyntax.swift
[74/188] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[75/190] Compiling SwiftSyntax AbsolutePosition.swift
[76/190] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[77/190] Emitting module ConcurrencyExtras
[78/198] Compiling SwiftSyntax SourceEdit.swift
[79/198] Compiling SwiftSyntax SourceLength.swift
[80/261] Compiling ConcurrencyExtras UncheckedSendable.swift
[81/261] Compiling OrderedCollections _HashTable+Constants.swift
[82/261] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[83/261] Compiling OrderedCollections _HashTable+Testing.swift
[84/261] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/263] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/263] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[87/263] Emitting module IssueReporting
[88/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/263] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/263] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[95/270] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/270] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/270] Compiling DequeModule _DequeSlot.swift
[98/270] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[100/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[101/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[102/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[103/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[104/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[105/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/270] Compiling OrderedCollections _HashTable.swift
[107/270] Compiling OrderedCollections _Hashtable+Header.swift
[108/270] Compiling OrderedCollections OrderedDictionary+Codable.swift
[109/270] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[110/270] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[111/270] Compiling OrderedCollections OrderedDictionary+Elements.swift
[112/270] Compiling OrderedCollections OrderedSet+Initializers.swift
[113/270] Compiling OrderedCollections OrderedSet+Insertions.swift
[116/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[117/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[118/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[119/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[120/270] Compiling OrderedCollections OrderedDictionary.swift
[121/270] Compiling OrderedCollections OrderedSet+Codable.swift
[122/270] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[123/270] Compiling OrderedCollections OrderedSet+Descriptions.swift
[124/270] Compiling OrderedCollections OrderedSet+Diffing.swift
[125/270] Compiling OrderedCollections OrderedSet+Equatable.swift
[126/270] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[127/270] Compiling OrderedCollections OrderedSet+Hashable.swift
[128/270] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[129/270] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[130/270] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[131/270] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[132/270] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[133/270] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[134/270] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[135/270] Compiling OrderedCollections OrderedDictionary+Values.swift
[144/270] Compiling OrderedCollections _HashTable+Bucket.swift
[145/270] Compiling OrderedCollections _HashTable+BucketIterator.swift
[146/270] Emitting module DequeModule
[156/271] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/271] Compiling OrderedCollections OrderedSet+SubSequence.swift
[158/271] Compiling OrderedCollections OrderedSet+Testing.swift
[159/271] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[160/271] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[161/271] Compiling OrderedCollections OrderedSet.swift
[162/271] Compiling OrderedCollections _UnsafeBitset.swift
[163/271] Emitting module OrderedCollections
[165/317] Emitting module IssueReportingTestSupport
[166/317] Compiling IssueReportingTestSupport SwiftTesting.swift
[167/317] Compiling IssueReportingTestSupport XCTest.swift
[168/318] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[169/318] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[170/318] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[171/318] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[172/318] Compiling ConcurrencyExtras MainSerialExecutor.swift
[173/318] Compiling ConcurrencyExtras Result.swift
[174/318] Compiling ConcurrencyExtras Task.swift
[175/318] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[176/318] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[177/318] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[178/318] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[179/318] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[180/318] Emitting module Protected
[181/318] Compiling Protected Protected.swift
[182/318] Compiling ConcurrencyExtras LockIsolated.swift
[187/320] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[188/320] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[189/320] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[190/320] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[191/320] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[193/321] Wrapping AST for IssueReportingTestSupport for debugging
[194/321] Write Objects.LinkFileList
[197/344] Linking libIssueReportingTestSupport.so
[199/344] Compiling XCTestDynamicOverlay Exports.swift
[200/344] Emitting module CombineSchedulers
[201/345] Compiling CombineSchedulers AnyScheduler.swift
[202/345] Compiling CombineSchedulers Concurrency.swift
[203/345] Compiling CombineSchedulers Timer.swift
[204/345] Compiling CombineSchedulers SwiftUI.swift
[205/345] Compiling CombineSchedulers TestScheduler.swift
[206/345] Compiling CombineSchedulers UIScheduler.swift
[207/345] Compiling CombineSchedulers ImmediateScheduler.swift
[208/345] Compiling CombineSchedulers Deprecations.swift
[209/345] Compiling CombineSchedulers Lock.swift
[210/345] Compiling CombineSchedulers NSRecursiveLock.swift
[211/345] Compiling CombineSchedulers UIKit.swift
[212/345] Compiling Clocks Timer.swift
[213/346] Emitting module XCTestDynamicOverlay
[214/346] Emitting module Clocks
[215/346] Compiling CombineSchedulers UnimplementedScheduler.swift
[216/347] Compiling Clocks Lock.swift
[217/347] Compiling Clocks AnyClock.swift
[218/347] Compiling Clocks _AsyncTimerSequence.swift
[219/347] Compiling Clocks ImmediateClock.swift
[221/347] Emitting module AsyncAlgorithms
[222/353] Compiling Clocks SwiftUI.swift
[223/353] Compiling Clocks TestClock.swift
[224/353] Compiling XCTestDynamicOverlay Deprecations.swift
[230/354] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[231/354] Compiling Clocks UnimplementedClock.swift
[234/355] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[235/355] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[236/355] Compiling AsyncAlgorithms MergeStateMachine.swift
[237/355] Compiling AsyncAlgorithms MergeStorage.swift
[238/355] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[239/355] Compiling AsyncAlgorithms Rethrow.swift
[240/405] Compiling Dependencies DependencyContext.swift
[241/405] Compiling Dependencies DependencyKey.swift
[242/405] Compiling Dependencies DependencyValues.swift
[243/405] Compiling Dependencies UUID.swift
[244/405] Compiling Dependencies WithRandomNumberGenerator.swift
[245/405] Compiling Dependencies AppEntryPoint.swift
[246/405] Compiling Dependencies Deprecations.swift
[247/405] Compiling Dependencies Context.swift
[248/405] Compiling Dependencies Date.swift
[249/405] Compiling Dependencies FireAndForget.swift
[250/405] Compiling Dependencies Assert.swift
[251/405] Compiling Dependencies Calendar.swift
[252/405] Compiling Dependencies Clocks.swift
[253/405] Compiling Dependencies Locale.swift
[254/405] Compiling Dependencies MainRunLoop.swift
[255/405] Compiling Dependencies OpenURL.swift
[256/405] Compiling Dependencies TimeZone.swift
[257/405] Compiling Dependencies URLSession.swift
[262/405] Compiling Dependencies Dependency.swift
[269/411] Compiling CustomDump Unordered.swift
[270/411] Compiling CustomDump XCTAssertDifference.swift
[271/411] Compiling CustomDump XCTAssertNoDifference.swift
[272/411] Compiling AsyncAlgorithms Dictionary.swift
[273/411] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[274/411] Compiling AsyncAlgorithms Locking.swift
[276/411] Compiling Dependencies Exports.swift
[277/411] Compiling Dependencies TypeName.swift
[284/411] Compiling Dependencies MainQueue.swift
[288/411] Emitting module Dependencies
[298/411] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[299/411] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[300/411] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[301/411] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[302/411] Compiling AsyncAlgorithms AsyncChannel.swift
[303/411] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[306/411] Compiling Dependencies PreviewTrait.swift
[307/411] Compiling Dependencies TestTrait.swift
[308/411] Compiling Dependencies WithDependencies.swift
[309/411] Compiling CustomDump CollectionDifference.swift
[310/411] Emitting module CustomDump
[311/411] Compiling AsyncAlgorithms SetAlgebra.swift
[312/411] Compiling AsyncAlgorithms UnsafeTransfer.swift
[313/411] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[314/411] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[315/411] Compiling AsyncAlgorithms ZipStateMachine.swift
[316/411] Compiling AsyncAlgorithms ZipStorage.swift
[326/424] Emitting module Extensions
[327/424] Emitting module Reachability
[328/424] Emitting module ShortID
[329/424] Compiling Reachability Reachability.swift
[330/424] Compiling Extensions Task+.swift
/host/spi-builder-workspace/Sources/Extensions/Task+.swift:12:63: error: cannot find 'NSEC_PER_SEC' in scope
10 | public static func sleep(seconds timeInterval: TimeInterval) async throws {
11 | guard !timeInterval.isNaN && timeInterval.isFinite else { return }
12 | try await sleep(nanoseconds: UInt64(timeInterval * Double(NSEC_PER_SEC)))
| `- error: cannot find 'NSEC_PER_SEC' in scope
13 | }
14 | }
[331/424] Compiling Extensions Calendar+.swift
/host/spi-builder-workspace/Sources/Extensions/Calendar+.swift:20:57: error: cannot find 'NSEC_PER_MSEC' in scope
18 | guard let nextDay = date(byAdding: .day, value: 1, to: query) else { return nil }
19 | let startOfNextDay = startOfDay(for: nextDay)
20 | return self.date(byAdding: .nanosecond, value: -Int(NSEC_PER_MSEC), to: startOfNextDay)
| `- error: cannot find 'NSEC_PER_MSEC' in scope
21 | }
22 | }
[332/424] Compiling Extensions DateGenerator+.swift
[333/424] Compiling Reachability Reachability+LiveKey.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-concurrency-extras' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/25] Write swift-version-24593BA9C3E375BF.txt
[5/78] Compiling ConcurrencyExtras Result.swift
[6/81] Emitting module SwiftSyntax600
[7/81] Compiling SwiftSyntax600 Empty.swift
[8/81] Emitting module SwiftSyntax509
[9/81] Compiling SwiftSyntax509 Empty.swift
[10/83] Compiling ConcurrencyExtras MainSerialExecutor.swift
[11/83] Compiling SwiftSyntax601 Empty.swift
[12/83] Emitting module SwiftSyntax601
[13/84] Compiling ConcurrencyExtras LockIsolated.swift
[14/84] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/84] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/84] Compiling SwiftSyntax510 Empty.swift
[17/84] Emitting module SwiftSyntax510
[18/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/86] Compiling ConcurrencyExtras Task.swift
[22/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/86] Compiling InternalCollectionsUtilities Debugging.swift
[26/86] Compiling InternalCollectionsUtilities Descriptions.swift
[27/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/84] Compiling IssueReportingTestSupport XCTest.swift
[30/84] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/84] Compiling InternalCollectionsUtilities Integer rank.swift
[32/84] Emitting module ConcurrencyExtras
[34/83] Compiling ConcurrencyExtras UncheckedSendable.swift
[38/85] Emitting module IssueReportingTestSupport
[39/85] Compiling IssueReportingTestSupport SwiftTesting.swift
[41/87] Write Objects.LinkFileList
[43/87] Compiling IssueReporting TestContext.swift
[44/87] Compiling IssueReporting Unimplemented.swift
[47/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/151] Compiling SwiftSyntax TokenSequence.swift
[49/151] Compiling SwiftSyntax TokenSyntax.swift
[50/151] Compiling SwiftSyntax SyntaxProtocol.swift
[51/151] Compiling SwiftSyntax SyntaxText.swift
[52/151] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/151] Compiling SwiftSyntax SourceEdit.swift
[54/151] Emitting module InternalCollectionsUtilities
[55/151] Emitting module IssueReporting
[55/151] Linking libIssueReportingTestSupport.so
[57/151] Compiling SwiftSyntax MissingNodeInitializers.swift
[58/151] Compiling SwiftSyntax RawSyntax.swift
[59/151] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[60/151] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[61/152] Compiling SwiftSyntax AbsolutePosition.swift
[62/152] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[63/152] Emitting module Protected
[64/152] Compiling Protected Protected.swift
[66/153] Compiling SwiftSyntax Identifier.swift
[67/153] Compiling SwiftSyntax MemoryLayout.swift
[74/153] Compiling SwiftSyntax SourceLength.swift
[77/247] Compiling Clocks SwiftUI.swift
[78/248] Compiling XCTestDynamicOverlay Exports.swift
[79/248] Compiling Clocks AnyClock.swift
[80/248] Compiling CombineSchedulers UIScheduler.swift
[81/249] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[82/249] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[83/251] Compiling Clocks Timer.swift
[84/251] Emitting module Clocks
[85/251] Compiling CombineSchedulers UIKit.swift
[86/251] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[87/251] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[88/251] Compiling OrderedCollections OrderedDictionary+Codable.swift
[89/251] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[90/251] Emitting module CombineSchedulers
[91/251] Compiling CombineSchedulers Timer.swift
[92/251] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[93/251] Compiling OrderedCollections OrderedDictionary+Elements.swift
[98/251] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[99/251] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[102/251] Compiling Clocks Lock.swift
[103/251] Compiling Clocks ImmediateClock.swift
[104/251] Compiling Clocks _AsyncTimerSequence.swift
[105/251] Compiling CombineSchedulers UnimplementedScheduler.swift
[106/252] Compiling Clocks TestClock.swift
[107/252] Emitting module XCTestDynamicOverlay
[108/252] Compiling XCTestDynamicOverlay Deprecations.swift
[111/253] Compiling Clocks UnimplementedClock.swift
[112/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[113/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[114/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[115/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[116/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[117/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[118/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[119/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[120/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[121/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[122/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[123/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[124/254] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[125/254] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[135/261] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[136/261] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[137/261] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[138/261] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[141/261] Compiling DequeModule _DequeSlot.swift
[142/261] Compiling DequeModule _UnsafeWrappedBuffer.swift
[151/265] Compiling OrderedCollections OrderedDictionary.swift
[152/265] Compiling OrderedCollections OrderedSet+Codable.swift
[153/265] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/265] Compiling OrderedCollections OrderedSet+Descriptions.swift
[155/265] Compiling OrderedCollections OrderedSet+Diffing.swift
[156/265] Compiling OrderedCollections OrderedSet+Equatable.swift
[157/265] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[158/265] Compiling OrderedCollections OrderedSet+Hashable.swift
[159/270] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/270] Compiling OrderedCollections OrderedSet+Insertions.swift
[161/270] Compiling OrderedCollections OrderedSet+Invariants.swift
[162/270] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[163/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[164/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[165/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[166/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[167/311] Compiling Dependencies Assert.swift
[168/311] Compiling Dependencies Calendar.swift
[169/311] Compiling Dependencies Clocks.swift
[170/311] Compiling Dependencies Locale.swift
[171/314] Compiling Dependencies TimeZone.swift
[172/314] Compiling Dependencies URLSession.swift
[173/314] Compiling CustomDump CollectionDifference.swift
[174/314] Compiling CustomDump Identifiable.swift
[175/314] Compiling CustomDump Mirror.swift
[176/314] Compiling CustomDump String.swift
[177/314] Compiling Dependencies Deprecations.swift
[178/314] Compiling Dependencies Exports.swift
[179/314] Compiling Dependencies TypeName.swift
[180/314] Compiling Dependencies OpenURL.swift
[185/314] Emitting module DequeModule
[186/315] Emitting module CustomDump
[187/315] Compiling Dependencies Dependency.swift
[188/315] Compiling Dependencies DependencyContext.swift
[189/315] Compiling Dependencies DependencyKey.swift
[190/315] Compiling Dependencies DependencyValues.swift
[192/315] Compiling Dependencies MainQueue.swift
[193/315] Compiling Dependencies MainRunLoop.swift
[194/318] Compiling Dependencies Context.swift
[195/318] Compiling Dependencies Date.swift
[196/318] Compiling Dependencies FireAndForget.swift
[197/318] Compiling CustomDump Unordered.swift
[198/318] Compiling CustomDump XCTAssertDifference.swift
[199/318] Compiling CustomDump XCTAssertNoDifference.swift
[201/318] Compiling Dependencies UUID.swift
[202/318] Compiling Dependencies WithRandomNumberGenerator.swift
[203/318] Compiling Dependencies AppEntryPoint.swift
[222/327] Emitting module Dependencies
[223/327] Compiling OrderedCollections OrderedSet+Sendable.swift
[224/327] Compiling OrderedCollections OrderedSet+SubSequence.swift
[225/327] Compiling OrderedCollections OrderedSet+Testing.swift
[226/327] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[227/327] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[228/327] Compiling OrderedCollections OrderedSet.swift
[229/327] Compiling OrderedCollections _UnsafeBitset.swift
[234/327] Compiling Dependencies PreviewTrait.swift
[235/327] Compiling Dependencies TestTrait.swift
[236/327] Compiling Dependencies WithDependencies.swift
[238/328] Emitting module OrderedCollections
[240/343] Emitting module ShortID
[241/363] Compiling Extensions DateGenerator+.swift
[242/363] Compiling Extensions Task+.swift
/host/spi-builder-workspace/Sources/Extensions/Task+.swift:12:63: error: cannot find 'NSEC_PER_SEC' in scope
10 | public static func sleep(seconds timeInterval: TimeInterval) async throws {
11 | guard !timeInterval.isNaN && timeInterval.isFinite else { return }
12 | try await sleep(nanoseconds: UInt64(timeInterval * Double(NSEC_PER_SEC)))
| `- error: cannot find 'NSEC_PER_SEC' in scope
13 | }
14 | }
[243/375] Emitting module Extensions
[244/381] Compiling Extensions Calendar+.swift
/host/spi-builder-workspace/Sources/Extensions/Calendar+.swift:20:57: error: cannot find 'NSEC_PER_MSEC' in scope
18 | guard let nextDay = date(byAdding: .day, value: 1, to: query) else { return nil }
19 | let startOfNextDay = startOfDay(for: nextDay)
20 | return self.date(byAdding: .nanosecond, value: -Int(NSEC_PER_MSEC), to: startOfNextDay)
| `- error: cannot find 'NSEC_PER_MSEC' in scope
21 | }
22 | }
[245/381] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[246/381] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[247/381] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[248/381] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[249/381] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[250/381] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[251/381] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[252/381] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[253/381] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[254/381] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[255/381] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[256/381] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[257/381] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[258/381] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[259/381] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[260/381] Compiling AsyncAlgorithms AsyncChannel.swift
[261/381] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[262/381] Compiling AsyncAlgorithms ChannelStateMachine.swift
[263/381] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[264/381] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[265/381] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[266/381] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[268/381] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[269/381] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[270/381] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[271/381] Compiling ShortID ShortID+Dependencies.swift
BUILD FAILURE 6.1 android