Build Information
Successful build of swift-pid, reference 0.0.3 (3f524e
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 06:46:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (1.65s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-pid",
"name": "swift-pid",
"url": "https://github.com/ryanashcraft/swift-pid.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-pid",
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ryanashcraft/swift-pid.git
[1/46] Fetching swift-pid
Fetched https://github.com/ryanashcraft/swift-pid.git from cache (0.64s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.21s)
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
Creating working copy for https://github.com/ryanashcraft/swift-pid.git
Working copy of https://github.com/ryanashcraft/swift-pid.git resolved at 0.0.3 (3f524ec)
warning: '.resolve-product-dependencies': dependency 'swift-pid' is not used by any target
Found 1 product dependencies
- swift-collections
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ryanashcraft/swift-pid.git
https://github.com/ryanashcraft/swift-pid.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/72] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[7/72] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[8/72] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[9/72] Compiling OrderedCollections OrderedSet+Diffing.swift
[10/72] Compiling OrderedCollections OrderedSet+Equatable.swift
[11/72] Compiling OrderedCollections _HashTable+Bucket.swift
[12/72] Compiling OrderedCollections _HashTable+BucketIterator.swift
[13/72] Compiling OrderedCollections _HashTable+Constants.swift
[14/72] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[15/72] Compiling OrderedCollections _HashTable+Testing.swift
[16/72] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[17/77] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[18/77] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[19/77] Compiling OrderedCollections OrderedSet+Sendable.swift
[20/77] Compiling OrderedCollections OrderedSet+SubSequence.swift
[21/77] Compiling OrderedCollections OrderedSet+Testing.swift
[22/77] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[23/77] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[24/77] Compiling OrderedCollections OrderedDictionary+Values.swift
[25/77] Compiling OrderedCollections OrderedDictionary.swift
[26/77] Compiling OrderedCollections OrderedSet+Codable.swift
[27/77] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[28/77] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[32/77] Compiling OrderedCollections _HashTable.swift
[33/77] Compiling OrderedCollections _Hashtable+Header.swift
[34/77] Compiling OrderedCollections OrderedDictionary+Codable.swift
[41/79] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[42/79] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[45/79] Emitting module DequeModule
[47/79] Compiling DequeModule _DequeSlot.swift
[48/79] Compiling DequeModule _UnsafeWrappedBuffer.swift
[49/79] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[50/79] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[57/79] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[58/79] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[59/79] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[60/79] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[61/79] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[62/79] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[63/79] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[64/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[65/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[66/79] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[67/79] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[68/79] Compiling OrderedCollections OrderedSet+Hashable.swift
[69/79] Compiling OrderedCollections OrderedSet+Initializers.swift
[70/79] Compiling OrderedCollections OrderedSet+Insertions.swift
[71/79] Compiling OrderedCollections OrderedSet+Invariants.swift
[72/79] Emitting module OrderedCollections
[75/79] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[76/79] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[77/79] Compiling OrderedCollections OrderedSet.swift
[78/79] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[79/79] Compiling OrderedCollections _UnsafeBitset.swift
[80/81] Compiling Collections Collections.swift
[81/81] Emitting module Collections
[82/84] Emitting module PID
[83/84] Compiling PID PIDController.swift
[84/84] Compiling PID RateLimitPIDController.swift
Build complete! (6.09s)
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" : "/Users/admin/builder/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"
}
Done.