Build Information
Successful build of swift-pid, reference 0.0.3 (3f524e
), with Swift 6.1 for Android on 29 May 2025 03:05:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.77s)
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] Compiling InternalCollectionsUtilities Descriptions.swift
[13/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/25] Compiling InternalCollectionsUtilities Debugging.swift
[16/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/25] Compiling InternalCollectionsUtilities Integer rank.swift
[20/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/25] Emitting module InternalCollectionsUtilities
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/300] Compiling HeapModule Heap+Descriptions.swift
[28/300] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[29/300] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[30/302] Compiling HeapModule _HeapNode.swift
[31/302] Compiling HeapModule Heap.swift
[32/302] Compiling _RopeModule RopeMetric.swift
[33/302] Compiling _RopeModule RopeSummary.swift
[34/302] Compiling _RopeModule _RopeItem.swift
[35/302] Compiling _RopeModule _RopePath.swift
[36/302] Compiling _RopeModule _RopeVersion.swift
[37/302] Compiling _RopeModule Rope+Collection.swift
[38/302] Compiling _RopeModule Rope+Index.swift
[39/302] Compiling _RopeModule Rope+Sequence.swift
[40/302] Compiling _RopeModule Rope+Append.swift
[41/302] Compiling _RopeModule Rope+Extract.swift
[42/312] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[43/312] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[44/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[45/312] Compiling HeapModule Heap+Invariants.swift
[46/312] Emitting module HeapModule
[47/312] Compiling HeapModule Heap+UnsafeHandle.swift
[48/313] Compiling OrderedCollections _HashTable+Bucket.swift
[49/313] Compiling OrderedCollections _HashTable+BucketIterator.swift
[50/313] Compiling OrderedCollections _HashTable+Constants.swift
[51/313] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[52/313] Compiling OrderedCollections _HashTable+Testing.swift
[53/313] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[54/313] Compiling DequeModule _DequeSlot.swift
[57/320] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[58/320] Compiling OrderedCollections OrderedDictionary+Values.swift
[64/320] Compiling OrderedCollections OrderedSet+Hashable.swift
[65/320] Compiling OrderedCollections OrderedSet+Initializers.swift
[66/320] Compiling OrderedCollections OrderedSet+Insertions.swift
[67/320] Compiling OrderedCollections OrderedSet+Invariants.swift
[68/320] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[69/320] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[70/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[72/320] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[74/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[75/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[76/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[77/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[78/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[79/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[80/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[81/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[82/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[83/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[84/320] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[85/320] Compiling BitCollections BitSet.Index.swift
[86/320] Compiling BitCollections BitSet._UnsafeHandle.swift
[87/327] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[88/327] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[89/327] Compiling OrderedCollections OrderedDictionary.swift
[90/327] Compiling OrderedCollections OrderedSet+Codable.swift
[91/327] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/327] Compiling OrderedCollections OrderedSet+Descriptions.swift
[93/327] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/327] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/327] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[97/327] Compiling _RopeModule Rope+Find.swift
[98/327] Compiling _RopeModule Rope+ForEachWhile.swift
[99/327] Compiling _RopeModule Rope+Insert.swift
[100/327] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[101/327] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[102/327] Compiling HashTreeCollections TreeDictionary+Keys.swift
[103/327] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[104/327] Compiling HashTreeCollections TreeDictionary+Merge.swift
[105/327] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[106/327] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[107/327] Compiling HashTreeCollections TreeDictionary+Values.swift
[122/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[123/327] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[124/327] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/327] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/327] Emitting module DequeModule
[127/328] Compiling OrderedCollections OrderedDictionary+Codable.swift
[128/328] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[129/328] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[130/328] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[131/328] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[132/328] Compiling OrderedCollections OrderedDictionary+Elements.swift
[166/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[167/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[168/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[169/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[170/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[171/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[172/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[173/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[174/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[175/328] Compiling HashTreeCollections TreeSet.swift
[181/328] Compiling OrderedCollections OrderedSet+Sendable.swift
[182/328] Compiling OrderedCollections OrderedSet+SubSequence.swift
[183/328] Compiling OrderedCollections OrderedSet+Testing.swift
[184/328] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[185/337] Emitting module BitCollections
[226/337] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[240/338] Compiling OrderedCollections OrderedSet.swift
[241/338] Compiling OrderedCollections _UnsafeBitset.swift
[275/338] Emitting module OrderedCollections
[310/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] Compiling PID RateLimitPIDController.swift
[346/347] Emitting module PID
[347/347] Compiling PID PIDController.swift
Build complete! (36.55s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.