Build Information
Successful build of swift-service-lifecycle, reference main (0af403
), with Swift 6.1 for Linux on 30 Apr 2025 02:19:29 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-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/swift-service-lifecycle.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/juri/swift-service-lifecycle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0af4033 Make logging optional and update docs (#189)
Cloned https://github.com/juri/swift-service-lifecycle.git
Revision (git rev-parse @):
0af4033d874b94acf11d2e0f119484a24352cf37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/swift-service-lifecycle.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/juri/swift-service-lifecycle.git
https://github.com/juri/swift-service-lifecycle.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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.0",
"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" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"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",
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.67s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.64s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (6.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.10s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/35] Compiling InternalCollectionsUtilities Specialize.swift
[13/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/37] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/37] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[16/37] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[17/37] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[18/37] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/37] Compiling InternalCollectionsUtilities Integer rank.swift
[20/37] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/37] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/37] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/37] Compiling ConcurrencyHelpers LockedValueBox.swift
[24/37] Compiling InternalCollectionsUtilities Debugging.swift
[25/37] Compiling InternalCollectionsUtilities Descriptions.swift
[26/37] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/37] Emitting module InternalCollectionsUtilities
[29/37] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/37] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/38] Compiling ConcurrencyHelpers Lock.swift
[33/38] Emitting module ConcurrencyHelpers
[34/39] Compiling Logging Logging.swift
[35/39] Compiling Logging LogHandler.swift
[36/39] Compiling Logging Locks.swift
[37/39] Compiling Logging MetadataProvider.swift
[38/39] Emitting module Logging
[41/113] Compiling DequeModule _DequeBuffer.swift
[42/113] Compiling DequeModule _DequeBufferHeader.swift
[43/115] Compiling DequeModule Deque+CustomReflectable.swift
[44/115] Compiling DequeModule Deque+Descriptions.swift
[45/115] Compiling DequeModule _DequeSlot.swift
[46/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/115] Emitting module UnixSignals
[48/115] Compiling DequeModule Deque+Testing.swift
[49/115] Compiling DequeModule Deque._Storage.swift
[50/115] Compiling DequeModule Deque+Equatable.swift
[51/115] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/115] Compiling DequeModule Deque._UnsafeHandle.swift
[53/115] Compiling DequeModule Deque.swift
[54/115] Compiling DequeModule Deque+Extras.swift
[55/115] Compiling DequeModule Deque+Hashable.swift
[57/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[58/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[59/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[60/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[61/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[62/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[63/115] Compiling OrderedCollections OrderedDictionary.swift
[64/115] Compiling OrderedCollections OrderedSet+Codable.swift
[65/115] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[66/115] Compiling OrderedCollections OrderedSet+Descriptions.swift
[67/115] Compiling OrderedCollections OrderedSet+Diffing.swift
[68/115] Compiling OrderedCollections OrderedSet+Equatable.swift
[69/115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[70/115] Compiling OrderedCollections OrderedSet+Hashable.swift
[71/115] Compiling OrderedCollections OrderedSet+Initializers.swift
[72/115] Compiling OrderedCollections OrderedSet+Insertions.swift
[73/115] Compiling OrderedCollections OrderedSet+Invariants.swift
[74/115] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[75/115] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[76/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[77/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[78/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[87/122] Compiling UnixSignals UnixSignal.swift
[88/122] Compiling UnixSignals UnixSignalsSequence.swift
[89/123] Compiling DequeModule Deque+Codable.swift
[90/123] Compiling DequeModule Deque+Collection.swift
[91/123] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[92/123] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/123] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[94/123] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[95/123] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[96/123] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[97/123] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[98/123] Compiling OrderedCollections OrderedDictionary+Values.swift
[100/123] Emitting module DequeModule
[102/124] Compiling OrderedCollections _HashTable+Bucket.swift
[103/124] Compiling OrderedCollections _HashTable+BucketIterator.swift
[104/124] Compiling OrderedCollections _HashTable+Constants.swift
[105/124] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[106/124] Compiling OrderedCollections _HashTable+Testing.swift
[107/124] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[108/124] Compiling OrderedCollections _HashTable.swift
[109/124] Compiling OrderedCollections _Hashtable+Header.swift
[110/124] Compiling OrderedCollections OrderedSet+Sendable.swift
[111/124] Compiling OrderedCollections OrderedSet+SubSequence.swift
[112/124] Compiling OrderedCollections OrderedSet+Testing.swift
[113/124] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[114/124] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[115/124] Compiling OrderedCollections OrderedSet.swift
[116/124] Compiling OrderedCollections _UnsafeBitset.swift
[124/124] Emitting module OrderedCollections
[126/170] Emitting module AsyncAlgorithms
[127/176] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[128/176] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[129/176] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[130/176] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[131/176] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[132/176] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[133/176] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[134/176] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[135/176] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[136/176] Compiling AsyncAlgorithms MergeStateMachine.swift
[137/176] Compiling AsyncAlgorithms MergeStorage.swift
[138/176] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[139/176] Compiling AsyncAlgorithms Rethrow.swift
[140/176] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[141/176] Compiling AsyncAlgorithms DebounceStateMachine.swift
[142/176] Compiling AsyncAlgorithms DebounceStorage.swift
[143/176] Compiling AsyncAlgorithms Dictionary.swift
[144/176] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[145/176] Compiling AsyncAlgorithms Locking.swift
[146/176] Compiling AsyncAlgorithms ChannelStateMachine.swift
[147/176] Compiling AsyncAlgorithms ChannelStorage.swift
[148/176] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[149/176] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[150/176] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[151/176] Compiling AsyncAlgorithms CombineLatestStorage.swift
[152/176] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[153/176] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[154/176] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[155/176] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[156/176] Compiling AsyncAlgorithms AsyncChannel.swift
[157/176] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[158/176] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[159/176] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[160/176] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[161/176] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[162/176] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[163/176] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[164/176] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[165/176] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[166/176] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[167/176] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[168/176] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[169/176] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[170/176] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[171/176] Compiling AsyncAlgorithms SetAlgebra.swift
[172/176] Compiling AsyncAlgorithms UnsafeTransfer.swift
[173/176] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[174/176] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[175/176] Compiling AsyncAlgorithms ZipStateMachine.swift
[176/176] Compiling AsyncAlgorithms ZipStorage.swift
[178/185] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[179/186] Compiling ServiceLifecycle Service.swift
[180/186] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[181/186] Emitting module ServiceLifecycle
[182/186] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[183/186] Compiling ServiceLifecycle ServiceRunnerError.swift
[184/186] Compiling ServiceLifecycle CancellationWaiter.swift
[185/186] Compiling ServiceLifecycle GracefulShutdown.swift
/host/spi-builder-workspace/Sources/ServiceLifecycle/GracefulShutdown.swift:46:26: warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'operation'; this is an error in the Swift 6 language mode
38 | // Unsafely inheriting the executor is safe to do here since we are not calling any other async method
39 | // except the operation. This makes sure no other executor hops would occur here.
40 | public func withGracefulShutdownHandler<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
41 | isolation: isolated (any Actor)? = #isolation,
42 | operation: () async throws -> T,
:
44 | ) async rethrows -> T {
45 | guard let gracefulShutdownManager = TaskLocals.gracefulShutdownManager else {
46 | return try await operation()
| `- warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'operation'; this is an error in the Swift 6 language mode
47 | }
48 |
/host/spi-builder-workspace/Sources/ServiceLifecycle/GracefulShutdown.swift:57:22: warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'operation'; this is an error in the Swift 6 language mode
38 | // Unsafely inheriting the executor is safe to do here since we are not calling any other async method
39 | // except the operation. This makes sure no other executor hops would occur here.
40 | public func withGracefulShutdownHandler<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
41 | isolation: isolated (any Actor)? = #isolation,
42 | operation: () async throws -> T,
:
55 | }
56 |
57 | return try await operation()
| `- warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'operation'; this is an error in the Swift 6 language mode
58 | }
59 |
/host/spi-builder-workspace/Sources/ServiceLifecycle/GracefulShutdown.swift:137:80: warning: sending 'operation' risks causing data races; this is an error in the Swift 6 language mode
134 | onCancelOrGracefulShutdown handler: @Sendable @escaping () -> Void
135 | ) async rethrows -> T {
136 | return try await withTaskCancellationHandler {
| `- note: access can happen concurrently
137 | try await withGracefulShutdownHandler(isolation: isolation, operation: operation, onGracefulShutdown: handler)
| |- warning: sending 'operation' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'operation' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
138 | } onCancel: {
139 | handler()
[186/186] Compiling ServiceLifecycle ServiceGroup.swift
[188/189] Compiling ServiceLifecycleTestKit GracefulShutdown.swift
[189/189] Emitting module ServiceLifecycleTestKit
Build complete! (57.37s)
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.0",
"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" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"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",
"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-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.