Build Information
Successful build of async-collections, reference main (726af9
), with Swift 6.1 for Linux on 29 Apr 2025 18:22:30 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.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/adam-fowler/async-collections
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 726af96 Add CompactMap functions (#3)
Cloned https://github.com/adam-fowler/async-collections.git
Revision (git rev-parse @):
726af96095a19df6b8053ddbaed0a727aa70ccb2
SUCCESS checkout https://github.com/adam-fowler/async-collections.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/adam-fowler/async-collections.git
https://github.com/adam-fowler/async-collections.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "async-collections",
"name" : "async-collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncCollections",
"targets" : [
"AsyncCollections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCollections",
"module_type" : "SwiftTarget",
"name" : "AsyncCollections",
"path" : "Sources/AsyncCollections",
"product_dependencies" : [
"Atomics",
"Collections"
],
"product_memberships" : [
"AsyncCollections"
],
"sources" : [
"AsyncSemaphore.swift",
"CompactMap.swift",
"Filter.swift",
"FlatMap.swift",
"ForEach.swift",
"Map.swift",
"TaskQueue.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncCollectionTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCollectionTests",
"path" : "Tests/AsyncCollectionTests",
"sources" : [
"AsyncSemaphoreTests.swift",
"CompactMapTests.swift",
"FilterTests.swift",
"FlatMapTests.swift",
"ForEachTests.swift",
"MapTests.swift",
"TaskQueueTests.swift"
],
"target_dependencies" : [
"AsyncCollections"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[1791/17974] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
[7322/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.09s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/12] Write sources
[10/12] Write swift-version-24593BA9C3E375BF.txt
[10/12] Compiling _AtomicsShims.c
[13/48] Compiling InternalCollectionsUtilities Specialize.swift
[14/48] Compiling Atomics AtomicStorage.swift
[15/48] Compiling Atomics AtomicValue.swift
[16/48] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/48] Compiling InternalCollectionsUtilities Descriptions.swift
[20/48] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/52] Compiling InternalCollectionsUtilities Integer rank.swift
[25/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/52] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/52] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[30/52] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/52] Emitting module Atomics
[32/52] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/52] Compiling InternalCollectionsUtilities Debugging.swift
[35/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/52] Compiling Atomics IntegerOperations.swift
[37/52] Compiling Atomics Unmanaged extensions.swift
[42/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/53] Emitting module InternalCollectionsUtilities
[55/328] Compiling OrderedCollections _HashTable+Bucket.swift
[56/328] Compiling OrderedCollections _HashTable+BucketIterator.swift
[57/330] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[58/330] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/330] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/330] Compiling HashTreeCollections TreeDictionary+Collection.swift
[61/330] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[62/330] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[63/330] Compiling _RopeModule BigString+Chunk+Breaks.swift
[64/330] Compiling _RopeModule BigString+Chunk+Counts.swift
[65/337] Compiling OrderedCollections _HashTable+Constants.swift
[66/337] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[67/337] Compiling HeapModule Heap+Descriptions.swift
[68/337] Emitting module HeapModule
[69/337] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/337] Compiling OrderedCollections OrderedDictionary+Elements.swift
[71/337] Compiling DequeModule _DequeSlot.swift
[72/337] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/337] Compiling HeapModule Heap.swift
[74/337] Compiling HeapModule _HeapNode.swift
[75/337] Compiling OrderedCollections _HashTable.swift
[76/337] Compiling OrderedCollections _Hashtable+Header.swift
[81/337] Compiling OrderedCollections _HashTable+Testing.swift
[82/337] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/337] Compiling OrderedCollections OrderedDictionary+Codable.swift
[86/337] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[87/337] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[88/347] Compiling HeapModule Heap+Invariants.swift
[89/347] Compiling HeapModule Heap+UnsafeHandle.swift
[90/347] Compiling BitCollections BitSet.swift
[91/347] Compiling BitCollections Range+Utilities.swift
[92/347] Compiling BitCollections Slice+Utilities.swift
[93/347] Compiling BitCollections UInt+Tricks.swift
[94/347] Compiling BitCollections _Word.swift
[95/347] Compiling _RopeModule Rope+Collection.swift
[96/347] Compiling _RopeModule Rope+Index.swift
[97/347] Compiling _RopeModule Rope+Sequence.swift
[98/347] Compiling _RopeModule Rope+Append.swift
[99/347] Compiling _RopeModule Rope+Extract.swift
[101/348] Compiling _RopeModule BigSubstring.swift
[102/348] Compiling _RopeModule Rope+Builder.swift
[103/348] Compiling _RopeModule Rope+Debugging.swift
[104/348] Compiling _RopeModule Rope+Invariants.swift
[105/348] Compiling _RopeModule Rope+_Node.swift
[106/348] Compiling _RopeModule Rope+_Storage.swift
[107/348] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[108/348] Compiling _RopeModule Rope+_UnsafeHandle.swift
[109/348] Compiling BitCollections BitSet.Index.swift
[110/348] Compiling BitCollections BitSet._UnsafeHandle.swift
[125/348] Compiling _RopeModule BigString+UnicodeScalarView.swift
[126/348] Compiling _RopeModule BigSubstring+UTF16View.swift
[127/348] Compiling _RopeModule BigSubstring+UTF8View.swift
[128/348] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[132/355] Emitting module DequeModule
[135/355] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[136/355] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[137/355] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[138/355] Compiling _RopeModule BigString+Chunk+Splitting.swift
[139/355] Compiling _RopeModule BigString+Chunk.swift
[140/355] Compiling _RopeModule BigString+BidirectionalCollection.swift
[141/355] Compiling _RopeModule BigString+Comparable.swift
[142/355] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[150/355] Compiling _RopeModule BigString+Chunk+Description.swift
[151/355] Compiling _RopeModule BigString+CustomStringConvertible.swift
[152/355] Compiling _RopeModule BigString+Equatable.swift
[153/355] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[154/355] Compiling _RopeModule BigString+Hashing.swift
[155/355] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[156/355] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[157/355] Compiling _RopeModule BigString+Sequence.swift
[158/355] Compiling _RopeModule BigString+TextOutputStream.swift
[176/355] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[185/356] Emitting module BitCollections
[195/356] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[196/356] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[197/356] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[198/356] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[199/356] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[200/356] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[201/356] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[202/356] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[203/356] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[204/356] Compiling HashTreeCollections TreeSet.swift
[207/356] Compiling OrderedCollections OrderedSet+Sendable.swift
[208/356] Compiling OrderedCollections OrderedSet+SubSequence.swift
[209/356] Compiling OrderedCollections OrderedSet+Testing.swift
[210/356] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[211/356] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[258/357] Compiling OrderedCollections OrderedSet.swift
[259/357] Compiling OrderedCollections _UnsafeBitset.swift
[263/357] Compiling _RopeModule Rope+Find.swift
[264/357] Compiling _RopeModule Rope+ForEachWhile.swift
[265/357] Compiling _RopeModule Rope+Insert.swift
[283/366] Emitting module OrderedCollections
[288/367] Compiling _RopeModule Rope+Join.swift
[289/367] Compiling _RopeModule Rope+MutatingForEach.swift
[290/367] Compiling _RopeModule Rope+Remove.swift
[291/367] Compiling _RopeModule Rope+RemoveSubrange.swift
[292/367] Compiling _RopeModule Rope+Split.swift
[293/367] Compiling _RopeModule Optional Utilities.swift
[294/367] Compiling _RopeModule String Utilities.swift
[295/367] Compiling _RopeModule String.Index+ABI.swift
[357/367] Emitting module _RopeModule
[366/367] Compiling _RopeModule _CharacterRecognizer.swift
[367/368] Emitting module HashTreeCollections
[370/371] Compiling Collections Collections.swift
[371/371] Emitting module Collections
[373/380] Compiling AsyncCollections ForEach.swift
[374/380] Compiling AsyncCollections TaskQueue.swift
[375/380] Compiling AsyncCollections Map.swift
[376/380] Compiling AsyncCollections CompactMap.swift
[377/380] Compiling AsyncCollections Filter.swift
[378/380] Compiling AsyncCollections FlatMap.swift
[379/380] Emitting module AsyncCollections
[380/380] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (23.53s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "async-collections",
"name" : "async-collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncCollections",
"targets" : [
"AsyncCollections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCollections",
"module_type" : "SwiftTarget",
"name" : "AsyncCollections",
"path" : "Sources/AsyncCollections",
"product_dependencies" : [
"Atomics",
"Collections"
],
"product_memberships" : [
"AsyncCollections"
],
"sources" : [
"AsyncSemaphore.swift",
"CompactMap.swift",
"Filter.swift",
"FlatMap.swift",
"ForEach.swift",
"Map.swift",
"TaskQueue.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncCollectionTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCollectionTests",
"path" : "Tests/AsyncCollectionTests",
"sources" : [
"AsyncSemaphoreTests.swift",
"CompactMapTests.swift",
"FilterTests.swift",
"FlatMapTests.swift",
"ForEachTests.swift",
"MapTests.swift",
"TaskQueueTests.swift"
],
"target_dependencies" : [
"AsyncCollections"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.