Build Information
Successful build of swift-service-lifecycle, reference 2.11.0 (982995), with Swift 6.1 for Android on 31 Mar 2026 21:21:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-service-lifecycle.git
Reference: 2.11.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.11.0 -> FETCH_HEAD
HEAD is now at 9829955 [CI] Add automated release workflow using swift-temporal-sdk (#234)
Cloned https://github.com/swift-server/swift-service-lifecycle.git
Revision (git rev-parse @):
9829955b385e5bb88128b73f1b8389e9b9c3191a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-service-lifecycle.git
https://github.com/swift-server/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.1.3",
"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",
"ClosureServiceTests.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",
"ClosureService.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
[2118/12538] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.38s)
Fetching https://github.com/apple/swift-collections.git
[1/23332] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.68s)
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.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/38] Emitting module InternalCollectionsUtilities
[13/40] Compiling InternalCollectionsUtilities Debugging.swift
[14/40] Compiling InternalCollectionsUtilities Descriptions.swift
[15/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/40] Compiling ConcurrencyHelpers LockedValueBox.swift
[17/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/40] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[20/40] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/40] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/40] Compiling InternalCollectionsUtilities Integer rank.swift
[26/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/40] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[29/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/40] Compiling InternalCollectionsUtilities Span+Extras.swift
[31/40] Compiling InternalCollectionsUtilities String+Padding.swift
[32/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/129] Compiling OrderedCollections OrderedDictionary+Codable.swift
[35/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[36/129] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[37/129] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[38/129] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[39/133] Emitting module ContainersPreview
[40/133] Compiling OrderedCollections OrderedDictionary.swift
[41/133] Compiling OrderedCollections OrderedSet+Codable.swift
[42/133] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[43/133] Compiling OrderedCollections OrderedSet+Descriptions.swift
[44/133] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[45/133] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[46/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[47/133] Compiling OrderedCollections OrderedDictionary+Values.swift
[48/133] Compiling OrderedCollections OrderedSet+Diffing.swift
[49/133] Compiling OrderedCollections OrderedSet+Equatable.swift
[50/133] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[51/133] Compiling OrderedCollections OrderedSet+Hashable.swift
[52/133] Compiling OrderedCollections OrderedDictionary+Elements.swift
[53/133] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[54/133] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[55/133] Compiling OrderedCollections _HashTable+Bucket.swift
[56/133] Compiling OrderedCollections _HashTable+BucketIterator.swift
[57/133] Compiling OrderedCollections _Hashtable+Header.swift
[58/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[62/133] Compiling OrderedCollections _HashTable+Constants.swift
[63/133] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[64/133] Compiling OrderedCollections _HashTable+Testing.swift
[65/133] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[66/133] Compiling OrderedCollections _HashTable.swift
[67/133] Compiling ContainersPreview Box.swift
[68/133] Compiling ContainersPreview Inout.swift
[69/133] Compiling ContainersPreview InputSpan.swift
[70/133] Compiling ContainersPreview Shared.swift
[72/174] Compiling DequeModule RigidDeque+Experimental.swift
[73/174] Compiling DequeModule RigidDeque+Hashable.swift
[74/174] Compiling DequeModule RigidDeque+Initializers.swift
[75/174] Compiling DequeModule RigidDeque+Insertions.swift
[76/174] Compiling DequeModule RigidDeque+Prepend.swift
[77/174] Compiling DequeModule UniqueDeque+Consumption.swift
[78/174] Compiling DequeModule UniqueDeque+Container.swift
[79/174] Compiling DequeModule UniqueDeque+Descriptions.swift
[80/174] Compiling DequeModule UniqueDeque+Equatable.swift
[81/174] Compiling DequeModule UniqueDeque+Experimental.swift
[82/174] Compiling DequeModule UniqueDeque+Hashable.swift
[83/174] Compiling DequeModule UniqueDeque+Initializers.swift
[84/174] Compiling DequeModule UniqueDeque+Insertions.swift
[85/174] Compiling DequeModule UniqueDeque+Prepend.swift
[86/174] Compiling DequeModule UniqueDeque+Removals.swift
[87/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[88/181] Compiling DequeModule RigidDeque+Container.swift
[89/181] Compiling DequeModule RigidDeque+Descriptions.swift
[90/181] Compiling DequeModule RigidDeque+Removals.swift
[91/181] Compiling DequeModule RigidDeque+Replacements.swift
[92/181] Compiling DequeModule RigidDeque+Testing.swift
[93/181] Compiling DequeModule RigidDeque.swift
[94/181] Compiling DequeModule UniqueDeque+Append.swift
[95/181] Compiling DequeModule RigidDeque+Equatable.swift
[96/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[97/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[98/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[100/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[101/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[103/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[104/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[105/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[106/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[107/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/181] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[109/181] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[131/186] Compiling DequeModule _DequeBuffer.swift
[132/186] Compiling DequeModule _DequeBufferHeader.swift
[133/186] Compiling DequeModule RigidDeque+Append.swift
[134/186] Compiling DequeModule RigidDeque+Consumption.swift
[137/186] Compiling DequeModule Deque+Extras.swift
[138/186] Compiling DequeModule Deque+Hashable.swift
[139/186] Compiling DequeModule Deque+Testing.swift
[140/186] Compiling DequeModule Deque._Storage.swift
[141/186] Compiling DequeModule Deque._UnsafeHandle.swift
[142/186] Compiling DequeModule Deque.swift
[143/186] Compiling DequeModule Deque+Codable.swift
[144/186] Compiling DequeModule Deque+Collection.swift
[145/186] Compiling DequeModule Deque+CustomReflectable.swift
[146/186] Compiling DequeModule Deque+Descriptions.swift
[147/186] Compiling DequeModule Deque+Equatable.swift
[148/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[153/186] Emitting module OrderedCollections
[154/186] Compiling Logging MetadataProvider.swift
[155/186] Emitting module ConcurrencyHelpers
[156/186] Compiling ConcurrencyHelpers Lock.swift
[157/187] Compiling Logging LogHandler.swift
[158/187] Compiling Logging LogEvent.swift
[159/187] Compiling Logging Logging.swift
[160/187] Compiling Logging Locks.swift
[161/187] Emitting module Logging
[176/191] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/191] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/191] Compiling OrderedCollections OrderedSet+Testing.swift
[179/191] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/191] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/191] Compiling OrderedCollections OrderedSet.swift
[182/191] Compiling OrderedCollections _UnsafeBitset.swift
[183/192] Emitting module UnixSignals
[185/192] Compiling UnixSignals UnixSignal.swift
[186/192] Compiling UnixSignals UnixSignalsSequence.swift
[187/193] Compiling DequeModule UniqueDeque+Replacements.swift
[188/193] Compiling DequeModule UniqueDeque.swift
[189/193] Compiling DequeModule _DequeSlot.swift
[190/193] Compiling DequeModule _UnsafeDequeHandle.swift
[191/193] Compiling DequeModule _UnsafeDequeSegments.swift
[193/193] Emitting module DequeModule
[195/247] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[196/247] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[197/247] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[198/247] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[199/247] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[200/247] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[201/247] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[202/247] Compiling AsyncAlgorithms AsyncShareSequence.swift
[203/254] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[204/254] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[205/254] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[206/254] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[207/254] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[208/254] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[209/254] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[210/254] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[211/254] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[212/254] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[213/254] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[214/254] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[215/254] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[216/254] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[217/254] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[218/254] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[219/254] Emitting module AsyncAlgorithms
[220/254] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[221/254] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[222/254] Compiling AsyncAlgorithms CombineLatestStorage.swift
[223/254] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[224/254] Compiling AsyncAlgorithms DebounceStateMachine.swift
[225/254] Compiling AsyncAlgorithms DebounceStorage.swift
[226/254] Compiling AsyncAlgorithms Dictionary.swift
[227/254] Compiling AsyncAlgorithms Rethrow.swift
[228/254] Compiling AsyncAlgorithms SetAlgebra.swift
[229/254] Compiling AsyncAlgorithms UnsafeTransfer.swift
[230/254] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[231/254] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[232/254] Compiling AsyncAlgorithms ZipStateMachine.swift
[233/254] Compiling AsyncAlgorithms ZipStorage.swift
[234/254] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[235/254] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[236/254] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[237/254] Compiling AsyncAlgorithms Disconnected.swift
[238/254] Compiling AsyncAlgorithms _TinyArray.swift
[239/254] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[240/254] Compiling AsyncAlgorithms Locking.swift
[241/254] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[242/254] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[243/254] Compiling AsyncAlgorithms MergeStateMachine.swift
[244/254] Compiling AsyncAlgorithms MergeStorage.swift
[245/254] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[246/254] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[247/254] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[248/254] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[249/254] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[250/254] Compiling AsyncAlgorithms AsyncChannel.swift
[251/254] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[252/254] Compiling AsyncAlgorithms ChannelStateMachine.swift
[253/254] Compiling AsyncAlgorithms ChannelStorage.swift
[254/254] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[256/264] Compiling ServiceLifecycle Service.swift
[257/265] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[258/265] Emitting module ServiceLifecycle
[259/265] Compiling ServiceLifecycle ServiceRunnerError.swift
[260/265] Compiling ServiceLifecycle CancellationWaiter.swift
[261/265] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[262/265] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[263/265] Compiling ServiceLifecycle ClosureService.swift
[264/265] Compiling ServiceLifecycle GracefulShutdown.swift
[265/265] Compiling ServiceLifecycle ServiceGroup.swift
[267/268] Compiling ServiceLifecycleTestKit GracefulShutdown.swift
[268/268] Emitting module ServiceLifecycleTestKit
Build complete! (34.20s)
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.1.3",
"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",
"ClosureServiceTests.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",
"ClosureService.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" : "6.0"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.