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 service-kit, reference master (869826), with Swift 6.1 for Android on 27 May 2025 18:30:58 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/vapor/service.git
Reference: master
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/vapor/service
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8698263 nio 2 convergence
Cloned https://github.com/vapor/service.git
Revision (git rev-parse @):
8698263f1b1585ea9531ddfebb2b7a8a3e73d542
SUCCESS checkout https://github.com/vapor/service.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/service.git
https://github.com/vapor/service.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-convergence",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "service-kit",
  "name" : "service-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ServiceKit",
      "targets" : [
        "ServiceKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ServiceKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ServiceKitTests",
      "path" : "Tests/ServiceKitTests",
      "sources" : [
        "ServiceKitTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "ServiceKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ServiceKit",
      "module_type" : "SwiftTarget",
      "name" : "ServiceKit",
      "path" : "Sources/ServiceKit",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "ServiceKit"
      ],
      "sources" : [
        "Container/Container.swift",
        "Environment/Environment.swift",
        "Environment/Proccess.swift",
        "Provider/Provider.swift",
        "Services/ServiceCache.swift",
        "Services/ServiceExtension.swift",
        "Services/ServiceFactory.swift",
        "Services/ServiceID.swift",
        "Services/Services.swift",
        "Utilities/Deprecated.swift",
        "Utilities/Extendable.swift",
        "Utilities/ServiceError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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-nio.git
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.21s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[309/6101] Fetching swift-atomics, swift-system
[2289/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.08s)
Fetched https://github.com/apple/swift-system.git from cache (1.08s)
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
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
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/21] Write sources
[10/21] Compiling CNIOWindows shim.c
[10/21] Compiling _AtomicsShims.c
[12/21] Compiling CNIODarwin shim.c
[13/21] Write sources
[14/21] Compiling CNIOWASI CNIOWASI.c
[14/21] Compiling CNIOWindows WSAStartup.c
[16/21] Compiling CNIOLinux liburing_shims.c
[17/21] Compiling CNIOLinux shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[20/60] Emitting module InternalCollectionsUtilities
[20/61] Compiling c-nioatomics.c
[22/61] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/61] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/61] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/63] Compiling Atomics AtomicMemoryOrderings.swift
[28/63] Compiling Atomics DoubleWord.swift
[29/63] Compiling InternalCollectionsUtilities Debugging.swift
[30/63] Compiling InternalCollectionsUtilities Descriptions.swift
[31/63] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/63] Emitting module _NIOBase64
[35/63] Compiling _NIOBase64 Base64.swift
[36/63] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/63] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[38/63] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/63] Emitting module Atomics
[40/63] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/63] Compiling InternalCollectionsUtilities Integer rank.swift
[42/63] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/64] Compiling _NIODataStructures PriorityQueue.swift
[44/64] Compiling _NIODataStructures _TinyArray.swift
[44/64] Compiling c-atomics.c
[50/64] Emitting module _NIODataStructures
[51/64] Compiling _NIODataStructures Heap.swift
[56/65] Compiling Atomics IntegerOperations.swift
[57/65] Compiling Atomics Unmanaged extensions.swift
[58/65] Compiling Atomics UnsafeAtomic.swift
[59/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/65] Compiling Atomics ManagedAtomic.swift
[61/65] Compiling Atomics ManagedAtomicLazyReference.swift
[68/82] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[69/88] Compiling NIOConcurrencyHelpers lock.swift
[70/88] Compiling DequeModule Deque+CustomReflectable.swift
[71/88] Compiling DequeModule Deque+Descriptions.swift
[72/90] Compiling NIOConcurrencyHelpers NIOLock.swift
[73/90] Compiling NIOConcurrencyHelpers atomics.swift
[74/90] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[75/90] Emitting module NIOConcurrencyHelpers
[76/91] Compiling DequeModule _DequeBuffer.swift
[77/91] Compiling DequeModule _DequeBufferHeader.swift
[79/91] Compiling DequeModule _DequeSlot.swift
[80/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/91] Compiling DequeModule Deque+Codable.swift
[82/91] Compiling DequeModule Deque+Collection.swift
[83/91] Compiling DequeModule Deque+Testing.swift
[84/91] Compiling DequeModule Deque._Storage.swift
[85/91] Compiling DequeModule Deque+Extras.swift
[86/91] Compiling DequeModule Deque+Hashable.swift
[87/91] Compiling DequeModule Deque._UnsafeHandle.swift
[88/91] Compiling DequeModule Deque.swift
[89/91] Compiling DequeModule Deque+Equatable.swift
[90/91] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/91] Emitting module DequeModule
[93/152] Compiling NIOCore IO.swift
[94/152] Compiling NIOCore IOData.swift
[95/152] Compiling NIOCore IPProtocol.swift
[96/152] Compiling NIOCore IntegerBitPacking.swift
[97/152] Compiling NIOCore IntegerTypes.swift
[98/152] Compiling NIOCore Interfaces.swift
[99/152] Compiling NIOCore Linux.swift
[100/152] Compiling NIOCore MarkedCircularBuffer.swift
[101/160] Compiling NIOCore AddressedEnvelope.swift
[102/160] Compiling NIOCore AsyncAwaitSupport.swift
[103/160] Compiling NIOCore AsyncChannel.swift
[104/160] Compiling NIOCore AsyncChannelHandler.swift
[105/160] Compiling NIOCore AsyncChannelInboundStream.swift
[106/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[107/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[108/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[109/160] Compiling NIOCore NIOAsyncWriter.swift
[110/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[111/160] Compiling NIOCore SocketAddresses.swift
[112/160] Compiling NIOCore SocketOptionProvider.swift
[113/160] Compiling NIOCore SystemCallHelpers.swift
[114/160] Compiling NIOCore TimeAmount+Duration.swift
[115/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[116/160] Compiling NIOCore UniversalBootstrapSupport.swift
[117/160] Compiling NIOCore Utilities.swift
[118/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[119/160] Compiling NIOCore BSDSocketAPI.swift
[120/160] Compiling NIOCore ByteBuffer-aux.swift
[121/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[122/160] Compiling NIOCore ByteBuffer-conversions.swift
[123/160] Compiling NIOCore ByteBuffer-core.swift
[124/160] Compiling NIOCore ByteBuffer-hex.swift
[125/160] Compiling NIOCore ByteBuffer-int.swift
[126/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[127/160] Compiling NIOCore CircularBuffer.swift
[128/160] Compiling NIOCore Codec.swift
[129/160] Compiling NIOCore ConvenienceOptionSupport.swift
[130/160] Compiling NIOCore DeadChannel.swift
[131/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/160] Compiling NIOCore EventLoop+Deprecated.swift
[133/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/160] Compiling NIOCore EventLoop.swift
[135/160] Compiling NIOCore MulticastChannel.swift
[136/160] Compiling NIOCore NIOAny.swift
[137/160] Compiling NIOCore NIOCloseOnErrorHandler.swift
[138/160] Compiling NIOCore NIOLoopBound.swift
[139/160] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[140/160] Compiling NIOCore NIOScheduledCallback.swift
[141/160] Compiling NIOCore NIOSendable.swift
[142/160] Compiling NIOCore RecvByteBufferAllocator.swift
[143/160] Compiling NIOCore ByteBuffer-multi-int.swift
[144/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[145/160] Compiling NIOCore ByteBuffer-views.swift
[146/160] Compiling NIOCore Channel.swift
[147/160] Compiling NIOCore ChannelHandler.swift
[148/160] Compiling NIOCore ChannelHandlers.swift
[149/160] Compiling NIOCore ChannelInvoker.swift
[150/160] Compiling NIOCore ChannelOption.swift
[151/160] Compiling NIOCore ChannelPipeline.swift
[152/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[153/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[154/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[155/160] Compiling NIOCore EventLoopFuture.swift
[156/160] Compiling NIOCore FileDescriptor.swift
[157/160] Compiling NIOCore FileHandle.swift
[158/160] Compiling NIOCore FileRegion.swift
[159/160] Compiling NIOCore GlobalSingletons.swift
[160/160] Emitting module NIOCore
[162/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[163/211] Emitting module NIOEmbedded
[164/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[165/211] Compiling NIOEmbedded Embedded.swift
[167/212] Compiling NIOPosix ServerSocket.swift
[168/212] Compiling NIOPosix Socket.swift
[169/212] Compiling NIOPosix SocketChannel.swift
[170/212] Compiling NIOPosix SocketProtocols.swift
[171/212] Compiling NIOPosix System.swift
[172/212] Compiling NIOPosix Thread.swift
[173/218] Compiling NIOPosix Pool.swift
[174/218] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[175/218] Compiling NIOPosix PosixSingletons.swift
[176/218] Compiling NIOPosix RawSocketBootstrap.swift
[177/218] Compiling NIOPosix Resolver.swift
[178/218] Compiling NIOPosix Selectable.swift
[179/218] Compiling NIOPosix SelectableChannel.swift
[180/218] Compiling NIOPosix SelectableEventLoop.swift
[181/218] Compiling NIOPosix SelectorEpoll.swift
[182/218] Compiling NIOPosix SelectorGeneric.swift
[183/218] Compiling NIOPosix SelectorKqueue.swift
[184/218] Compiling NIOPosix SelectorUring.swift
[185/218] Compiling NIOPosix ThreadPosix.swift
[186/218] Compiling NIOPosix ThreadWindows.swift
[187/218] Compiling NIOPosix UnsafeTransfer.swift
[188/218] Compiling NIOPosix Utilities.swift
[189/218] Compiling NIOPosix VsockAddress.swift
[190/218] Compiling NIOPosix VsockChannelEvents.swift
[191/218] Compiling NIOPosix IO.swift
[192/218] Compiling NIOPosix IntegerBitPacking.swift
[193/218] Compiling NIOPosix IntegerTypes.swift
[194/218] Compiling NIOPosix Linux.swift
[195/218] Compiling NIOPosix LinuxCPUSet.swift
[196/218] Compiling NIOPosix LinuxUring.swift
[197/218] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[198/218] Compiling NIOPosix NIOThreadPool.swift
[199/218] Compiling NIOPosix NonBlockingFileIO.swift
[200/218] Compiling NIOPosix PendingDatagramWritesManager.swift
[201/218] Compiling NIOPosix PendingWritesManager.swift
[202/218] Compiling NIOPosix PipeChannel.swift
[203/218] Compiling NIOPosix PipePair.swift
[204/218] Compiling NIOPosix BSDSocketAPICommon.swift
[205/218] Compiling NIOPosix BSDSocketAPIPosix.swift
[206/218] Compiling NIOPosix BSDSocketAPIWindows.swift
[207/218] Compiling NIOPosix BaseSocket.swift
[208/218] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[209/218] Compiling NIOPosix BaseSocketChannel.swift
[210/218] Compiling NIOPosix BaseStreamSocketChannel.swift
[211/218] Emitting module NIOPosix
[212/218] Compiling NIOPosix Bootstrap.swift
[213/218] Compiling NIOPosix ControlMessage.swift
[214/218] Compiling NIOPosix DatagramVectorReadManager.swift
[215/218] Compiling NIOPosix Errors+Any.swift
[216/218] Compiling NIOPosix FileDescriptor.swift
[217/218] Compiling NIOPosix GetaddrinfoResolver.swift
[218/218] Compiling NIOPosix HappyEyeballs.swift
[220/221] Compiling NIO Exports.swift
[221/221] Emitting module NIO
[223/234] Compiling ServiceKit ServiceFactory.swift
[224/234] Compiling ServiceKit ServiceID.swift
[225/235] Compiling ServiceKit Extendable.swift
/host/spi-builder-workspace/Sources/ServiceKit/Utilities/Extendable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
  9 | ///     }
 10 | ///
 11 | public protocol Extendable: class {
    |                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 12 |     /// Arbitrary property storage. See `Extend` and `Extendable`.
 13 |     var extend: Extend { get set }
[226/235] Compiling ServiceKit ServiceCache.swift
[227/235] Compiling ServiceKit ServiceExtension.swift
[228/235] Compiling ServiceKit Deprecated.swift
[229/235] Compiling ServiceKit Services.swift
[230/235] Compiling ServiceKit ServiceError.swift
[231/235] Compiling ServiceKit Container.swift
/host/spi-builder-workspace/Sources/ServiceKit/Container/Container.swift:8:24: warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
  2 | @_exported import class NIO.EventLoopFuture
  3 |
  4 | public final class Container {
    |                    `- note: class 'Container' does not conform to the 'Sendable' protocol
  5 |     public static func boot(env: Environment = .development, services: Services, on eventLoop: EventLoop) -> EventLoopFuture<Container> {
  6 |         let container = Container(env: env, services: services, on: eventLoop)
  7 |         return container.willBoot()
  8 |             .flatMap { container.didBoot() }
    |                        `- warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
  9 |             .map { container }
 10 |     }
/host/spi-builder-workspace/Sources/ServiceKit/Container/Container.swift:9:20: warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
  2 | @_exported import class NIO.EventLoopFuture
  3 |
  4 | public final class Container {
    |                    `- note: class 'Container' does not conform to the 'Sendable' protocol
  5 |     public static func boot(env: Environment = .development, services: Services, on eventLoop: EventLoop) -> EventLoopFuture<Container> {
  6 |         let container = Container(env: env, services: services, on: eventLoop)
  7 |         return container.willBoot()
  8 |             .flatMap { container.didBoot() }
  9 |             .map { container }
    |                    `- warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
 10 |     }
 11 |
/host/spi-builder-workspace/Sources/ServiceKit/Container/Container.swift:101:13: warning: capture of 'self' with non-sendable type 'Container' in a '@Sendable' closure
  2 | @_exported import class NIO.EventLoopFuture
  3 |
  4 | public final class Container {
    |                    `- note: class 'Container' does not conform to the 'Sendable' protocol
  5 |     public static func boot(env: Environment = .development, services: Services, on eventLoop: EventLoop) -> EventLoopFuture<Container> {
  6 |         let container = Container(env: env, services: services, on: eventLoop)
    :
 99 |             on: self.eventLoop
100 |         ).map {
101 |             self.cache.clear()
    |             `- warning: capture of 'self' with non-sendable type 'Container' in a '@Sendable' closure
102 |             self.didShutdown = true
103 |         }
[232/235] Compiling ServiceKit Environment.swift
/host/spi-builder-workspace/Sources/ServiceKit/Container/Container.swift:8:24: warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
  2 | @_exported import class NIO.EventLoopFuture
  3 |
  4 | public final class Container {
    |                    `- note: class 'Container' does not conform to the 'Sendable' protocol
  5 |     public static func boot(env: Environment = .development, services: Services, on eventLoop: EventLoop) -> EventLoopFuture<Container> {
  6 |         let container = Container(env: env, services: services, on: eventLoop)
  7 |         return container.willBoot()
  8 |             .flatMap { container.didBoot() }
    |                        `- warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
  9 |             .map { container }
 10 |     }
/host/spi-builder-workspace/Sources/ServiceKit/Container/Container.swift:9:20: warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
  2 | @_exported import class NIO.EventLoopFuture
  3 |
  4 | public final class Container {
    |                    `- note: class 'Container' does not conform to the 'Sendable' protocol
  5 |     public static func boot(env: Environment = .development, services: Services, on eventLoop: EventLoop) -> EventLoopFuture<Container> {
  6 |         let container = Container(env: env, services: services, on: eventLoop)
  7 |         return container.willBoot()
  8 |             .flatMap { container.didBoot() }
  9 |             .map { container }
    |                    `- warning: capture of 'container' with non-sendable type 'Container' in a '@Sendable' closure
 10 |     }
 11 |
/host/spi-builder-workspace/Sources/ServiceKit/Container/Container.swift:101:13: warning: capture of 'self' with non-sendable type 'Container' in a '@Sendable' closure
  2 | @_exported import class NIO.EventLoopFuture
  3 |
  4 | public final class Container {
    |                    `- note: class 'Container' does not conform to the 'Sendable' protocol
  5 |     public static func boot(env: Environment = .development, services: Services, on eventLoop: EventLoop) -> EventLoopFuture<Container> {
  6 |         let container = Container(env: env, services: services, on: eventLoop)
    :
 99 |             on: self.eventLoop
100 |         ).map {
101 |             self.cache.clear()
    |             `- warning: capture of 'self' with non-sendable type 'Container' in a '@Sendable' closure
102 |             self.didShutdown = true
103 |         }
[233/235] Compiling ServiceKit Proccess.swift
[234/235] Compiling ServiceKit Provider.swift
[235/235] Emitting module ServiceKit
/host/spi-builder-workspace/Sources/ServiceKit/Utilities/Extendable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
  9 | ///     }
 10 | ///
 11 | public protocol Extendable: class {
    |                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 12 |     /// Arbitrary property storage. See `Extend` and `Extendable`.
 13 |     var extend: Extend { get set }
Build complete! (38.43s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-convergence",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "service-kit",
  "name" : "service-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ServiceKit",
      "targets" : [
        "ServiceKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ServiceKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ServiceKitTests",
      "path" : "Tests/ServiceKitTests",
      "sources" : [
        "ServiceKitTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "ServiceKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ServiceKit",
      "module_type" : "SwiftTarget",
      "name" : "ServiceKit",
      "path" : "Sources/ServiceKit",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "ServiceKit"
      ],
      "sources" : [
        "Container/Container.swift",
        "Environment/Environment.swift",
        "Environment/Proccess.swift",
        "Provider/Provider.swift",
        "Services/ServiceCache.swift",
        "Services/ServiceExtension.swift",
        "Services/ServiceFactory.swift",
        "Services/ServiceID.swift",
        "Services/Services.swift",
        "Utilities/Deprecated.swift",
        "Utilities/Extendable.swift",
        "Utilities/ServiceError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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.