Build Information
Successful build of async-collections, reference 0.1.0 (726af9
), with Swift 6.1 for Linux on 29 Apr 2025 18:22:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 0.1.0
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
* tag 0.1.0 -> FETCH_HEAD
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 0.1.0
========================================
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-4606859-0":/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-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/17974] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.11s)
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.47s)
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] Compiling _AtomicsShims.c
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/48] Emitting module Atomics
[14/50] Compiling Atomics IntegerConformances.swift
[15/50] Compiling Atomics PointerConformances.swift
[16/50] Compiling Atomics Primitives.native.swift
[17/50] Emitting module InternalCollectionsUtilities
[18/50] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/50] Compiling InternalCollectionsUtilities Specialize.swift
[20/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/52] Compiling InternalCollectionsUtilities Integer rank.swift
[22/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/52] Compiling Atomics IntegerOperations.swift
[24/52] Compiling Atomics Unmanaged extensions.swift
[28/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/52] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/52] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/52] Compiling InternalCollectionsUtilities Debugging.swift
[36/52] Compiling InternalCollectionsUtilities Descriptions.swift
[47/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/328] Compiling HashTreeCollections _Bitmap.swift
[56/328] Compiling HashTreeCollections _Bucket.swift
[57/330] Compiling HeapModule Heap+Descriptions.swift
[58/330] Compiling HeapModule _HeapNode.swift
[59/330] Compiling HeapModule Heap.swift
[60/330] Compiling HeapModule Heap+Invariants.swift
[61/330] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[62/330] Compiling HeapModule Heap+UnsafeHandle.swift
[63/330] Emitting module HeapModule
[65/331] Compiling HashTreeCollections TreeSet+Hashable.swift
[66/331] Compiling HashTreeCollections TreeSet+Sendable.swift
[67/331] Compiling HashTreeCollections TreeSet+Sequence.swift
[68/331] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[69/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[70/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[71/331] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[72/331] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[73/331] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[74/331] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[75/341] Compiling _RopeModule Rope+_Storage.swift
[76/341] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[77/341] Compiling _RopeModule Rope+_UnsafeHandle.swift
[78/341] Compiling _RopeModule Rope.swift
[79/341] Compiling _RopeModule RopeElement.swift
[80/341] Compiling _RopeModule RopeMetric.swift
[81/341] Compiling _RopeModule RopeSummary.swift
[82/341] Compiling _RopeModule _RopeItem.swift
[83/341] Compiling _RopeModule _RopePath.swift
[84/341] Compiling _RopeModule BigString+UnicodeScalarView.swift
[85/341] Compiling _RopeModule BigSubstring+UTF16View.swift
[86/341] Compiling _RopeModule BigSubstring+UTF8View.swift
[87/341] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[88/341] Compiling _RopeModule BigSubstring.swift
[89/348] Compiling DequeModule _DequeSlot.swift
[90/348] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/348] Emitting module BitCollections
[92/355] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[93/355] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[94/355] Compiling HashTreeCollections _HashNode+Structural merge.swift
[95/355] Compiling HashTreeCollections _AncestorHashSlots.swift
[96/355] Compiling HashTreeCollections _HashNode+Storage.swift
[97/355] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[98/355] Compiling HashTreeCollections _HashNode+Structural filter.swift
[99/355] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[100/355] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[101/355] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[102/355] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[103/355] Compiling HashTreeCollections _RawHashNode.swift
[104/355] Compiling HashTreeCollections _UnmanagedHashNode.swift
[105/355] Compiling HashTreeCollections _UnsafePath.swift
[106/355] Compiling HashTreeCollections TreeDictionary+Codable.swift
[107/355] Compiling HashTreeCollections TreeDictionary+Collection.swift
[108/355] Compiling _RopeModule BigString+Append.swift
[116/355] Compiling _RopeModule BigString+Initializers.swift
[117/355] Compiling _RopeModule BigString+Insert.swift
[118/355] Compiling _RopeModule BigString+Managing Breaks.swift
[119/355] Compiling _RopeModule BigString+RemoveSubrange.swift
[120/355] Compiling _RopeModule BigString+ReplaceSubrange.swift
[121/355] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[122/355] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[123/355] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[124/355] Compiling _RopeModule BigString+UTF8View.swift
[125/355] Compiling BitCollections Range+Utilities.swift
[126/355] Compiling BitCollections Slice+Utilities.swift
[127/355] Compiling BitCollections UInt+Tricks.swift
[128/355] Compiling BitCollections _Word.swift
[129/355] Compiling OrderedCollections OrderedSet.swift
[130/355] Compiling OrderedCollections _UnsafeBitset.swift
[131/355] Compiling HashTreeCollections TreeSet+Equatable.swift
[132/355] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[133/355] Compiling HashTreeCollections TreeSet+Extras.swift
[134/355] Compiling HashTreeCollections TreeSet+Filter.swift
[143/355] Compiling HashTreeCollections _HashNode+Builder.swift
[144/355] Compiling HashTreeCollections _HashNode+Debugging.swift
[145/355] Compiling HashTreeCollections _HashNode+Initializers.swift
[146/355] Compiling HashTreeCollections _HashNode+Invariants.swift
[147/355] Compiling HashTreeCollections _HashNode+Lookups.swift
[148/355] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[149/355] Compiling HashTreeCollections _HashTreeIterator.swift
[150/355] Compiling _RopeModule BigString+Chunk+Description.swift
[173/355] Compiling BitCollections BitSet.Index.swift
[174/355] Compiling BitCollections BitSet._UnsafeHandle.swift
[175/355] Compiling BitCollections BitSet.swift
[183/355] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[184/355] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[193/355] Emitting module DequeModule
[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
[303/366] Emitting module OrderedCollections
[338/367] Emitting module _RopeModule
[339/367] Compiling _RopeModule Rope+Join.swift
[340/367] Compiling _RopeModule Rope+MutatingForEach.swift
[341/367] Compiling _RopeModule Rope+Remove.swift
[342/367] Compiling _RopeModule Rope+RemoveSubrange.swift
[343/367] Compiling _RopeModule Rope+Split.swift
[344/367] Compiling _RopeModule Optional Utilities.swift
[345/367] Compiling _RopeModule String Utilities.swift
[346/367] Compiling _RopeModule String.Index+ABI.swift
[347/367] Compiling _RopeModule _CharacterRecognizer.swift
[348/367] Emitting module HashTreeCollections
[370/371] Compiling Collections Collections.swift
[371/371] Emitting module Collections
[373/380] Compiling AsyncCollections CompactMap.swift
[374/380] Compiling AsyncCollections TaskQueue.swift
[375/380] Compiling AsyncCollections Filter.swift
[376/380] Compiling AsyncCollections FlatMap.swift
[377/380] Compiling AsyncCollections Map.swift
[378/380] Compiling AsyncCollections ForEach.swift
[379/380] Compiling AsyncCollections AsyncSemaphore.swift
[380/380] Emitting module AsyncCollections
Build complete! (26.56s)
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.