Build Information
Successful build of SwiftCBOR, reference master (a663e7), with Swift 6.1 for Wasm on 23 Jan 2026 13:38:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niscy-eudiw/SwiftCBOR.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/niscy-eudiw/SwiftCBOR
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a663e7a Merge commit 'fd929a6d8f7651ce0f63fc99397fd5762358cc29'
Cloned https://github.com/niscy-eudiw/SwiftCBOR.git
Revision (git rev-parse @):
a663e7a6bd50d2224223ed60622b531b18499dd0
SUCCESS checkout https://github.com/niscy-eudiw/SwiftCBOR.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/niscy-eudiw/SwiftCBOR.git
https://github.com/niscy-eudiw/SwiftCBOR.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "SwiftCBOR",
"name" : "SwiftCBOR",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftCBOR",
"targets" : [
"SwiftCBOR"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCBORTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCBORTests",
"path" : "Tests",
"sources" : [
"CBORCodableRoundtripTests.swift",
"CBORDecoderTests.swift",
"CBOREncodableTests.swift",
"CBOREncoderTests.swift",
"CBORTests.swift",
"CodableCBORDecoderTests.swift",
"CodableCBOREncoderTests.swift",
"Helpers.swift"
],
"target_dependencies" : [
"SwiftCBOR"
],
"type" : "test"
},
{
"c99name" : "SwiftCBOR",
"module_type" : "SwiftTarget",
"name" : "SwiftCBOR",
"path" : "Sources",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"SwiftCBOR"
],
"sources" : [
"AnyCodingKey.swift",
"CBOR.swift",
"CBORDecoder.swift",
"CBOREncodable.swift",
"CBOREncoder.swift",
"CBORInputStream.swift",
"CBOROptions.swift",
"Decoder/CodableCBORDecoder.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/CodableCBOREncoder.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"FixedWidthInteger+Bytes.swift",
"Util.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/18728] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.56s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/26] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[12/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/28] Emitting module InternalCollectionsUtilities
[18/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/28] Compiling InternalCollectionsUtilities Integer rank.swift
[20/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/28] Compiling InternalCollectionsUtilities Debugging.swift
[24/28] Compiling InternalCollectionsUtilities Descriptions.swift
[25/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/28] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[28/28] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[31/303] Compiling BitCollections BitArray+Shifts.swift
[32/303] Compiling BitCollections BitArray+Testing.swift
[33/305] Compiling HeapModule Heap+Descriptions.swift
[34/305] Compiling BitCollections BitArray+Hashable.swift
[35/305] Compiling BitCollections BitArray+Initializers.swift
[36/305] Compiling BitCollections BitArray._UnsafeHandle.swift
[37/305] Compiling BitCollections BitArray.swift
[38/305] Compiling HeapModule _HeapNode.swift
[39/305] Compiling HeapModule Heap.swift
[40/305] Compiling BitCollections BitSet+BidirectionalCollection.swift
[41/305] Compiling BitCollections BitSet+Codable.swift
[42/305] Compiling HeapModule Heap+Invariants.swift
[43/305] Compiling HeapModule Heap+UnsafeHandle.swift
[44/305] Emitting module HeapModule
[46/306] Compiling DequeModule _DequeSlot.swift
[47/306] Compiling DequeModule _UnsafeWrappedBuffer.swift
[48/306] Emitting module BitCollections
[49/313] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[50/313] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[51/313] Compiling BitCollections BitArray+Extras.swift
[52/313] Compiling BitCollections BitArray+Fill.swift
[53/313] Compiling BitCollections BitArray+RandomBits.swift
[54/313] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[55/313] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[56/313] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[57/313] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[58/313] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[59/313] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[60/313] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[61/313] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[62/313] Compiling HashTreeCollections _AncestorHashSlots.swift
[63/320] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[64/320] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[65/320] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[66/320] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[67/320] Compiling BitCollections BitSet.Counted.swift
[68/320] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[69/320] Compiling BitCollections BitSet+CustomReflectable.swift
[70/320] Compiling BitCollections BitArray+BitwiseOperations.swift
[71/320] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[72/320] Compiling BitCollections BitArray+Codable.swift
[73/320] Compiling BitCollections BitArray+Collection.swift
[74/320] Compiling BitCollections BitArray+Copy.swift
[75/320] Compiling BitCollections BitArray+CustomReflectable.swift
[76/320] Compiling BitCollections BitArray+Descriptions.swift
[77/320] Compiling HashTreeCollections TreeSet+Sequence.swift
[78/320] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[79/320] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[80/320] Compiling HashTreeCollections _HashNode.swift
[81/320] Compiling HashTreeCollections _HashNodeHeader.swift
[82/320] Compiling HashTreeCollections _HashSlot.swift
[83/320] Compiling BitCollections BitSet.Index.swift
[84/320] Compiling BitCollections BitSet._UnsafeHandle.swift
[85/320] Compiling HashTreeCollections _Bitmap.swift
[86/320] Compiling HashTreeCollections _Bucket.swift
[87/320] Compiling HashTreeCollections _Hash.swift
[88/320] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[89/320] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[90/320] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[91/320] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[92/320] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[114/320] Emitting module DequeModule
[149/321] Compiling OrderedCollections OrderedSet+Sendable.swift
[150/321] Compiling OrderedCollections OrderedSet+SubSequence.swift
[151/321] Compiling OrderedCollections OrderedSet+Testing.swift
[152/321] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[153/321] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[191/332] Compiling OrderedCollections OrderedSet.swift
[192/332] Compiling OrderedCollections _UnsafeBitset.swift
[193/332] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[194/332] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[195/332] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[196/332] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[197/332] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[198/332] Compiling HashTreeCollections TreeDictionary+Filter.swift
[220/341] Emitting module OrderedCollections
[250/342] Compiling _RopeModule _CharacterRecognizer.swift
[251/342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[252/342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[253/342] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[254/342] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[255/342] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[256/342] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[257/342] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[258/342] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[259/342] Compiling HashTreeCollections TreeSet.swift
[285/342] Compiling _RopeModule Rope+Join.swift
[286/342] Compiling _RopeModule Rope+MutatingForEach.swift
[287/342] Compiling _RopeModule Rope+Remove.swift
[288/342] Compiling _RopeModule Rope+RemoveSubrange.swift
[289/342] Compiling _RopeModule Rope+Split.swift
[290/342] Compiling _RopeModule Optional Utilities.swift
[291/342] Compiling _RopeModule String Utilities.swift
[292/342] Compiling _RopeModule String.Index+ABI.swift
[293/342] Emitting module _RopeModule
[294/342] Emitting module HashTreeCollections
[345/346] Compiling Collections Collections.swift
[346/346] Emitting module Collections
[348/363] Emitting module SwiftCBOR
[349/365] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[350/365] Compiling SwiftCBOR Util.swift
[351/365] Compiling SwiftCBOR CBORInputStream.swift
[352/365] Compiling SwiftCBOR CBOROptions.swift
[353/365] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[354/365] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[355/365] Compiling SwiftCBOR CodableCBORDecoder.swift
[356/365] Compiling SwiftCBOR KeyedDecodingContainer.swift
[357/365] Compiling SwiftCBOR CodableCBOREncoder.swift
[358/365] Compiling SwiftCBOR KeyedEncodingContainer.swift
[359/365] Compiling SwiftCBOR CBOREncodable.swift
[360/365] Compiling SwiftCBOR CBOREncoder.swift
[361/365] Compiling SwiftCBOR AnyCodingKey.swift
[362/365] Compiling SwiftCBOR CBOR.swift
[363/365] Compiling SwiftCBOR CBORDecoder.swift
[364/365] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[365/365] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
Build complete! (129.11s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "SwiftCBOR",
"name" : "SwiftCBOR",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "SwiftCBOR",
"targets" : [
"SwiftCBOR"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCBORTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCBORTests",
"path" : "Tests",
"sources" : [
"CBORCodableRoundtripTests.swift",
"CBORDecoderTests.swift",
"CBOREncodableTests.swift",
"CBOREncoderTests.swift",
"CBORTests.swift",
"CodableCBORDecoderTests.swift",
"CodableCBOREncoderTests.swift",
"Helpers.swift"
],
"target_dependencies" : [
"SwiftCBOR"
],
"type" : "test"
},
{
"c99name" : "SwiftCBOR",
"module_type" : "SwiftTarget",
"name" : "SwiftCBOR",
"path" : "Sources",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"SwiftCBOR"
],
"sources" : [
"AnyCodingKey.swift",
"CBOR.swift",
"CBORDecoder.swift",
"CBOREncodable.swift",
"CBOREncoder.swift",
"CBORInputStream.swift",
"CBOROptions.swift",
"Decoder/CodableCBORDecoder.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/CodableCBOREncoder.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"FixedWidthInteger+Bytes.swift",
"Util.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.