Build Information
Successful build of swift-service-lifecycle, reference 2.8.0 (e71873
), with Swift 5.9 for Linux on 30 Apr 2025 16:04:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-service-lifecycle.git
Reference: 2.8.0
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/swift-server/swift-service-lifecycle
* tag 2.8.0 -> FETCH_HEAD
HEAD is now at e718730 Remove platforms from manifest (#203)
Cloned https://github.com/swift-server/swift-service-lifecycle.git
Revision (git rev-parse @):
e7187309187695115033536e8fc9b2eb87fd956d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/swift-server/swift-service-lifecycle.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[3837/8801] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git (0.57s)
Fetched https://github.com/apple/swift-async-algorithms.git (0.57s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.39s)
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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[1/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[2/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[3/27] Emitting module InternalCollectionsUtilities
[4/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[5/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[6/27] Compiling InternalCollectionsUtilities Debugging.swift
[7/27] Compiling InternalCollectionsUtilities Descriptions.swift
[8/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/27] Compiling InternalCollectionsUtilities Specialize.swift
[12/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/27] Compiling InternalCollectionsUtilities Integer rank.swift
[16/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[18/27] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[19/27] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/99] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[23/99] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[24/101] Compiling OrderedCollections _HashTable.swift
[25/101] Compiling OrderedCollections _Hashtable+Header.swift
[26/101] Compiling OrderedCollections _HashTable+Constants.swift
[27/101] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[28/101] Compiling OrderedCollections _HashTable+Testing.swift
[29/101] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[30/101] Compiling Logging LogHandler.swift
[31/101] Compiling Logging MetadataProvider.swift
[32/101] Compiling ConcurrencyHelpers LockedValueBox.swift
[33/101] Emitting module ConcurrencyHelpers
[34/101] Compiling ConcurrencyHelpers Lock.swift
[36/102] Compiling OrderedCollections OrderedDictionary+Codable.swift
[37/102] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[38/102] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[39/102] Compiling OrderedCollections OrderedDictionary+Elements.swift
[40/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[41/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[42/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[43/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[44/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[45/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[46/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[47/110] Compiling DequeModule _DequeSlot.swift
[48/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/110] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/110] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/110] Emitting module DequeModule
[58/110] Compiling OrderedCollections _HashTable+Bucket.swift
[59/110] Compiling OrderedCollections _HashTable+BucketIterator.swift
[60/111] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/111] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/111] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/111] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/111] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/111] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/111] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[67/111] Compiling OrderedCollections OrderedDictionary+Values.swift
[77/115] Compiling Logging Locks.swift
[78/115] Emitting module Logging
[79/115] Compiling Logging Logging.swift
[81/116] Compiling OrderedCollections OrderedSet+Initializers.swift
[82/116] Compiling OrderedCollections OrderedSet+Insertions.swift
[83/116] Compiling OrderedCollections OrderedSet+Invariants.swift
[84/116] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[85/116] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[86/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[87/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[88/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[89/116] Compiling OrderedCollections OrderedDictionary.swift
[90/116] Compiling OrderedCollections OrderedSet+Codable.swift
[91/116] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/116] Compiling OrderedCollections OrderedSet+Descriptions.swift
[93/116] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/116] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/116] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/116] Compiling OrderedCollections OrderedSet+Hashable.swift
[99/117] Compiling UnixSignals UnixSignal.swift
[100/117] Emitting module UnixSignals
[101/117] Compiling UnixSignals UnixSignalsSequence.swift
[111/119] Compiling OrderedCollections OrderedSet+Sendable.swift
[112/119] Compiling OrderedCollections OrderedSet+SubSequence.swift
[113/119] Compiling OrderedCollections OrderedSet+Testing.swift
[114/119] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[115/119] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[116/119] Compiling OrderedCollections OrderedSet.swift
[117/119] Compiling OrderedCollections _UnsafeBitset.swift
[119/119] Emitting module OrderedCollections
[122/166] Emitting module AsyncAlgorithms
[123/172] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[124/172] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[125/172] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[126/172] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[127/172] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[128/172] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[129/172] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[130/172] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[131/172] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[132/172] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[133/172] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[134/172] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[135/172] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[136/172] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[137/172] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[138/172] Compiling AsyncAlgorithms DebounceStateMachine.swift
[139/172] Compiling AsyncAlgorithms DebounceStorage.swift
[140/172] Compiling AsyncAlgorithms Dictionary.swift
[141/172] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[142/172] Compiling AsyncAlgorithms Locking.swift
[143/172] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[144/172] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[145/172] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[146/172] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[147/172] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[148/172] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[149/172] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[150/172] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[151/172] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[152/172] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[153/172] Compiling AsyncAlgorithms AsyncChannel.swift
[154/172] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[155/172] Compiling AsyncAlgorithms SetAlgebra.swift
[156/172] Compiling AsyncAlgorithms UnsafeTransfer.swift
[157/172] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[158/172] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[159/172] Compiling AsyncAlgorithms ZipStateMachine.swift
[160/172] Compiling AsyncAlgorithms ZipStorage.swift
[161/172] Compiling AsyncAlgorithms ChannelStateMachine.swift
[162/172] Compiling AsyncAlgorithms ChannelStorage.swift
[163/172] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[164/172] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[165/172] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[166/172] Compiling AsyncAlgorithms CombineLatestStorage.swift
[167/172] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[168/172] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[169/172] Compiling AsyncAlgorithms MergeStateMachine.swift
[170/172] Compiling AsyncAlgorithms MergeStorage.swift
[171/172] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[172/172] Compiling AsyncAlgorithms Rethrow.swift
[175/182] Compiling ServiceLifecycle Service.swift
[176/183] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[177/183] Emitting module ServiceLifecycle
[178/183] Compiling ServiceLifecycle ServiceRunnerError.swift
[179/183] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[180/183] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[181/183] Compiling ServiceLifecycle CancellationWaiter.swift
[182/183] Compiling ServiceLifecycle GracefulShutdown.swift
[183/183] Compiling ServiceLifecycle ServiceGroup.swift
[186/187] Emitting module ServiceLifecycleTestKit
[187/187] Compiling ServiceLifecycleTestKit GracefulShutdown.swift
Build complete! (18.06s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
}
],
"manifest_display_name" : "swift-service-lifecycle",
"name" : "swift-service-lifecycle",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ServiceLifecycle",
"targets" : [
"ServiceLifecycle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ServiceLifecycleTestKit",
"targets" : [
"ServiceLifecycleTestKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UnixSignals",
"targets" : [
"UnixSignals"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UnixSignalsTests",
"module_type" : "SwiftTarget",
"name" : "UnixSignalsTests",
"path" : "Tests/UnixSignalsTests",
"sources" : [
"UnixSignalTests.swift"
],
"target_dependencies" : [
"UnixSignals"
],
"type" : "test"
},
{
"c99name" : "UnixSignals",
"module_type" : "SwiftTarget",
"name" : "UnixSignals",
"path" : "Sources/UnixSignals",
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit",
"UnixSignals"
],
"sources" : [
"UnixSignal.swift",
"UnixSignalsSequence.swift"
],
"target_dependencies" : [
"ConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "ServiceLifecycleTests",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycleTests",
"path" : "Tests/ServiceLifecycleTests",
"sources" : [
"AsyncCancelOnGracefulShutdownSequenceTests.swift",
"GracefulShutdownTests.swift",
"MockService.swift",
"ServiceGroupAddServiceTests.swift",
"ServiceGroupTests.swift",
"XCTest+Async.swift"
],
"target_dependencies" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit"
],
"type" : "test"
},
{
"c99name" : "ServiceLifecycleTestKit",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycleTestKit",
"path" : "Sources/ServiceLifecycleTestKit",
"product_memberships" : [
"ServiceLifecycleTestKit"
],
"sources" : [
"GracefulShutdown.swift"
],
"target_dependencies" : [
"ServiceLifecycle"
],
"type" : "library"
},
{
"c99name" : "ServiceLifecycle",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycle",
"path" : "Sources/ServiceLifecycle",
"product_dependencies" : [
"Logging",
"AsyncAlgorithms"
],
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit"
],
"sources" : [
"AsyncCancelOnGracefulShutdownSequence.swift",
"AsyncGracefulShutdownSequence.swift",
"CancellationWaiter.swift",
"GracefulShutdown.swift",
"Service.swift",
"ServiceGroup.swift",
"ServiceGroupConfiguration.swift",
"ServiceRunnerError.swift"
],
"target_dependencies" : [
"UnixSignals",
"ConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "ConcurrencyHelpers",
"module_type" : "SwiftTarget",
"name" : "ConcurrencyHelpers",
"path" : "Sources/ConcurrencyHelpers",
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit",
"UnixSignals"
],
"sources" : [
"Lock.swift",
"LockedValueBox.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.