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 Storage, reference master (15877d), with Swift 6.1 for Android on 27 May 2025 10:53:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/skelpo/storage.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/skelpo/storage
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 15877d3 Merge pull request #7 from skelpo/develop
Cloned https://github.com/skelpo/storage.git
Revision (git rev-parse @):
15877d3ee56daae7fae9c5f97056292a396ff1e7
SUCCESS checkout https://github.com/skelpo/storage.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skelpo/storage.git
https://github.com/skelpo/storage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "Storage",
  "name" : "Storage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Storage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageTests",
      "path" : "Tests/StorageTests",
      "sources" : [
        "StorageTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Sources/Storage",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Storage"
      ],
      "sources" : [
        "File.swift",
        "LocalStorage.swift",
        "Storage.swift",
        "StorageError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.36s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[2/18301] Fetching swift-collections, swift-atomics
[3/22692] Fetching swift-collections, swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
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
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
Building for debugging...
[0/21] Write sources
[8/21] Compiling CNIOWindows shim.c
[8/21] Write sources
[11/21] Compiling CNIOWindows WSAStartup.c
[12/21] Compiling CNIODarwin shim.c
[12/21] Compiling CNIOLinux liburing_shims.c
[12/21] Write sources
[15/21] Compiling CNIOWASI CNIOWASI.c
[16/21] Compiling _AtomicsShims.c
[17/21] Compiling CNIOLinux shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[20/60] Compiling Atomics AtomicValue.swift
[21/60] Compiling Atomics Primitives.shims.swift
[22/61] Compiling Atomics IntegerConformances.swift
[23/61] Compiling Atomics PointerConformances.swift
[24/61] Emitting module InternalCollectionsUtilities
[25/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/61] Compiling Atomics UnsafeAtomic.swift
[27/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/63] Compiling Atomics AtomicReference.swift
[29/63] Compiling Atomics AtomicStorage.swift
[30/63] Compiling Atomics AtomicInteger.swift
[31/63] Compiling Atomics AtomicOptionalWrappable.swift
[32/63] Emitting module _NIOBase64
[33/63] Compiling _NIOBase64 Base64.swift
[34/64] Compiling Atomics Primitives.native.swift
[35/64] Compiling Atomics OptionalRawRepresentable.swift
[36/64] Compiling Atomics RawRepresentable.swift
[37/64] Compiling Atomics AtomicBool.swift
[44/64] Compiling _NIODataStructures Heap.swift
[45/64] Compiling _NIODataStructures PriorityQueue.swift
[46/64] Emitting module _NIODataStructures
[47/64] Compiling _NIODataStructures _TinyArray.swift
[48/65] Compiling Atomics AtomicMemoryOrderings.swift
[49/65] Compiling Atomics DoubleWord.swift
[50/65] Compiling Atomics ManagedAtomic.swift
[51/65] Compiling Atomics ManagedAtomicLazyReference.swift
[56/65] Emitting module Atomics
[61/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/66] Compiling Atomics IntegerOperations.swift
[63/66] Compiling Atomics Unmanaged extensions.swift
[65/74] Compiling c-nioatomics.c
[67/82] Compiling DequeModule Deque+CustomReflectable.swift
[68/82] Compiling DequeModule Deque+Descriptions.swift
[69/82] Compiling DequeModule Deque+Equatable.swift
[70/82] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/84] Compiling DequeModule _DequeBuffer.swift
[72/84] Compiling DequeModule _DequeBufferHeader.swift
[73/84] Compiling DequeModule Deque+Extras.swift
[74/84] Compiling DequeModule Deque+Hashable.swift
[75/84] Compiling DequeModule _DequeSlot.swift
[76/84] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/84] Compiling DequeModule Deque._UnsafeHandle.swift
[78/84] Compiling DequeModule Deque.swift
[79/84] Compiling DequeModule Deque+Testing.swift
[80/84] Compiling DequeModule Deque._Storage.swift
[80/84] Compiling c-atomics.c
[82/84] Compiling DequeModule Deque+Codable.swift
[83/84] Compiling DequeModule Deque+Collection.swift
[84/90] Emitting module DequeModule
[86/91] Compiling NIOConcurrencyHelpers lock.swift
[87/91] Emitting module NIOConcurrencyHelpers
[88/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[89/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[90/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/91] Compiling NIOConcurrencyHelpers atomics.swift
[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/152] Compiling NIOCore CircularBuffer.swift
[102/152] Compiling NIOCore Codec.swift
[103/152] Compiling NIOCore ConvenienceOptionSupport.swift
[104/152] Compiling NIOCore DeadChannel.swift
[105/152] Compiling NIOCore DispatchQueue+WithFuture.swift
[106/152] Compiling NIOCore EventLoop+Deprecated.swift
[107/152] Compiling NIOCore EventLoop+SerialExecutor.swift
[108/152] Compiling NIOCore EventLoop.swift
[109/152] Compiling NIOCore MulticastChannel.swift
[110/152] Compiling NIOCore NIOAny.swift
[111/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[112/152] Compiling NIOCore NIOLoopBound.swift
[113/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[114/152] Compiling NIOCore NIOScheduledCallback.swift
[115/152] Compiling NIOCore NIOSendable.swift
[116/152] Compiling NIOCore RecvByteBufferAllocator.swift
[117/160] Compiling NIOCore AddressedEnvelope.swift
[118/160] Compiling NIOCore AsyncAwaitSupport.swift
[119/160] Compiling NIOCore AsyncChannel.swift
[120/160] Compiling NIOCore AsyncChannelHandler.swift
[121/160] Compiling NIOCore AsyncChannelInboundStream.swift
[122/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[123/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[124/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[125/160] Compiling NIOCore NIOAsyncWriter.swift
[126/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/160] Compiling NIOCore EventLoopFuture.swift
[130/160] Compiling NIOCore FileDescriptor.swift
[131/160] Compiling NIOCore FileHandle.swift
[132/160] Compiling NIOCore FileRegion.swift
[133/160] Compiling NIOCore GlobalSingletons.swift
[134/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/160] Compiling NIOCore SocketAddresses.swift
[136/160] Compiling NIOCore SocketOptionProvider.swift
[137/160] Compiling NIOCore SystemCallHelpers.swift
[138/160] Compiling NIOCore TimeAmount+Duration.swift
[139/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[140/160] Compiling NIOCore UniversalBootstrapSupport.swift
[141/160] Compiling NIOCore Utilities.swift
[142/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/160] Compiling NIOCore BSDSocketAPI.swift
[144/160] Compiling NIOCore ByteBuffer-aux.swift
[145/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/160] Compiling NIOCore ByteBuffer-conversions.swift
[147/160] Compiling NIOCore ByteBuffer-core.swift
[148/160] Compiling NIOCore ByteBuffer-hex.swift
[149/160] Compiling NIOCore ByteBuffer-int.swift
[150/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/160] Compiling NIOCore ByteBuffer-multi-int.swift
[152/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[153/160] Compiling NIOCore ByteBuffer-views.swift
[154/160] Compiling NIOCore Channel.swift
[155/160] Compiling NIOCore ChannelHandler.swift
[156/160] Compiling NIOCore ChannelHandlers.swift
[157/160] Compiling NIOCore ChannelInvoker.swift
[158/160] Compiling NIOCore ChannelOption.swift
[159/160] Compiling NIOCore ChannelPipeline.swift
[160/160] Emitting module NIOCore
[162/211] Emitting module NIOEmbedded
[163/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[164/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[165/211] Compiling NIOEmbedded Embedded.swift
[167/212] Compiling NIOPosix SelectableChannel.swift
[168/212] Compiling NIOPosix SelectableEventLoop.swift
[169/212] Compiling NIOPosix SelectorEpoll.swift
[170/212] Compiling NIOPosix SelectorGeneric.swift
[171/212] Compiling NIOPosix SelectorKqueue.swift
[172/212] Compiling NIOPosix SelectorUring.swift
[173/218] Emitting module NIOPosix
[174/218] Compiling NIOPosix Pool.swift
[175/218] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[176/218] Compiling NIOPosix PosixSingletons.swift
[177/218] Compiling NIOPosix RawSocketBootstrap.swift
[178/218] Compiling NIOPosix Resolver.swift
[179/218] Compiling NIOPosix Selectable.swift
[180/218] Compiling NIOPosix ServerSocket.swift
[181/218] Compiling NIOPosix Socket.swift
[182/218] Compiling NIOPosix SocketChannel.swift
[183/218] Compiling NIOPosix SocketProtocols.swift
[184/218] Compiling NIOPosix System.swift
[185/218] Compiling NIOPosix Thread.swift
[186/218] Compiling NIOPosix ThreadPosix.swift
[187/218] Compiling NIOPosix ThreadWindows.swift
[188/218] Compiling NIOPosix UnsafeTransfer.swift
[189/218] Compiling NIOPosix Utilities.swift
[190/218] Compiling NIOPosix VsockAddress.swift
[191/218] Compiling NIOPosix VsockChannelEvents.swift
[192/218] Compiling NIOPosix NIOThreadPool.swift
[193/218] Compiling NIOPosix NonBlockingFileIO.swift
[194/218] Compiling NIOPosix PendingDatagramWritesManager.swift
[195/218] Compiling NIOPosix PendingWritesManager.swift
[196/218] Compiling NIOPosix PipeChannel.swift
[197/218] Compiling NIOPosix PipePair.swift
[198/218] Compiling NIOPosix IO.swift
[199/218] Compiling NIOPosix IntegerBitPacking.swift
[200/218] Compiling NIOPosix IntegerTypes.swift
[201/218] Compiling NIOPosix Linux.swift
[202/218] Compiling NIOPosix LinuxCPUSet.swift
[203/218] Compiling NIOPosix LinuxUring.swift
[204/218] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[205/218] Compiling NIOPosix BSDSocketAPICommon.swift
[206/218] Compiling NIOPosix BSDSocketAPIPosix.swift
[207/218] Compiling NIOPosix BSDSocketAPIWindows.swift
[208/218] Compiling NIOPosix BaseSocket.swift
[209/218] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[210/218] Compiling NIOPosix BaseSocketChannel.swift
[211/218] Compiling NIOPosix BaseStreamSocketChannel.swift
[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] Emitting module NIO
[221/221] Compiling NIO Exports.swift
[223/227] Compiling Storage StorageError.swift
[224/227] Compiling Storage LocalStorage.swift
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:120:26: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
118 |                 throw StorageError(identifier: "errno", reason: "(\(errno))" + String(cString: strerror(errno)))
119 |             }
120 |             let handle = NIOFileHandle(descriptor: fd)
    |                          `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
121 |
122 |             // Stream the file data into the empty file.
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:148:30: warning: 'init(path:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
146 |             }
147 |
148 |             let handle = try NIOFileHandle(path: file)
    |                              `- warning: 'init(path:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
149 |             var fileData = Data()
150 |             fileData.reserveCapacity(fileSize.intValue)
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:164:24: warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
 49 | ///
 50 | ///     storage.delete(file:  "/Users/hackerman/projects/AwesomeProject")
 51 | public struct LocalStorage: Storage {
    |               `- note: consider making struct 'LocalStorage' conform to the 'Sendable' protocol
 52 |
 53 |     /// The event loop group that the service lives on.
    :
162 |                 }
163 |
164 |                 return self.eventLoop.makeSucceededFuture(())
    |                        `- warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
165 |             }.map {
166 |                 var buffer = self.allocator.buffer(capacity: fileData.count)
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:161:21: warning: mutation of captured var 'fileData' in concurrently-executing code; this is an error in the Swift 6 language mode
159 |             ) { chunk in
160 |                 chunk.withUnsafeReadableBytes { ptr in
161 |                     fileData.append(ptr.bindMemory(to: UInt8.self))
    |                     `- warning: mutation of captured var 'fileData' in concurrently-executing code; this is an error in the Swift 6 language mode
162 |                 }
163 |
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:166:30: warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
 49 | ///
 50 | ///     storage.delete(file:  "/Users/hackerman/projects/AwesomeProject")
 51 | public struct LocalStorage: Storage {
    |               `- note: consider making struct 'LocalStorage' conform to the 'Sendable' protocol
 52 |
 53 |     /// The event loop group that the service lives on.
    :
164 |                 return self.eventLoop.makeSucceededFuture(())
165 |             }.map {
166 |                 var buffer = self.allocator.buffer(capacity: fileData.count)
    |                              `- warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
167 |                 buffer.writeBytes(fileData)
168 |                 return File(buffer: buffer, filename: name)
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:166:62: warning: reference to captured var 'fileData' in concurrently-executing code
164 |                 return self.eventLoop.makeSucceededFuture(())
165 |             }.map {
166 |                 var buffer = self.allocator.buffer(capacity: fileData.count)
    |                                                              `- warning: reference to captured var 'fileData' in concurrently-executing code
167 |                 buffer.writeBytes(fileData)
168 |                 return File(buffer: buffer, filename: name)
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:167:35: warning: reference to captured var 'fileData' in concurrently-executing code
165 |             }.map {
166 |                 var buffer = self.allocator.buffer(capacity: fileData.count)
167 |                 buffer.writeBytes(fileData)
    |                                   `- warning: reference to captured var 'fileData' in concurrently-executing code
168 |                 return File(buffer: buffer, filename: name)
169 |             }.always { _ in
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:189:26: warning: type 'File' does not conform to the 'Sendable' protocol
187 |
188 |             // Read the updated file and return it.
189 |             return write.flatMap { self.fetch(file: file) }
    |                          `- warning: type 'File' does not conform to the 'Sendable' protocol
190 |         } catch let error {
191 |             return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/Storage/File.swift:5:15: note: consider making struct 'File' conform to the 'Sendable' protocol
 3 |
 4 | /// Represents a single file.
 5 | public struct File: Codable, Equatable {
   |               `- note: consider making struct 'File' conform to the 'Sendable' protocol
 6 |
 7 |     /// The name of the file, including the extension.
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:189:36: warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
 49 | ///
 50 | ///     storage.delete(file:  "/Users/hackerman/projects/AwesomeProject")
 51 | public struct LocalStorage: Storage {
    |               `- note: consider making struct 'LocalStorage' conform to the 'Sendable' protocol
 52 |
 53 |     /// The event loop group that the service lives on.
    :
187 |
188 |             // Read the updated file and return it.
189 |             return write.flatMap { self.fetch(file: file) }
    |                                    `- warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
190 |         } catch let error {
191 |             return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Sources/Storage/LocalStorage.swift:203:28: warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
 49 | ///
 50 | ///     storage.delete(file:  "/Users/hackerman/projects/AwesomeProject")
 51 | public struct LocalStorage: Storage {
    |               `- note: consider making struct 'LocalStorage' conform to the 'Sendable' protocol
 52 |
 53 |     /// The event loop group that the service lives on.
    :
201 |             // Asynchronously
202 |             return self.threadPool.runIfActive(eventLoop: self.eventLoop) {
203 |                 return try self.manager.removeItem(atPath: file)
    |                            `- warning: capture of 'self' with non-sendable type 'LocalStorage' in a '@Sendable' closure
204 |             }
205 |         } catch let error {
[225/227] Emitting module Storage
[226/227] Compiling Storage Storage.swift
[227/227] Compiling Storage File.swift
Build complete! (65.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "Storage",
  "name" : "Storage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Storage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageTests",
      "path" : "Tests/StorageTests",
      "sources" : [
        "StorageTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Sources/Storage",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Storage"
      ],
      "sources" : [
        "File.swift",
        "LocalStorage.swift",
        "Storage.swift",
        "StorageError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.