The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-service-lifecycle, reference 2.8.0 (e71873), with Swift 6.1 for Android on 30 May 2025 23:25:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.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:         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.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[1689/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.15s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.71s)
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
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/32] Emitting module InternalCollectionsUtilities
[12/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/33] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/33] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/33] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/33] Compiling InternalCollectionsUtilities Debugging.swift
[20/33] Compiling InternalCollectionsUtilities Descriptions.swift
[21/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/33] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/33] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/33] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/33] Compiling InternalCollectionsUtilities Integer rank.swift
[27/104] Compiling OrderedCollections _HashTable+Testing.swift
[28/104] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[29/106] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[30/106] Compiling OrderedCollections OrderedDictionary+Elements.swift
[31/106] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[32/106] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[33/106] Compiling OrderedCollections OrderedDictionary+Codable.swift
[34/106] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[35/106] Compiling ConcurrencyHelpers LockedValueBox.swift
[36/106] Emitting module ConcurrencyHelpers
[37/106] Compiling ConcurrencyHelpers Lock.swift
[38/107] Compiling Logging MetadataProvider.swift
[39/107] Compiling Logging LogHandler.swift
[40/107] Emitting module Logging
[41/107] Compiling Logging Locks.swift
[42/107] Compiling Logging Logging.swift
[43/108] Compiling DequeModule _DequeSlot.swift
[44/108] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[48/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[49/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[50/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[51/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[52/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[53/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[54/108] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[55/108] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[56/108] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[57/108] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[58/108] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[59/108] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[60/108] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[61/108] Compiling OrderedCollections OrderedDictionary+Values.swift
[62/110] Compiling OrderedCollections _HashTable.swift
[63/110] Compiling OrderedCollections _Hashtable+Header.swift
[64/110] Compiling OrderedCollections _HashTable+Constants.swift
[65/110] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[66/110] Emitting module DequeModule
[67/111] Compiling OrderedCollections _HashTable+Bucket.swift
[68/111] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[70/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[71/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[72/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[73/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[74/116] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[75/116] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[85/119] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/119] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/119] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/119] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/119] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[91/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[92/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/119] Compiling OrderedCollections OrderedDictionary.swift
[94/119] Compiling OrderedCollections OrderedSet+Codable.swift
[95/119] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[96/119] Compiling OrderedCollections OrderedSet+Descriptions.swift
[97/119] Compiling OrderedCollections OrderedSet+Diffing.swift
[98/119] Compiling OrderedCollections OrderedSet+Equatable.swift
[99/119] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[100/119] Compiling OrderedCollections OrderedSet+Hashable.swift
[109/119] Compiling UnixSignals UnixSignal.swift
[110/119] Emitting module UnixSignals
[111/119] Compiling UnixSignals UnixSignalsSequence.swift
[113/120] Emitting module OrderedCollections
[114/120] Compiling OrderedCollections OrderedSet+Sendable.swift
[115/120] Compiling OrderedCollections OrderedSet+SubSequence.swift
[116/120] Compiling OrderedCollections OrderedSet+Testing.swift
[117/120] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[118/120] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[119/120] Compiling OrderedCollections OrderedSet.swift
[120/120] Compiling OrderedCollections _UnsafeBitset.swift
[122/166] Emitting module AsyncAlgorithms
[123/172] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[124/172] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[125/172] Compiling AsyncAlgorithms MergeStateMachine.swift
[126/172] Compiling AsyncAlgorithms MergeStorage.swift
[127/172] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[128/172] Compiling AsyncAlgorithms Rethrow.swift
[129/172] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[130/172] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[131/172] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[132/172] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[133/172] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[134/172] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[135/172] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[136/172] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[137/172] Compiling AsyncAlgorithms DebounceStateMachine.swift
[138/172] Compiling AsyncAlgorithms DebounceStorage.swift
[139/172] Compiling AsyncAlgorithms Dictionary.swift
[140/172] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[141/172] Compiling AsyncAlgorithms Locking.swift
[142/172] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[143/172] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[144/172] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[145/172] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[146/172] Compiling AsyncAlgorithms AsyncChannel.swift
[147/172] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[148/172] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[149/172] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[150/172] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[151/172] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[152/172] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[153/172] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[154/172] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[155/172] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[156/172] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[157/172] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[158/172] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[159/172] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[160/172] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.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 SetAlgebra.swift
[168/172] Compiling AsyncAlgorithms UnsafeTransfer.swift
[169/172] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[170/172] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[171/172] Compiling AsyncAlgorithms ZipStateMachine.swift
[172/172] Compiling AsyncAlgorithms ZipStorage.swift
[174/181] Compiling ServiceLifecycle Service.swift
[175/182] Compiling ServiceLifecycle ServiceRunnerError.swift
[176/182] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[177/182] Compiling ServiceLifecycle CancellationWaiter.swift
[178/182] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[179/182] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[180/182] Compiling ServiceLifecycle GracefulShutdown.swift
/host/spi-builder-workspace/Sources/ServiceLifecycle/GracefulShutdown.swift:47: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
 39 | // except the operation. This makes sure no other executor hops would occur here.
 40 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
 41 | public func withGracefulShutdownHandler<T>(
    |                                         `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 42 |     isolation: isolated (any Actor)? = #isolation,
 43 |     operation: () async throws -> T,
    :
 45 | ) async rethrows -> T {
 46 |     guard let gracefulShutdownManager = TaskLocals.gracefulShutdownManager else {
 47 |         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
 48 |     }
 49 |
/host/spi-builder-workspace/Sources/ServiceLifecycle/GracefulShutdown.swift:58: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
 39 | // except the operation. This makes sure no other executor hops would occur here.
 40 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
 41 | public func withGracefulShutdownHandler<T>(
    |                                         `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 42 |     isolation: isolated (any Actor)? = #isolation,
 43 |     operation: () async throws -> T,
    :
 56 |     }
 57 |
 58 |     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
 59 | }
 60 |
/host/spi-builder-workspace/Sources/ServiceLifecycle/GracefulShutdown.swift:140:80: warning: sending 'operation' risks causing data races; this is an error in the Swift 6 language mode
137 |     onCancelOrGracefulShutdown handler: @Sendable @escaping () -> Void
138 | ) async rethrows -> T {
139 |     return try await withTaskCancellationHandler {
    |                      `- note: access can happen concurrently
140 |         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
141 |     } onCancel: {
142 |         handler()
[181/182] Emitting module ServiceLifecycle
[182/182] Compiling ServiceLifecycle ServiceGroup.swift
[184/185] Emitting module ServiceLifecycleTestKit
[185/185] Compiling ServiceLifecycleTestKit GracefulShutdown.swift
Build complete! (22.40s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.