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

Failed to build SwiftGopher, reference master (bdecfe), with Swift 6.1 for Android on 29 May 2025 14:13:45 UTC.

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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: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
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser.git
[1/2049] Fetching swift-docc-plugin
[2050/17428] Fetching swift-docc-plugin, swift-argument-parser
[2051/93525] Fetching swift-docc-plugin, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.64s)
[1992/91476] Fetching swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.41s)
[21308/76097] Fetching swift-nio
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-nio from cache (5.47s)
[1/3836] Fetching swift-log
[3837/6503] Fetching swift-log, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.94s)
Fetched https://github.com/apple/swift-log.git from cache (0.94s)
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 (6.86s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.80s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[167/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.15s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
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
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.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
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.5.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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
[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
[20/49] Compiling _AtomicsShims.c
[21/49] Compiling CNIOWindows WSAStartup.c
[22/49] Write sources
[25/49] Compiling CNIOWASI CNIOWASI.c
[26/49] Compiling CNIOLinux liburing_shims.c
[27/49] Compiling CNIODarwin shim.c
[28/49] Compiling CNIOLinux shim.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[31/95] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/95] Emitting module ArgumentParserToolInfo
[33/96] Compiling _NIODataStructures _TinyArray.swift
[34/96] Compiling _NIODataStructures PriorityQueue.swift
[35/96] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/96] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/96] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/96] Compiling InternalCollectionsUtilities Integer rank.swift
[40/96] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/99] Compiling InternalCollectionsUtilities Descriptions.swift
[45/99] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/99] Compiling InternalCollectionsUtilities Debugging.swift
[48/99] Emitting module _NIOBase64
[49/99] Compiling _NIOBase64 Base64.swift
[50/99] Emitting module _NIODataStructures
[51/99] Compiling _NIODataStructures Heap.swift
[52/101] Compiling Atomics AtomicMemoryOrderings.swift
[53/101] Compiling Atomics DoubleWord.swift
[54/101] Compiling Atomics ManagedAtomic.swift
[55/101] Compiling Atomics ManagedAtomicLazyReference.swift
[59/101] Emitting module InternalCollectionsUtilities
[60/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/101] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/101] Compiling Atomics UnsafeAtomic.swift
[65/101] Compiling Atomics UnsafeAtomicLazyReference.swift
[67/101] Wrapping AST for ArgumentParserToolInfo for debugging
[68/101] Wrapping AST for _NIOBase64 for debugging
[70/102] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/140] Compiling ArgumentParser ParsableArguments.swift
[72/140] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/140] Wrapping AST for _NIODataStructures for debugging
[75/140] Compiling ArgumentParser ZshCompletionsGenerator.swift
[76/140] Compiling ArgumentParser Argument.swift
[77/140] Compiling ArgumentParser ArgumentHelp.swift
[78/140] Emitting module Atomics
[79/140] Compiling ArgumentParser CommandGroup.swift
[80/140] Compiling ArgumentParser EnumerableFlag.swift
[81/140] Compiling ArgumentParser ArgumentVisibility.swift
[82/141] Compiling c-nioatomics.c
[83/141] Compiling c-atomics.c
[84/147] Wrapping AST for InternalCollectionsUtilities for debugging
[85/147] Wrapping AST for Atomics for debugging
[87/162] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/162] Compiling DequeModule Deque+Equatable.swift
[89/162] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/162] Compiling DequeModule Deque+CustomReflectable.swift
[91/162] Compiling DequeModule Deque+Descriptions.swift
[92/164] Compiling NIOConcurrencyHelpers lock.swift
[93/164] Compiling DequeModule _DequeBuffer.swift
[94/164] Compiling DequeModule _DequeBufferHeader.swift
[95/164] Emitting module NIOConcurrencyHelpers
[96/164] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[97/164] Compiling NIOConcurrencyHelpers atomics.swift
[98/164] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/165] Compiling DequeModule _DequeSlot.swift
[101/165] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/165] Compiling DequeModule Deque+Testing.swift
[103/165] Compiling DequeModule Deque._Storage.swift
[104/165] Compiling DequeModule Deque+Extras.swift
[105/165] Compiling DequeModule Deque+Hashable.swift
[106/165] Compiling DequeModule Deque._UnsafeHandle.swift
[107/165] Compiling DequeModule Deque+Codable.swift
[108/165] Compiling DequeModule Deque+Collection.swift
[108/170] Wrapping AST for NIOConcurrencyHelpers for debugging
[110/170] Emitting module Logging
[111/170] Compiling Logging MetadataProvider.swift
[112/170] Compiling Logging Locks.swift
[113/170] Compiling Logging LogHandler.swift
[114/170] Compiling Logging Logging.swift
[120/171] Compiling DequeModule Deque.swift
[122/171] Emitting module DequeModule
[122/172] Wrapping AST for Logging for debugging
[124/172] Wrapping AST for DequeModule for debugging
[126/197] Compiling ArgumentParser CollectionExtensions.swift
[127/197] Compiling ArgumentParser Platform.swift
[128/197] Compiling ArgumentParser SequenceExtensions.swift
[129/197] Compiling ArgumentParser StringExtensions.swift
[130/197] Compiling ArgumentParser Tree.swift
[131/229] Emitting module ArgumentParser
[132/232] Compiling NIOCore AddressedEnvelope.swift
[133/232] Compiling NIOCore AsyncAwaitSupport.swift
[134/232] Compiling NIOCore AsyncChannel.swift
[135/232] Compiling NIOCore AsyncChannelHandler.swift
[136/232] Compiling NIOCore AsyncChannelInboundStream.swift
[137/232] Compiling NIOCore AsyncChannelOutboundWriter.swift
[138/232] Compiling NIOCore ByteBuffer-aux.swift
[139/232] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[140/232] Compiling NIOCore ByteBuffer-conversions.swift
[141/232] Compiling NIOCore ByteBuffer-core.swift
[142/232] Compiling NIOCore ByteBuffer-hex.swift
[143/232] Compiling NIOCore ByteBuffer-int.swift
[144/232] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[145/232] Compiling NIOCore ByteBuffer-multi-int.swift
[146/232] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[147/232] Compiling NIOCore ByteBuffer-views.swift
[148/232] Compiling NIOCore Channel.swift
[149/232] Compiling NIOCore MulticastChannel.swift
[150/232] Compiling NIOCore NIOAny.swift
[151/232] Compiling NIOCore NIOCloseOnErrorHandler.swift
[152/232] Compiling NIOCore NIOLoopBound.swift
[153/232] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[154/232] Compiling NIOCore NIOScheduledCallback.swift
[155/232] Compiling NIOCore NIOSendable.swift
[156/232] Compiling NIOCore RecvByteBufferAllocator.swift
[157/240] Compiling NIOCore ChannelHandler.swift
[158/240] Compiling NIOCore ChannelHandlers.swift
[159/240] Compiling NIOCore ChannelInvoker.swift
[160/240] Compiling NIOCore ChannelOption.swift
[161/240] Compiling NIOCore ChannelPipeline.swift
[162/240] Compiling NIOCore EventLoop+Deprecated.swift
[163/240] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/240] Compiling NIOCore EventLoop.swift
[165/240] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[166/240] Compiling NIOCore EventLoopFuture+Deprecated.swift
[167/240] Compiling NIOCore CircularBuffer.swift
[168/240] Compiling NIOCore Codec.swift
[169/240] Compiling NIOCore ConvenienceOptionSupport.swift
[170/240] Compiling NIOCore DeadChannel.swift
[171/240] Compiling NIOCore DispatchQueue+WithFuture.swift
[175/241] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[176/241] Compiling NIOCore EventLoopFuture.swift
[177/241] Compiling NIOCore FileDescriptor.swift
[178/241] Compiling NIOCore FileHandle.swift
[179/241] Compiling NIOCore FileRegion.swift
[180/241] Compiling NIOCore GlobalSingletons.swift
[181/241] Compiling NIOCore IO.swift
[182/241] Compiling NIOCore IOData.swift
[183/241] Compiling NIOCore IPProtocol.swift
[184/241] Compiling NIOCore IntegerBitPacking.swift
[185/241] Compiling NIOCore IntegerTypes.swift
[186/241] Compiling NIOCore Interfaces.swift
[187/241] Compiling NIOCore Linux.swift
[188/241] Compiling NIOCore MarkedCircularBuffer.swift
[188/241] Wrapping AST for ArgumentParser for debugging
[198/241] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[199/241] Compiling NIOCore SocketAddresses.swift
[200/241] Compiling NIOCore SocketOptionProvider.swift
[201/241] Compiling NIOCore SystemCallHelpers.swift
[202/241] Compiling NIOCore TimeAmount+Duration.swift
[203/241] Compiling NIOCore TypeAssistedChannelHandler.swift
[204/241] Compiling NIOCore UniversalBootstrapSupport.swift
[205/241] Compiling NIOCore Utilities.swift
[212/241] Compiling NIOCore NIOAsyncSequenceProducer.swift
[213/241] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[214/241] Compiling NIOCore NIOAsyncWriter.swift
[215/241] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[216/241] Compiling NIOCore BSDSocketAPI.swift
[233/241] Emitting module NIOCore
[234/242] Wrapping AST for NIOCore for debugging
[236/294] Emitting module GopherHelpers
[237/294] Compiling GopherHelpers GopherHelpers.swift
[238/295] Wrapping AST for GopherHelpers for debugging
[240/295] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[241/295] Compiling NIOEmbedded Embedded.swift
[242/295] Emitting module NIOEmbedded
[243/295] Compiling NIOEmbedded AsyncTestingChannel.swift
[244/296] Wrapping AST for NIOEmbedded for debugging
[246/296] Compiling NIOPosix BSDSocketAPICommon.swift
[247/296] Compiling NIOPosix BSDSocketAPIPosix.swift
[248/296] Compiling NIOPosix BSDSocketAPIWindows.swift
[249/296] Compiling NIOPosix BaseSocket.swift
[250/296] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[251/296] Compiling NIOPosix BaseSocketChannel.swift
[252/296] Compiling NIOPosix BaseStreamSocketChannel.swift
[253/302] Emitting module NIOPosix
[254/302] Compiling NIOPosix ThreadPosix.swift
[255/302] Compiling NIOPosix ThreadWindows.swift
[256/302] Compiling NIOPosix UnsafeTransfer.swift
[257/302] Compiling NIOPosix Utilities.swift
[258/302] Compiling NIOPosix VsockAddress.swift
[259/302] Compiling NIOPosix VsockChannelEvents.swift
[260/302] Compiling NIOPosix SelectableChannel.swift
[261/302] Compiling NIOPosix SelectableEventLoop.swift
[262/302] Compiling NIOPosix SelectorEpoll.swift
[263/302] Compiling NIOPosix SelectorGeneric.swift
[264/302] Compiling NIOPosix SelectorKqueue.swift
[265/302] Compiling NIOPosix SelectorUring.swift
[266/302] Compiling NIOPosix ServerSocket.swift
[267/302] Compiling NIOPosix Socket.swift
[268/302] Compiling NIOPosix SocketChannel.swift
[269/302] Compiling NIOPosix SocketProtocols.swift
[270/302] Compiling NIOPosix System.swift
[271/302] Compiling NIOPosix Thread.swift
[272/302] Compiling NIOPosix IO.swift
[273/302] Compiling NIOPosix IntegerBitPacking.swift
[274/302] Compiling NIOPosix IntegerTypes.swift
[275/302] Compiling NIOPosix Linux.swift
[276/302] Compiling NIOPosix LinuxCPUSet.swift
[277/302] Compiling NIOPosix LinuxUring.swift
[278/302] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[279/302] Compiling NIOPosix Pool.swift
[280/302] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[281/302] Compiling NIOPosix PosixSingletons.swift
[282/302] Compiling NIOPosix RawSocketBootstrap.swift
[283/302] Compiling NIOPosix Resolver.swift
[284/302] Compiling NIOPosix Selectable.swift
[285/302] Compiling NIOPosix NIOThreadPool.swift
[286/302] Compiling NIOPosix NonBlockingFileIO.swift
[287/302] Compiling NIOPosix PendingDatagramWritesManager.swift
[288/302] Compiling NIOPosix PendingWritesManager.swift
[289/302] Compiling NIOPosix PipeChannel.swift
[290/302] Compiling NIOPosix PipePair.swift
[291/302] Compiling NIOPosix Bootstrap.swift
[292/302] Compiling NIOPosix ControlMessage.swift
[293/302] Compiling NIOPosix DatagramVectorReadManager.swift
[294/302] Compiling NIOPosix Errors+Any.swift
[295/302] Compiling NIOPosix FileDescriptor.swift
[296/302] Compiling NIOPosix GetaddrinfoResolver.swift
[297/302] Compiling NIOPosix HappyEyeballs.swift
[298/303] Wrapping AST for NIOPosix for debugging
[300/305] Emitting module NIO
[301/305] Compiling NIO Exports.swift
[302/306] Wrapping AST for NIO for debugging
[304/321] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[305/321] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[306/321] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[307/321] Compiling NIOTLS TLSEvents.swift
[308/321] Compiling swift_gopher helpers.swift
[309/321] 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
[310/321] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[311/321] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[312/321] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[313/321] Emitting module NIOTLS
[314/321] Compiling NIOTLS SNIHandler.swift
[315/322] 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>
[316/322] Emitting module swift_gopher
[319/323] Emitting module NIOFoundationCompat
[320/323] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[321/324] Wrapping AST for swift-gopher for debugging
[322/324] Write Objects.LinkFileList
[324/346] Emitting module NIOTransportServices
[325/348] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[326/348] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[327/348] Compiling NIOTransportServices NIOTSListenerChannel.swift
[328/348] Compiling NIOTransportServices NIOTSBootstraps.swift
[329/348] Compiling NIOTransportServices NIOTSChannelOptions.swift
[330/348] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[331/348] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[332/348] Compiling NIOTransportServices NIOTSErrors.swift
[333/348] Compiling NIOTransportServices NIOTSEventLoop.swift
[334/348] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[335/348] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[336/348] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[337/348] Compiling NIOTransportServices NIOTSSingletons.swift
[338/348] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[339/348] Compiling NIOTransportServices StateManagedChannel.swift
[340/348] Compiling NIOTransportServices StateManagedListenerChannel.swift
[341/348] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[341/348] Linking swift-gopher
[343/348] Compiling NIOTransportServices AcceptHandler.swift
[344/348] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[345/348] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[346/348] Compiling NIOTransportServices NIOTSDatagramListener.swift
[347/348] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[348/348] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[350/352] Emitting module SwiftGopherClient
[351/352] Compiling SwiftGopherClient gopherRequestResponseHandler.swift
[352/352] Compiling SwiftGopherClient gopherClient.swift
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:34:30: error: cannot find 'NIOTSEventLoopGroup' in scope
 32 |         #else
 33 |             if #available(macOS 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, visionOS 1.0, *) {
 34 |                 self.group = NIOTSEventLoopGroup()
    |                              `- error: cannot find 'NIOTSEventLoopGroup' in scope
 35 |             } else {
 36 |                 self.group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
/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:135:24: error: cannot find 'NIOTSConnectionBootstrap' in scope
133 |         #else
134 |             if #available(macOS 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, visionOS 1.0, *) {
135 |                 return NIOTSConnectionBootstrap(group: group)
    |                        `- error: cannot find 'NIOTSConnectionBootstrap' in scope
136 |                     .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
137 |                     .channelInitializer { channel in
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:144:53: warning: type 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
142 |                     .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
143 |                     .channelInitializer { channel in
144 |                         channel.pipeline.addHandler(handler)
    |                                                     `- warning: type 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
145 |                     }
146 |             }
/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:144:53: warning: capture of 'handler' with non-sendable type 'GopherRequestResponseHandler' in a '@Sendable' closure
142 |                     .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
143 |                     .channelInitializer { channel in
144 |                         channel.pipeline.addHandler(handler)
    |                                                     `- warning: capture of 'handler' with non-sendable type 'GopherRequestResponseHandler' in a '@Sendable' closure
145 |                     }
146 |             }
/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
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 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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/21] Write swift-version-24593BA9C3E375BF.txt
[5/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/74] Compiling Logging MetadataProvider.swift
[7/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[8/74] Compiling _NIODataStructures PriorityQueue.swift
[9/74] Compiling _NIODataStructures _TinyArray.swift
[10/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/74] Compiling _NIODataStructures Heap.swift
[12/74] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/74] Compiling InternalCollectionsUtilities Debugging.swift
[14/74] Compiling InternalCollectionsUtilities Descriptions.swift
[15/74] Emitting module _NIODataStructures
[16/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/75] Compiling Atomics UnsafeAtomic.swift
[18/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/77] Compiling Atomics ManagedAtomic.swift
[20/77] Compiling Atomics ManagedAtomicLazyReference.swift
[21/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/77] Compiling Atomics AtomicMemoryOrderings.swift
[25/77] Compiling Atomics DoubleWord.swift
[27/76] Emitting module ArgumentParserToolInfo
[28/76] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/77] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/76] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[34/76] Emitting module _NIOBase64
[35/76] Compiling _NIOBase64 Base64.swift
[36/77] Compiling NIOConcurrencyHelpers atomics.swift
[37/77] Compiling NIOConcurrencyHelpers lock.swift
[38/77] Compiling InternalCollectionsUtilities Integer rank.swift
[44/77] Emitting module NIOConcurrencyHelpers
[46/78] Compiling Atomics IntegerOperations.swift
[47/78] Compiling Atomics Unmanaged extensions.swift
[48/95] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/95] Compiling ArgumentParser CompletionsGenerator.swift
[50/95] Emitting module InternalCollectionsUtilities
[51/95] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/95] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/95] Compiling ArgumentParser OptionGroup.swift
[54/95] Compiling ArgumentParser AsyncParsableCommand.swift
[57/115] Emitting module Logging
[58/115] Compiling Logging Locks.swift
[59/115] Compiling Logging LogHandler.swift
[60/115] Compiling Logging Logging.swift
[61/121] Wrapping AST for InternalCollectionsUtilities for debugging
[62/131] Wrapping AST for Logging for debugging
[64/131] Compiling DequeModule Deque+CustomReflectable.swift
[65/131] Compiling DequeModule Deque+Descriptions.swift
[66/133] Compiling DequeModule Deque+Extras.swift
[67/133] Compiling DequeModule Deque+Hashable.swift
[68/133] Compiling DequeModule Deque+Testing.swift
[69/133] Compiling DequeModule Deque._Storage.swift
[70/133] Compiling DequeModule Deque._UnsafeHandle.swift
[71/138] Compiling DequeModule Deque+Equatable.swift
[72/138] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/138] Compiling DequeModule _DequeBuffer.swift
[74/138] Compiling DequeModule _DequeBufferHeader.swift
[78/138] Compiling DequeModule Deque+Codable.swift
[79/138] Compiling DequeModule Deque+Collection.swift
[80/138] Emitting module Atomics
[86/138] Compiling DequeModule Deque.swift
[87/139] Compiling DequeModule _DequeSlot.swift
[88/139] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/139] Emitting module DequeModule
[91/140] Emitting module ArgumentParser
[92/140] Wrapping AST for Atomics for debugging
[94/140] Compiling ArgumentParser CollectionExtensions.swift
[95/140] Compiling ArgumentParser Platform.swift
[96/140] Compiling ArgumentParser SequenceExtensions.swift
[97/140] Compiling ArgumentParser StringExtensions.swift
[98/140] Compiling ArgumentParser Tree.swift
[104/140] Compiling ArgumentParser Option.swift
[110/140] Wrapping AST for DequeModule for debugging
[112/200] Compiling NIOCore EventLoopFuture+Deprecated.swift
[113/200] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[114/200] Compiling NIOCore EventLoopFuture.swift
[115/200] Compiling NIOCore FileDescriptor.swift
[116/200] Compiling NIOCore FileHandle.swift
[117/200] Compiling NIOCore FileRegion.swift
[118/200] Compiling NIOCore GlobalSingletons.swift
[119/200] Compiling NIOCore MulticastChannel.swift
[120/200] Compiling NIOCore NIOAny.swift
[121/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/200] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/200] Compiling NIOCore IO.swift
[124/200] Compiling NIOCore IOData.swift
[125/200] Compiling NIOCore IPProtocol.swift
[126/200] Compiling NIOCore IntegerBitPacking.swift
[127/200] Compiling NIOCore IntegerTypes.swift
[128/200] Compiling NIOCore Interfaces.swift
[129/200] Compiling NIOCore Linux.swift
[130/200] Compiling NIOCore MarkedCircularBuffer.swift
[131/200] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[141/208] Compiling NIOCore CircularBuffer.swift
[142/208] Compiling NIOCore Codec.swift
[143/208] Compiling NIOCore ConvenienceOptionSupport.swift
[144/208] Compiling NIOCore DeadChannel.swift
[145/208] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/208] Compiling NIOCore EventLoop+Deprecated.swift
[147/208] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/208] Compiling NIOCore EventLoop.swift
[149/208] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[150/208] Compiling NIOCore SocketAddresses.swift
[151/208] Compiling NIOCore SocketOptionProvider.swift
[152/208] Compiling NIOCore SystemCallHelpers.swift
[153/208] Compiling NIOCore TimeAmount+Duration.swift
[154/208] Compiling NIOCore TypeAssistedChannelHandler.swift
[155/208] Compiling NIOCore UniversalBootstrapSupport.swift
[156/208] Compiling NIOCore Utilities.swift
[168/208] Compiling NIOCore NIOLoopBound.swift
[169/208] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[170/208] Compiling NIOCore NIOScheduledCallback.swift
[171/208] Compiling NIOCore NIOSendable.swift
[172/208] Compiling NIOCore RecvByteBufferAllocator.swift
[173/208] Compiling NIOCore ByteBuffer-multi-int.swift
[174/208] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/208] Compiling NIOCore ByteBuffer-views.swift
[176/208] Compiling NIOCore Channel.swift
[177/208] Compiling NIOCore ChannelHandler.swift
[178/208] Compiling NIOCore ChannelHandlers.swift
[179/208] Compiling NIOCore ChannelInvoker.swift
[180/208] Compiling NIOCore ChannelOption.swift
[181/208] Compiling NIOCore ChannelPipeline.swift
[182/208] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[183/208] Compiling NIOCore BSDSocketAPI.swift
[184/208] Compiling NIOCore ByteBuffer-aux.swift
[185/208] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[186/208] Compiling NIOCore ByteBuffer-conversions.swift
[187/208] Compiling NIOCore ByteBuffer-core.swift
[188/208] Compiling NIOCore ByteBuffer-hex.swift
[189/208] Compiling NIOCore ByteBuffer-int.swift
[191/208] Compiling NIOCore AddressedEnvelope.swift
[192/208] Compiling NIOCore AsyncAwaitSupport.swift
[193/208] Compiling NIOCore AsyncChannel.swift
[194/208] Compiling NIOCore AsyncChannelHandler.swift
[195/208] Compiling NIOCore AsyncChannelInboundStream.swift
[196/208] Compiling NIOCore AsyncChannelOutboundWriter.swift
[197/208] Compiling NIOCore NIOAsyncSequenceProducer.swift
[198/208] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[199/208] Compiling NIOCore NIOAsyncWriter.swift
[200/208] Emitting module NIOCore
[202/260] Emitting module GopherHelpers
[203/260] Compiling GopherHelpers GopherHelpers.swift
[205/260] Compiling NIOEmbedded AsyncTestingChannel.swift
[206/260] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[207/260] Emitting module NIOEmbedded
[208/260] Compiling NIOEmbedded Embedded.swift
[210/260] Compiling NIOPosix SelectableChannel.swift
[211/260] Compiling NIOPosix SelectableEventLoop.swift
[212/260] Compiling NIOPosix SelectorEpoll.swift
[213/260] Compiling NIOPosix SelectorGeneric.swift
[214/260] Compiling NIOPosix SelectorKqueue.swift
[215/260] Compiling NIOPosix SelectorUring.swift
[216/260] Compiling NIOPosix ServerSocket.swift
[217/260] Compiling NIOPosix Socket.swift
[218/260] Compiling NIOPosix SocketChannel.swift
[219/260] Compiling NIOPosix SocketProtocols.swift
[220/260] Compiling NIOPosix System.swift
[221/260] Compiling NIOPosix Thread.swift
[222/260] Compiling NIOPosix Pool.swift
[223/260] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[224/260] Compiling NIOPosix PosixSingletons.swift
[225/260] Compiling NIOPosix RawSocketBootstrap.swift
[226/260] Compiling NIOPosix Resolver.swift
[227/260] Compiling NIOPosix Selectable.swift
[228/266] Compiling NIOPosix Bootstrap.swift
[229/266] Compiling NIOPosix ControlMessage.swift
[230/266] Compiling NIOPosix DatagramVectorReadManager.swift
[231/266] Compiling NIOPosix Errors+Any.swift
[232/266] Compiling NIOPosix FileDescriptor.swift
[233/266] Compiling NIOPosix GetaddrinfoResolver.swift
[234/266] Compiling NIOPosix HappyEyeballs.swift
[235/266] Emitting module NIOPosix
[236/266] Compiling NIOPosix BSDSocketAPICommon.swift
[237/266] Compiling NIOPosix BSDSocketAPIPosix.swift
[238/266] Compiling NIOPosix BSDSocketAPIWindows.swift
[239/266] Compiling NIOPosix BaseSocket.swift
[240/266] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[241/266] Compiling NIOPosix BaseSocketChannel.swift
[242/266] Compiling NIOPosix BaseStreamSocketChannel.swift
[243/266] Compiling NIOPosix IO.swift
[244/266] Compiling NIOPosix IntegerBitPacking.swift
[245/266] Compiling NIOPosix IntegerTypes.swift
[246/266] Compiling NIOPosix Linux.swift
[247/266] Compiling NIOPosix LinuxCPUSet.swift
[248/266] Compiling NIOPosix LinuxUring.swift
[249/266] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[250/266] Compiling NIOPosix NIOThreadPool.swift
[251/266] Compiling NIOPosix NonBlockingFileIO.swift
[252/266] Compiling NIOPosix PendingDatagramWritesManager.swift
[253/266] Compiling NIOPosix PendingWritesManager.swift
[254/266] Compiling NIOPosix PipeChannel.swift
[255/266] Compiling NIOPosix PipePair.swift
[256/266] Compiling NIOPosix ThreadPosix.swift
[257/266] Compiling NIOPosix ThreadWindows.swift
[258/266] Compiling NIOPosix UnsafeTransfer.swift
[259/266] Compiling NIOPosix Utilities.swift
[260/266] Compiling NIOPosix VsockAddress.swift
[261/266] Compiling NIOPosix VsockChannelEvents.swift
[263/268] Emitting module NIO
[264/268] Compiling NIO Exports.swift
[266/283] Compiling NIOTLS TLSEvents.swift
[267/283] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[268/283] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[269/283] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[270/283] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[271/283] Compiling swift_gopher helpers.swift
[272/283] 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.
[273/283] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[274/283] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[275/283] Emitting module NIOTLS
[276/283] Compiling NIOTLS SNIHandler.swift
[278/284] Emitting module swift_gopher
[279/284] Compiling swift_gopher gopherHandler.swift
[281/285] Emitting module NIOFoundationCompat
[282/285] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[283/285] Write Objects.LinkFileList
[285/307] Compiling NIOTransportServices NIOTSBootstraps.swift
[286/307] Compiling NIOTransportServices NIOTSChannelOptions.swift
[287/307] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[288/307] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[289/307] Compiling NIOTransportServices NIOTSSingletons.swift
[290/307] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[290/307] Linking swift-gopher
[292/309] Emitting module NIOTransportServices
[293/309] Compiling NIOTransportServices AcceptHandler.swift
[294/309] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[295/309] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[296/309] Compiling NIOTransportServices StateManagedChannel.swift
[297/309] Compiling NIOTransportServices StateManagedListenerChannel.swift
[298/309] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[299/309] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[300/309] Compiling NIOTransportServices NIOTSErrors.swift
[301/309] Compiling NIOTransportServices NIOTSEventLoop.swift
[302/309] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[303/309] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[304/309] Compiling NIOTransportServices NIOTSListenerChannel.swift
[305/309] Compiling NIOTransportServices NIOTSDatagramListener.swift
[306/309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[307/309] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[308/309] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[309/309] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[311/313] Emitting module SwiftGopherClient
[312/313] Compiling SwiftGopherClient gopherRequestResponseHandler.swift
[313/313] Compiling SwiftGopherClient gopherClient.swift
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:34:30: error: cannot find 'NIOTSEventLoopGroup' in scope
 32 |         #else
 33 |             if #available(macOS 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, visionOS 1.0, *) {
 34 |                 self.group = NIOTSEventLoopGroup()
    |                              `- error: cannot find 'NIOTSEventLoopGroup' in scope
 35 |             } else {
 36 |                 self.group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:135:24: error: cannot find 'NIOTSConnectionBootstrap' in scope
133 |         #else
134 |             if #available(macOS 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, visionOS 1.0, *) {
135 |                 return NIOTSConnectionBootstrap(group: group)
    |                        `- error: cannot find 'NIOTSConnectionBootstrap' in scope
136 |                     .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
137 |                     .channelInitializer { channel in
BUILD FAILURE 6.1 android