Build Information
Successful build of swift-pid, reference 0.0.3 (3f524e
), with Swift 6.1 for Wasm on 29 May 2025 03:06:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 0.0.3
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
* tag 0.0.3 -> FETCH_HEAD
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 0.0.3
========================================
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-4609320-1":/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.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.34s)
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 FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/24] Compiling InternalCollectionsUtilities Integer rank.swift
[13/24] Emitting module InternalCollectionsUtilities
[14/25] Compiling InternalCollectionsUtilities Descriptions.swift
[15/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/25] Compiling InternalCollectionsUtilities Debugging.swift
[18/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[28/300] Compiling BitCollections BitArray._UnsafeHandle.swift
[29/300] Compiling BitCollections BitArray.swift
[30/302] Compiling HeapModule Heap+Descriptions.swift
[31/302] Compiling HeapModule _HeapNode.swift
[32/302] Compiling HeapModule Heap.swift
[33/302] Compiling HeapModule Heap+Invariants.swift
[34/302] Compiling HeapModule Heap+UnsafeHandle.swift
[35/302] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[36/302] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[37/302] Compiling BitCollections BitArray+Hashable.swift
[38/302] Compiling BitCollections BitArray+Initializers.swift
[39/302] Emitting module HeapModule
[40/303] Compiling BitCollections BitSet+Invariants.swift
[41/303] Compiling BitCollections BitSet+Random.swift
[42/303] Compiling BitCollections BitSet+SetAlgebra basics.swift
[43/303] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[44/303] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[45/303] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[46/303] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[47/310] Compiling DequeModule _DequeSlot.swift
[48/310] Compiling DequeModule _UnsafeWrappedBuffer.swift
[49/310] Compiling HashTreeCollections TreeSet+Hashable.swift
[50/310] Compiling HashTreeCollections TreeSet+Sendable.swift
[51/310] Compiling HashTreeCollections TreeSet+Sequence.swift
[52/310] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[53/310] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[54/310] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[55/310] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[56/310] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[57/310] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[58/310] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[59/320] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[60/320] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[61/320] Compiling BitCollections BitSet+SetAlgebra union.swift
[62/320] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[63/320] Compiling BitCollections BitSet.Counted.swift
[64/320] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[65/320] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[66/320] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[67/320] Compiling BitCollections BitSet+CustomReflectable.swift
[68/320] Compiling BitCollections BitSet+CustomStringConvertible.swift
[69/320] Compiling BitCollections BitSet+Equatable.swift
[70/320] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[71/320] Compiling BitCollections BitSet+Extras.swift
[72/320] Compiling BitCollections BitSet+Hashable.swift
[74/327] Compiling BitCollections BitArray+Invariants.swift
[75/327] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[76/327] Compiling BitCollections BitArray+RandomBits.swift
[77/327] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[78/327] Compiling BitCollections BitArray+Shifts.swift
[79/327] Compiling BitCollections BitArray+Testing.swift
[80/327] Compiling BitCollections Range+Utilities.swift
[81/327] Compiling BitCollections Slice+Utilities.swift
[82/327] Compiling BitCollections UInt+Tricks.swift
[83/327] Compiling BitCollections _Word.swift
[84/327] Compiling OrderedCollections OrderedSet.swift
[85/327] Compiling OrderedCollections _UnsafeBitset.swift
[86/327] Compiling HashTreeCollections TreeSet+Equatable.swift
[87/327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[88/327] Compiling HashTreeCollections TreeSet+Extras.swift
[89/327] Compiling HashTreeCollections TreeSet+Filter.swift
[90/327] Compiling BitCollections BitSet+Initializers.swift
[103/327] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[104/327] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[105/327] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[106/327] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[107/327] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[108/327] Emitting module BitCollections
[109/327] Emitting module DequeModule
[110/327] Compiling BitCollections BitArray+Extras.swift
[111/327] Compiling BitCollections BitArray+Fill.swift
[126/328] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[127/328] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[128/328] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[150/328] Compiling BitCollections BitArray+BitwiseOperations.swift
[151/328] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[152/328] Compiling BitCollections BitArray+Codable.swift
[153/328] Compiling BitCollections BitArray+Collection.swift
[154/328] Compiling BitCollections BitArray+Copy.swift
[155/328] Compiling BitCollections BitArray+CustomReflectable.swift
[156/328] Compiling BitCollections BitArray+Descriptions.swift
[157/328] Compiling BitCollections BitArray+Equatable.swift
[159/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[160/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[161/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[162/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[163/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[164/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[165/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[166/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[167/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[168/328] Compiling HashTreeCollections TreeSet.swift
[188/337] Compiling BitCollections BitSet.Index.swift
[189/337] Compiling BitCollections BitSet._UnsafeHandle.swift
[190/337] Compiling BitCollections BitSet.swift
[276/338] Emitting module OrderedCollections
[288/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] Compiling Collections Collections.swift
[343/343] Emitting module Collections
[345/347] Emitting module PID
[346/347] Compiling PID RateLimitPIDController.swift
[347/347] Compiling PID PIDController.swift
Build complete! (26.02s)
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.