The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftGopher, reference master (bdecfe), with Swift 6.1 for Linux on 29 Apr 2025 04:52:13 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/navanchauhan/swift-gopher.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/navanchauhan/swift-gopher
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bdecfea generate new documentation
Cloned https://github.com/navanchauhan/swift-gopher.git
Revision (git rev-parse @):
bdecfea74933ecbe28af0ae77b8a5bc87e3fc445
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-gopher.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/navanchauhan/swift-gopher.git
https://github.com/navanchauhan/swift-gopher.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"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "SwiftGopher",
  "name" : "SwiftGopher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftGopherClient",
      "targets" : [
        "SwiftGopherClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-gopher",
      "targets" : [
        "swift-gopher"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_gopher",
      "module_type" : "SwiftTarget",
      "name" : "swift-gopher",
      "path" : "Sources/swift-gopher",
      "product_dependencies" : [
        "NIO",
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swift-gopher"
      ],
      "sources" : [
        "gopherHandler.swift",
        "helpers.swift",
        "server.swift"
      ],
      "target_dependencies" : [
        "GopherHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftGopherServerTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGopherServerTests",
      "path" : "Tests/SwiftGopherServerTests",
      "sources" : [
        "SwiftGopherServerTests.swift"
      ],
      "target_dependencies" : [
        "swift-gopher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGopherClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGopherClientTests",
      "path" : "Tests/SwiftGopherClientTests",
      "sources" : [
        "SwiftGopherClientTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGopherClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGopherClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGopherClient",
      "path" : "Sources/SwiftGopherClient",
      "product_dependencies" : [
        "NIO",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "SwiftGopherClient"
      ],
      "sources" : [
        "gopherClient.swift",
        "gopherRequestResponseHandler.swift"
      ],
      "target_dependencies" : [
        "GopherHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GopherHelpers",
      "module_type" : "SwiftTarget",
      "name" : "GopherHelpers",
      "path" : "Sources/GopherHelpers",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "SwiftGopherClient",
        "swift-gopher"
      ],
      "sources" : [
        "GopherHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/4668] Fetching swift-docc-plugin, swift-nio-transport-services
[254/8504] Fetching swift-docc-plugin, swift-nio-transport-services, swift-log
[8505/23454] Fetching swift-docc-plugin, swift-nio-transport-services, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.80s)
[8427/20835] Fetching swift-docc-plugin, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
[5039/16999] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.82s)
[4037/14950] Fetching swift-argument-parser
Fetching https://github.com/apple/swift-nio
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.63s)
[1/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (7.41s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (9.77s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (2.18s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[3885/20606] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.15s)
Fetched https://github.com/apple/swift-collections.git from cache (2.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.82s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.94s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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.1.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/49] Write sources
[19/49] Compiling CNIOWindows shim.c
[19/49] Compiling CNIOWindows WSAStartup.c
[21/49] Compiling CNIOLinux liburing_shims.c
[22/49] Write sources
[25/49] Compiling CNIOWASI CNIOWASI.c
[26/49] Compiling CNIODarwin shim.c
[27/49] Compiling CNIOLinux shim.c
[28/49] Compiling _AtomicsShims.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[30/98] Compiling c-nioatomics.c
[31/98] Compiling c-atomics.c
[33/104] Compiling InternalCollectionsUtilities Debugging.swift
[34/104] Compiling InternalCollectionsUtilities Descriptions.swift
[35/104] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/104] Compiling InternalCollectionsUtilities Specialize.swift
[37/106] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/106] Compiling InternalCollectionsUtilities Integer rank.swift
[39/106] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[42/106] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/108] Emitting module _NIOBase64
[45/108] Compiling _NIOBase64 Base64.swift
[46/108] Emitting module ArgumentParserToolInfo
[47/108] Compiling ArgumentParserToolInfo ToolInfo.swift
[48/108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[49/108] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[50/108] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[51/110] Emitting module Atomics
[55/110] Emitting module InternalCollectionsUtilities
[56/110] Compiling _NIODataStructures _TinyArray.swift
[60/110] Compiling _NIODataStructures PriorityQueue.swift
[61/110] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/110] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/110] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/110] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/110] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/111] Compiling Atomics IntegerOperations.swift
[81/111] Compiling Atomics Unmanaged extensions.swift
[81/112] Wrapping AST for ArgumentParserToolInfo for debugging
[82/112] Wrapping AST for _NIOBase64 for debugging
[85/150] Emitting module NIOConcurrencyHelpers
[86/165] Compiling Logging MetadataProvider.swift
[86/165] Wrapping AST for InternalCollectionsUtilities for debugging
[88/165] Compiling NIOConcurrencyHelpers lock.swift
[88/165] Wrapping AST for Atomics for debugging
[90/165] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[91/165] Compiling NIOConcurrencyHelpers atomics.swift
[92/165] Emitting module _NIODataStructures
[93/165] Compiling _NIODataStructures Heap.swift
[94/166] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/166] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/166] Compiling Logging LogHandler.swift
[97/166] Compiling Logging Logging.swift
[98/167] Compiling Logging Locks.swift
[99/167] Emitting module Logging
[100/168] Compiling DequeModule _DequeBuffer.swift
[101/168] Compiling DequeModule _DequeBufferHeader.swift
[104/170] Compiling DequeModule Deque+Equatable.swift
[105/170] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/170] Compiling DequeModule Deque+CustomReflectable.swift
[107/170] Compiling DequeModule Deque+Descriptions.swift
[108/170] Wrapping AST for _NIODataStructures for debugging
[109/170] Wrapping AST for Logging for debugging
[110/170] Wrapping AST for NIOConcurrencyHelpers for debugging
[112/170] Compiling DequeModule _DequeSlot.swift
[113/170] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/170] Compiling DequeModule Deque+Extras.swift
[115/170] Compiling DequeModule Deque+Hashable.swift
[116/170] Compiling DequeModule Deque+Testing.swift
[117/170] Compiling DequeModule Deque._Storage.swift
[118/170] Compiling DequeModule Deque._UnsafeHandle.swift
[119/170] Compiling DequeModule Deque.swift
[120/170] Compiling DequeModule Deque+Codable.swift
[121/170] Compiling DequeModule Deque+Collection.swift
[122/170] Emitting module DequeModule
[123/171] Wrapping AST for DequeModule for debugging
[125/230] Emitting module ArgumentParser
[126/235] Compiling NIOCore MarkedCircularBuffer.swift
[127/235] Compiling NIOCore MulticastChannel.swift
[128/235] Compiling NIOCore NIOAny.swift
[129/235] Compiling NIOCore NIOCloseOnErrorHandler.swift
[130/235] Compiling NIOCore NIOLoopBound.swift
[131/235] Compiling NIOCore NIOScheduledCallback.swift
[132/235] Compiling NIOCore NIOSendable.swift
[133/235] Compiling NIOCore RecvByteBufferAllocator.swift
[134/243] Compiling ArgumentParser CollectionExtensions.swift
[135/243] Compiling ArgumentParser Platform.swift
[136/243] Compiling ArgumentParser SequenceExtensions.swift
[137/243] Compiling ArgumentParser StringExtensions.swift
[138/243] Compiling ArgumentParser Tree.swift
[139/243] Compiling NIOCore AddressedEnvelope.swift
[140/243] Compiling NIOCore AsyncAwaitSupport.swift
[141/243] Compiling NIOCore AsyncChannel.swift
[142/243] Compiling NIOCore AsyncChannelHandler.swift
[143/243] Compiling NIOCore AsyncChannelInboundStream.swift
[144/243] Compiling NIOCore AsyncChannelOutboundWriter.swift
[145/243] Compiling NIOCore NIOAsyncSequenceProducer.swift
[146/243] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[147/243] Compiling NIOCore NIOAsyncWriter.swift
[148/243] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[149/243] Compiling NIOCore BSDSocketAPI.swift
[150/243] Compiling NIOCore ByteBuffer-aux.swift
[151/243] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/243] Compiling NIOCore ByteBuffer-conversions.swift
[153/243] Compiling NIOCore ByteBuffer-core.swift
[154/243] Compiling NIOCore ByteBuffer-hex.swift
[155/243] Compiling NIOCore ByteBuffer-int.swift
[156/243] Compiling NIOCore EventLoopFuture.swift
[157/243] Compiling NIOCore FileDescriptor.swift
[158/243] Compiling NIOCore FileHandle.swift
[159/243] Compiling NIOCore FileRegion.swift
[160/243] Compiling NIOCore ByteBuffer-multi-int.swift
[161/243] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[162/243] Compiling NIOCore EventLoop.swift
[163/243] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[164/243] Compiling NIOCore EventLoopFuture+Deprecated.swift
[165/243] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[166/243] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/243] Compiling NIOCore ByteBuffer-views.swift
[168/243] Compiling NIOCore Channel.swift
[169/243] Compiling NIOCore ChannelHandler.swift
[170/243] Compiling NIOCore ChannelHandlers.swift
[171/243] Compiling NIOCore ChannelInvoker.swift
[172/243] Compiling NIOCore ChannelOption.swift
[173/243] Compiling NIOCore ChannelPipeline.swift
[174/243] Compiling NIOCore CircularBuffer.swift
[175/243] Compiling NIOCore Codec.swift
[185/244] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[186/244] Compiling NIOCore SocketAddresses.swift
[187/244] Compiling NIOCore SocketOptionProvider.swift
[188/244] Compiling NIOCore SystemCallHelpers.swift
[189/244] Compiling NIOCore TimeAmount+Duration.swift
[190/244] Compiling NIOCore TypeAssistedChannelHandler.swift
[191/244] Compiling NIOCore UniversalBootstrapSupport.swift
[192/244] Compiling NIOCore Utilities.swift
[193/244] Wrapping AST for ArgumentParser for debugging
[212/244] Compiling NIOCore GlobalSingletons.swift
[213/244] Compiling NIOCore IO.swift
[214/244] Compiling NIOCore IOData.swift
[215/244] Compiling NIOCore IPProtocol.swift
[216/244] Compiling NIOCore IntegerBitPacking.swift
[217/244] Compiling NIOCore IntegerTypes.swift
[218/244] Compiling NIOCore Interfaces.swift
[219/244] Compiling NIOCore Linux.swift
[236/244] Emitting module NIOCore
[237/245] Wrapping AST for NIOCore for debugging
[239/298] Emitting module GopherHelpers
[240/298] Compiling GopherHelpers GopherHelpers.swift
[241/299] Wrapping AST for GopherHelpers for debugging
[243/299] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[244/299] Compiling NIOEmbedded Embedded.swift
[245/299] Compiling NIOEmbedded AsyncTestingChannel.swift
[246/299] Emitting module NIOEmbedded
[247/300] Wrapping AST for NIOEmbedded for debugging
[249/300] Emitting module NIOPosix
[250/306] Compiling NIOPosix ServerSocket.swift
[251/306] Compiling NIOPosix Socket.swift
[252/306] Compiling NIOPosix SocketChannel.swift
[253/306] Compiling NIOPosix SocketProtocols.swift
[254/306] Compiling NIOPosix System.swift
[255/306] Compiling NIOPosix Thread.swift
[256/306] Compiling NIOPosix PooledRecvBufferAllocator.swift
[257/306] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[258/306] Compiling NIOPosix PosixSingletons.swift
[259/306] Compiling NIOPosix RawSocketBootstrap.swift
[260/306] Compiling NIOPosix Resolver.swift
[261/306] Compiling NIOPosix Selectable.swift
[262/306] Compiling NIOPosix SelectableChannel.swift
[263/306] Compiling NIOPosix SelectableEventLoop.swift
[264/306] Compiling NIOPosix SelectorEpoll.swift
[265/306] Compiling NIOPosix SelectorGeneric.swift
[266/306] Compiling NIOPosix SelectorKqueue.swift
[267/306] Compiling NIOPosix SelectorUring.swift
[268/306] Compiling NIOPosix ThreadPosix.swift
[269/306] Compiling NIOPosix ThreadWindows.swift
[270/306] Compiling NIOPosix UnsafeTransfer.swift
[271/306] Compiling NIOPosix Utilities.swift
[272/306] Compiling NIOPosix VsockAddress.swift
[273/306] Compiling NIOPosix VsockChannelEvents.swift
[274/306] Compiling NIOPosix IO.swift
[275/306] Compiling NIOPosix IntegerBitPacking.swift
[276/306] Compiling NIOPosix IntegerTypes.swift
[277/306] Compiling NIOPosix Linux.swift
[278/306] Compiling NIOPosix LinuxCPUSet.swift
[279/306] Compiling NIOPosix LinuxUring.swift
[280/306] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[281/306] Compiling NIOPosix NIOThreadPool.swift
[282/306] Compiling NIOPosix NonBlockingFileIO.swift
[283/306] Compiling NIOPosix PendingDatagramWritesManager.swift
[284/306] Compiling NIOPosix PendingWritesManager.swift
[285/306] Compiling NIOPosix PipeChannel.swift
[286/306] Compiling NIOPosix PipePair.swift
[287/306] Compiling NIOPosix Pool.swift
[288/306] Compiling NIOPosix BSDSocketAPICommon.swift
[289/306] Compiling NIOPosix BSDSocketAPIPosix.swift
[290/306] Compiling NIOPosix BSDSocketAPIWindows.swift
[291/306] Compiling NIOPosix BaseSocket.swift
[292/306] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[293/306] Compiling NIOPosix BaseSocketChannel.swift
[294/306] Compiling NIOPosix BaseStreamSocketChannel.swift
[295/306] Compiling NIOPosix Bootstrap.swift
[296/306] Compiling NIOPosix ControlMessage.swift
[297/306] Compiling NIOPosix DatagramVectorReadManager.swift
[298/306] Compiling NIOPosix Errors+Any.swift
[299/306] Compiling NIOPosix FileDescriptor.swift
[300/306] Compiling NIOPosix GetaddrinfoResolver.swift
[301/306] Compiling NIOPosix HappyEyeballs.swift
[302/307] Wrapping AST for NIOPosix for debugging
[304/309] Emitting module NIO
[305/309] Compiling NIO Exports.swift
[306/310] Wrapping AST for NIO for debugging
[308/325] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[309/325] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[310/325] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[311/325] Emitting module swift_gopher
[312/325] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[313/325] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[314/325] Compiling swift_gopher helpers.swift
[315/325] Compiling swift_gopher server.swift
/host/spi-builder-workspace/Sources/swift-gopher/server.swift:56:17: warning: conformance of 'BackPressureHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
54 |         .childChannelInitializer { channel in
55 |             channel.pipeline.addHandlers([
56 |                 BackPressureHandler(),
   |                 `- warning: conformance of 'BackPressureHandler' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
57 |                 GopherHandler(
58 |                     logger: logger,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandlers.swift:179:1: note: conformance of 'BackPressureHandler' to 'Sendable' has been explicitly marked unavailable here
177 |
178 | @available(*, unavailable)
179 | extension BackPressureHandler: Sendable {}
    | `- note: conformance of 'BackPressureHandler' to 'Sendable' has been explicitly marked unavailable here
180 |
181 | /// Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
/host/spi-builder-workspace/Sources/swift-gopher/server.swift:57:17: warning: type 'GopherHandler' does not conform to the 'Sendable' protocol
55 |             channel.pipeline.addHandlers([
56 |                 BackPressureHandler(),
57 |                 GopherHandler(
   |                 `- warning: type 'GopherHandler' does not conform to the 'Sendable' protocol
58 |                     logger: logger,
59 |                     gopherdata_dir: localGopherDataDir,
/host/spi-builder-workspace/Sources/swift-gopher/gopherHandler.swift:7:13: note: class 'GopherHandler' does not conform to the 'Sendable' protocol
  5 | import NIO
  6 |
  7 | final class GopherHandler: ChannelInboundHandler {
    |             `- note: class 'GopherHandler' does not conform to the 'Sendable' protocol
  8 |     typealias InboundIn = ByteBuffer
  9 |     typealias OutboundOut = ByteBuffer
[316/325] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[317/325] Emitting module NIOTLS
[318/325] Compiling NIOTLS SNIHandler.swift
[319/325] Compiling NIOTLS TLSEvents.swift
[321/326] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[322/326] Emitting module NIOFoundationCompat
[323/327] Compiling swift_gopher gopherHandler.swift
/host/spi-builder-workspace/Sources/swift-gopher/gopherHandler.swift:101:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 99 |
100 |                 context.writeAndFlush(self.wrapOutboundOut(outputBuffer)).whenComplete { _ in
101 |                     context.close(mode: .all, promise: nil)
    |                     `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
102 |                 }
103 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[325/336] Wrapping AST for swift-gopher for debugging
[326/338] Write Objects.LinkFileList
[328/350] Compiling NIOTransportServices StateManagedChannel.swift
[329/350] Compiling NIOTransportServices StateManagedListenerChannel.swift
[330/350] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[331/352] Compiling NIOTransportServices NIOTSBootstraps.swift
[332/352] Compiling NIOTransportServices NIOTSChannelOptions.swift
[333/352] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[334/352] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[335/352] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[336/352] Compiling NIOTransportServices NIOTSListenerChannel.swift
[337/352] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[338/352] Compiling NIOTransportServices NIOTSSingletons.swift
[339/352] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[340/352] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[341/352] Compiling NIOTransportServices NIOTSErrors.swift
[342/352] Compiling NIOTransportServices NIOTSEventLoop.swift
[343/352] Emitting module NIOTransportServices
[344/352] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[345/352] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[346/352] Compiling NIOTransportServices AcceptHandler.swift
[347/352] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[348/352] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[349/352] Compiling NIOTransportServices NIOTSDatagramListener.swift
[350/352] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[351/352] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[352/356] Linking swift-gopher
[354/356] Compiling SwiftGopherClient gopherClient.swift
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:71:17: warning: capture of 'completion' with non-sendable type '(Result<[gopherItem], any Error>) -> Void' in a '@Sendable' closure
 69 |                 }
 70 |             case .failure(let error):
 71 |                 completion(.failure(error))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<[gopherItem], any Error>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 72 |             }
 73 |         }
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:131:49: warning: type 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
129 |                 .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
130 |                 .channelInitializer { channel in
131 |                     channel.pipeline.addHandler(handler)
    |                                                 `- warning: type 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
132 |                 }
133 |         #else
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherRequestResponseHandler.swift:12:13: note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
 10 | import NIO
 11 |
 12 | final class GopherRequestResponseHandler: ChannelInboundHandler {
    |             `- note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
 13 |     typealias InboundIn = ByteBuffer
 14 |     typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:131:49: warning: capture of 'handler' with non-sendable type 'GopherRequestResponseHandler' in a '@Sendable' closure
129 |                 .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
130 |                 .channelInitializer { channel in
131 |                     channel.pipeline.addHandler(handler)
    |                                                 `- warning: capture of 'handler' with non-sendable type 'GopherRequestResponseHandler' in a '@Sendable' closure
132 |                 }
133 |         #else
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherRequestResponseHandler.swift:12:13: note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
 10 | import NIO
 11 |
 12 | final class GopherRequestResponseHandler: ChannelInboundHandler {
    |             `- note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
 13 |     typealias InboundIn = ByteBuffer
 14 |     typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:95:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
 93 |         return try await withCheckedThrowingContinuation { continuation in
 94 |             let bootstrap = self.createBootstrap(message: message) { result in
 95 |                 continuation.resume(with: result)
    |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
    |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 96 |             }
 97 |
[355/356] Emitting module SwiftGopherClient
[356/356] Compiling SwiftGopherClient gopherRequestResponseHandler.swift
Build complete! (85.43s)
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"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "SwiftGopher",
  "name" : "SwiftGopher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftGopherClient",
      "targets" : [
        "SwiftGopherClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-gopher",
      "targets" : [
        "swift-gopher"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_gopher",
      "module_type" : "SwiftTarget",
      "name" : "swift-gopher",
      "path" : "Sources/swift-gopher",
      "product_dependencies" : [
        "NIO",
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swift-gopher"
      ],
      "sources" : [
        "gopherHandler.swift",
        "helpers.swift",
        "server.swift"
      ],
      "target_dependencies" : [
        "GopherHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftGopherServerTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGopherServerTests",
      "path" : "Tests/SwiftGopherServerTests",
      "sources" : [
        "SwiftGopherServerTests.swift"
      ],
      "target_dependencies" : [
        "swift-gopher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGopherClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGopherClientTests",
      "path" : "Tests/SwiftGopherClientTests",
      "sources" : [
        "SwiftGopherClientTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGopherClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGopherClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGopherClient",
      "path" : "Sources/SwiftGopherClient",
      "product_dependencies" : [
        "NIO",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "SwiftGopherClient"
      ],
      "sources" : [
        "gopherClient.swift",
        "gopherRequestResponseHandler.swift"
      ],
      "target_dependencies" : [
        "GopherHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GopherHelpers",
      "module_type" : "SwiftTarget",
      "name" : "GopherHelpers",
      "path" : "Sources/GopherHelpers",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "SwiftGopherClient",
        "swift-gopher"
      ],
      "sources" : [
        "GopherHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.