Build Information
Successful build of swift-pid, reference 0.0.3 (3f524e
), with Swift 6.1 for Linux on 28 Apr 2025 06:41:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.0
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: linux
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-1":/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
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (5.96s)
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/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/27] Emitting module InternalCollectionsUtilities
[12/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[15/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/29] Compiling InternalCollectionsUtilities Specialize.swift
[17/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/29] Compiling InternalCollectionsUtilities Debugging.swift
[20/29] Compiling InternalCollectionsUtilities Descriptions.swift
[21/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/29] Compiling InternalCollectionsUtilities Integer rank.swift
[25/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/304] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/304] Compiling OrderedCollections _HashTable+Constants.swift
[33/304] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[34/306] Compiling HeapModule Heap+Descriptions.swift
[35/306] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[36/306] Compiling OrderedCollections OrderedDictionary+Elements.swift
[37/306] Compiling HeapModule _HeapNode.swift
[38/306] Compiling HeapModule Heap.swift
[39/306] Compiling HeapModule Heap+Invariants.swift
[40/306] Compiling HeapModule Heap+UnsafeHandle.swift
[41/306] Emitting module HeapModule
[43/307] Compiling OrderedCollections _HashTable+Testing.swift
[44/307] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[45/307] Compiling OrderedCollections _HashTable.swift
[46/307] Compiling OrderedCollections _Hashtable+Header.swift
[47/307] Compiling _RopeModule Rope+ForEachWhile.swift
[48/307] Compiling _RopeModule Rope+Insert.swift
[49/307] Compiling HashTreeCollections TreeSet+Sequence.swift
[50/307] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[51/307] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[52/307] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[53/307] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[54/307] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[55/307] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[56/307] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[57/317] Compiling DequeModule _DequeSlot.swift
[58/317] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[69/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[70/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/317] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/317] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[73/324] Emitting module BitCollections
[74/331] Compiling OrderedCollections _HashTable+Bucket.swift
[75/331] Compiling OrderedCollections _HashTable+BucketIterator.swift
[82/331] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[83/331] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[84/331] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[85/331] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/331] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/331] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[88/331] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[89/331] Compiling OrderedCollections OrderedDictionary+Values.swift
[90/331] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/331] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/331] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/331] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/331] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[98/331] Compiling OrderedCollections OrderedDictionary.swift
[99/331] Compiling OrderedCollections OrderedSet+Codable.swift
[100/331] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[101/331] Compiling OrderedCollections OrderedSet+Descriptions.swift
[102/331] Compiling OrderedCollections OrderedSet+Diffing.swift
[103/331] Compiling OrderedCollections OrderedSet+Equatable.swift
[104/331] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[105/331] Compiling OrderedCollections OrderedSet+Hashable.swift
[114/331] Compiling BitCollections BitSet.Index.swift
[115/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[116/331] Compiling BitCollections BitSet.swift
[117/331] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[118/331] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[119/331] Compiling OrderedCollections OrderedDictionary+Codable.swift
[120/331] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[121/331] Compiling BitCollections Range+Utilities.swift
[122/331] Compiling BitCollections Slice+Utilities.swift
[123/331] Compiling BitCollections UInt+Tricks.swift
[124/331] Compiling BitCollections _Word.swift
[125/331] Compiling OrderedCollections OrderedSet.swift
[126/331] Compiling OrderedCollections _UnsafeBitset.swift
[127/331] Compiling _RopeModule Rope+Sequence.swift
[128/331] Compiling _RopeModule Rope+Append.swift
[129/331] Compiling _RopeModule Rope+Extract.swift
[130/331] Compiling _RopeModule Rope+Find.swift
[137/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[138/331] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[161/331] Emitting module DequeModule
[170/332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[171/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[172/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[173/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[174/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[175/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[176/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[177/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[178/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[179/332] Compiling HashTreeCollections TreeSet.swift
[229/342] Emitting module OrderedCollections
[303/343] Emitting module _RopeModule
[315/343] Emitting module HashTreeCollections
[317/344] Compiling _RopeModule Rope+Join.swift
[318/344] Compiling _RopeModule Rope+MutatingForEach.swift
[319/344] Compiling _RopeModule Rope+Remove.swift
[320/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[321/344] Compiling _RopeModule Rope+Split.swift
[322/344] Compiling _RopeModule Optional Utilities.swift
[323/344] Compiling _RopeModule String Utilities.swift
[324/344] Compiling _RopeModule String.Index+ABI.swift
[325/344] Compiling _RopeModule _CharacterRecognizer.swift
[346/347] Emitting module Collections
[347/347] Compiling Collections Collections.swift
[349/351] Compiling PID PIDController.swift
[350/351] Emitting module PID
[351/351] Compiling PID RateLimitPIDController.swift
Build complete! (44.63s)
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"
}
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.