Build Information
Successful build of swift-pid with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
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: linux
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/ryanashcraft/swift-pid.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-collections.git
[1/12695] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (1.72s)
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
Building for debugging...
[1/66] Emitting module DequeModule
[2/68] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[3/68] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[4/68] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[5/68] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[6/68] Compiling OrderedCollections OrderedSet+Sendable.swift
[7/68] Compiling OrderedCollections OrderedSet+SubSequence.swift
[8/74] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[9/74] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[10/74] Compiling OrderedCollections OrderedSet+Diffing.swift
[11/74] Compiling OrderedCollections OrderedSet+Equatable.swift
[12/74] Compiling DequeModule _DequeSlot.swift
[13/74] Compiling DequeModule _UnsafeWrappedBuffer.swift
[16/74] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[17/74] Compiling OrderedCollections _HashTable+Testing.swift
[18/74] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[19/74] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[20/74] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[21/74] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[22/74] Compiling OrderedCollections OrderedDictionary+Values.swift
[23/74] Compiling OrderedCollections OrderedDictionary.swift
[24/74] Compiling OrderedCollections OrderedSet+Codable.swift
[25/74] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[26/74] Compiling OrderedCollections OrderedSet+Initializers.swift
[27/74] Compiling OrderedCollections OrderedSet+Insertions.swift
[28/74] Compiling OrderedCollections OrderedSet+Invariants.swift
[29/74] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[30/74] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[31/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[32/74] Compiling OrderedCollections _HashTable+Bucket.swift
[33/74] Compiling OrderedCollections _HashTable+BucketIterator.swift
[34/74] Compiling OrderedCollections _HashTable+Constants.swift
[37/74] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[40/74] Emitting module OrderedCollections
[41/74] Compiling OrderedCollections _HashTable.swift
[42/74] Compiling OrderedCollections _Hashtable+Header.swift
[43/74] Compiling OrderedCollections OrderedDictionary+Codable.swift
[44/74] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[45/74] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[46/74] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[47/74] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/76] Compiling OrderedCollections OrderedDictionary+Elements.swift
[65/76] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[66/76] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[67/76] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[68/76] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[69/76] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[70/76] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/76] Compiling OrderedCollections OrderedSet+Testing.swift
[72/76] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/76] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/76] Compiling OrderedCollections OrderedSet.swift
[75/76] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[76/76] Compiling OrderedCollections _UnsafeBitset.swift
[79/80] Emitting module Collections
[80/80] Compiling Collections Collections.swift
[83/85] Compiling PID RateLimitPIDController.swift
[84/85] Compiling PID PIDController.swift
[85/85] Emitting module PID
Build complete! (12.42s)
Build complete.
Done.