Build Information
Successful build of swift-pid, reference main (3f524e
), with Swift 6.1 for Wasm on 29 May 2025 03:05:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanashcraft/swift-pid.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/ryanashcraft/swift-pid
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3f524ec Rename product
Cloned https://github.com/ryanashcraft/swift-pid.git
Revision (git rev-parse @):
3f524ecc12bd519f27cbbc73b986be4d60351e91
SUCCESS checkout https://github.com/ryanashcraft/swift-pid.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ryanashcraft/swift-pid.git
https://github.com/ryanashcraft/swift-pid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-pid",
"name" : "swift-pid",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PID",
"targets" : [
"PID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PIDTests",
"module_type" : "SwiftTarget",
"name" : "PIDTests",
"path" : "Tests",
"sources" : [
"Swift-PIDTests/Swift_PIDTests.swift"
],
"target_dependencies" : [
"PID"
],
"type" : "test"
},
{
"c99name" : "PID",
"module_type" : "SwiftTarget",
"name" : "PID",
"path" : "Sources",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"PID"
],
"sources" : [
"Swift-PID/PIDController.swift",
"Swift-PID/RateLimitPIDController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.11s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/25] Emitting module InternalCollectionsUtilities
[13/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/25] Compiling InternalCollectionsUtilities Integer rank.swift
[15/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/25] Compiling InternalCollectionsUtilities Debugging.swift
[17/25] Compiling InternalCollectionsUtilities Descriptions.swift
[18/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/294] Compiling DequeModule _DequeBuffer.swift
[28/294] Compiling DequeModule _DequeBufferHeader.swift
[29/302] Compiling HeapModule Heap+Invariants.swift
[30/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[31/302] Compiling HeapModule _HeapNode.swift
[32/302] Compiling HeapModule Heap+Descriptions.swift
[33/302] Compiling DequeModule Deque._UnsafeHandle.swift
[34/302] Compiling DequeModule Deque.swift
[35/302] Compiling DequeModule Deque+CustomReflectable.swift
[36/302] Compiling DequeModule Deque+Descriptions.swift
[37/302] Compiling HeapModule Heap.swift
[38/302] Emitting module HeapModule
[39/302] Compiling HeapModule Heap+UnsafeHandle.swift
[41/303] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[42/303] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[43/303] Compiling HashTreeCollections TreeDictionary+Keys.swift
[44/303] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[45/303] Compiling HashTreeCollections TreeDictionary+Merge.swift
[46/303] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[47/303] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[48/310] Compiling DequeModule Deque+Equatable.swift
[49/310] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/310] Compiling DequeModule Deque+Extras.swift
[51/310] Compiling DequeModule Deque+Hashable.swift
[52/310] Compiling DequeModule Deque+Testing.swift
[53/310] Compiling DequeModule Deque._Storage.swift
[54/310] Compiling DequeModule _DequeSlot.swift
[55/310] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/310] Compiling HashTreeCollections TreeDictionary+Collection.swift
[57/310] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[58/310] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[59/310] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[60/310] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[61/310] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[62/310] Compiling HashTreeCollections TreeDictionary+Filter.swift
[63/310] Emitting module BitCollections
[64/317] Compiling HashTreeCollections TreeSet+Hashable.swift
[65/317] Compiling HashTreeCollections TreeSet+Sendable.swift
[66/317] Compiling HashTreeCollections TreeSet+Sequence.swift
[67/317] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[68/317] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[69/317] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[70/317] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[71/317] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[72/317] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[73/317] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[74/327] Compiling HashTreeCollections _HashNode+Builder.swift
[75/327] Compiling HashTreeCollections _HashNode+Debugging.swift
[76/327] Compiling HashTreeCollections _HashNode+Initializers.swift
[77/327] Compiling HashTreeCollections _HashNode+Invariants.swift
[78/327] Compiling HashTreeCollections _HashNode+Lookups.swift
[79/327] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[80/327] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[81/327] Compiling HashTreeCollections _HashNode+Storage.swift
[82/327] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[83/327] Compiling HashTreeCollections _HashNode+Structural filter.swift
[84/327] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[85/327] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[86/327] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[87/327] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[88/327] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[89/327] Compiling HashTreeCollections _HashNode+Structural merge.swift
[90/327] Compiling HashTreeCollections _HashTreeIterator.swift
[91/327] Compiling HashTreeCollections _HashTreeStatistics.swift
[92/327] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[93/327] Compiling HashTreeCollections _RawHashNode.swift
[94/327] Compiling HashTreeCollections _UnmanagedHashNode.swift
[95/327] Compiling HashTreeCollections _UnsafePath.swift
[96/327] Compiling HashTreeCollections TreeDictionary+Codable.swift
[105/327] Compiling BitCollections Range+Utilities.swift
[106/327] Compiling BitCollections Slice+Utilities.swift
[107/327] Compiling BitCollections UInt+Tricks.swift
[108/327] Compiling BitCollections _Word.swift
[109/327] Compiling OrderedCollections OrderedSet.swift
[110/327] Compiling OrderedCollections _UnsafeBitset.swift
[111/327] Compiling HashTreeCollections TreeSet+Equatable.swift
[112/327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[113/327] Compiling HashTreeCollections TreeSet+Extras.swift
[114/327] Compiling HashTreeCollections TreeSet+Filter.swift
[138/327] Compiling DequeModule Deque+Codable.swift
[139/327] Compiling DequeModule Deque+Collection.swift
[152/327] Compiling BitCollections BitSet.Index.swift
[153/327] Compiling BitCollections BitSet._UnsafeHandle.swift
[154/327] Compiling BitCollections BitSet.swift
[155/327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[156/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[157/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[158/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[159/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[160/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[161/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[162/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[163/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[164/327] Compiling HashTreeCollections TreeSet.swift
[165/327] Emitting module DequeModule
[172/328] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[244/338] Emitting module OrderedCollections
[299/339] Emitting module _RopeModule
[311/339] Compiling _RopeModule Rope+Join.swift
[312/339] Compiling _RopeModule Rope+MutatingForEach.swift
[313/339] Compiling _RopeModule Rope+Remove.swift
[314/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/339] Compiling _RopeModule Rope+Split.swift
[316/339] Compiling _RopeModule Optional Utilities.swift
[317/339] Compiling _RopeModule String Utilities.swift
[318/339] Compiling _RopeModule String.Index+ABI.swift
[319/339] Compiling _RopeModule _CharacterRecognizer.swift
[320/339] Emitting module HashTreeCollections
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/347] Emitting module PID
[346/347] Compiling PID PIDController.swift
[347/347] Compiling PID RateLimitPIDController.swift
Build complete! (44.15s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-pid",
"name" : "swift-pid",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PID",
"targets" : [
"PID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PIDTests",
"module_type" : "SwiftTarget",
"name" : "PIDTests",
"path" : "Tests",
"sources" : [
"Swift-PIDTests/Swift_PIDTests.swift"
],
"target_dependencies" : [
"PID"
],
"type" : "test"
},
{
"c99name" : "PID",
"module_type" : "SwiftTarget",
"name" : "PID",
"path" : "Sources",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"PID"
],
"sources" : [
"Swift-PID/PIDController.swift",
"Swift-PID/RateLimitPIDController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.