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 1.1.8 (378fdd), with Swift 6.1 for Android on 29 May 2025 14:12:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 1.1.8
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
 * tag               1.1.8      -> FETCH_HEAD
HEAD is now at 378fdd6 specify watchOS, tvOS, and visionOS versions
Cloned https://github.com/navanchauhan/swift-gopher.git
Revision (git rev-parse @):
378fdd66231509cb3690e09950c11f07292af20a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-gopher.git at 1.1.8
========================================
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-0":/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-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[1272/17428] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.84s)
[4614/15379] Fetching swift-argument-parser
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.63s)
[1/2667] Fetching swift-nio-transport-services
[493/6503] Fetching swift-nio-transport-services, swift-log
[6504/82600] Fetching swift-nio-transport-services, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.90s)
Fetched https://github.com/apple/swift-log.git from cache (0.90s)
[1522/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (9.14s)
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 (11.94s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (2.19s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1143/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.94s)
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.15s)
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.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
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.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.81s)
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-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
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-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-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/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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.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 WSAStartup.c
[20/49] Compiling CNIOWASI CNIOWASI.c
[21/49] Compiling _AtomicsShims.c
[22/49] Write sources
[25/49] Compiling CNIOWindows shim.c
[26/49] Compiling CNIODarwin shim.c
[27/49] Compiling CNIOLinux liburing_shims.c
[28/49] Compiling CNIOLinux shim.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[31/95] Emitting module InternalCollectionsUtilities
[32/96] Emitting module _NIODataStructures
[33/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/96] Compiling Atomics AtomicBool.swift
[35/96] Compiling Atomics Primitives.shims.swift
[36/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/96] Compiling c-nioatomics.c
[38/96] Compiling Atomics OptionalRawRepresentable.swift
[39/96] Compiling Atomics RawRepresentable.swift
[40/96] Emitting module _NIOBase64
[41/96] Compiling _NIOBase64 Base64.swift
[43/97] Compiling Atomics AtomicInteger.swift
[44/97] Compiling Atomics AtomicOptionalWrappable.swift
[45/97] Compiling Atomics UnsafeAtomic.swift
[46/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[47/97] Compiling Atomics Primitives.native.swift
[48/97] Compiling Atomics AtomicReference.swift
[49/99] Compiling Atomics AtomicMemoryOrderings.swift
[50/99] Compiling Atomics DoubleWord.swift
[51/99] Compiling Atomics ManagedAtomic.swift
[52/99] Compiling Atomics ManagedAtomicLazyReference.swift
[53/99] Compiling Logging LogHandler.swift
[55/99] Compiling Atomics AtomicStorage.swift
[56/99] Compiling Atomics AtomicValue.swift
[57/99] Compiling _NIODataStructures PriorityQueue.swift
[60/99] Compiling Atomics IntegerConformances.swift
[61/99] Compiling Atomics PointerConformances.swift
[64/99] Compiling _NIODataStructures _TinyArray.swift
[65/99] Compiling _NIODataStructures Heap.swift
[66/99] Emitting module ArgumentParserToolInfo
[67/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[69/102] Emitting module Atomics
[79/102] Compiling Atomics IntegerOperations.swift
[80/102] Compiling Atomics Unmanaged extensions.swift
[80/102] Wrapping AST for _NIOBase64 for debugging
[81/103] Wrapping AST for _NIODataStructures for debugging
[82/103] Wrapping AST for InternalCollectionsUtilities for debugging
[84/156] Wrapping AST for ArgumentParserToolInfo for debugging
[86/156] Compiling ArgumentParser OptionGroup.swift
[87/156] Compiling ArgumentParser AsyncParsableCommand.swift
[87/158] Wrapping AST for Atomics for debugging
[89/158] Compiling ArgumentParser Errors.swift
[90/158] Compiling ArgumentParser Flag.swift
[91/158] Compiling ArgumentParser ArgumentVisibility.swift
[92/158] Compiling ArgumentParser CompletionKind.swift
[93/158] Compiling ArgumentParser Argument.swift
[94/158] Compiling ArgumentParser ArgumentHelp.swift
[95/158] Compiling DequeModule _DequeSlot.swift
[96/158] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/158] Compiling c-atomics.c
[98/158] Compiling ArgumentParser NameSpecification.swift
[99/158] Compiling ArgumentParser Option.swift
[100/161] Compiling ArgumentParser BashCompletionsGenerator.swift
[101/161] Compiling ArgumentParser CompletionsGenerator.swift
[102/161] Compiling ArgumentParser FishCompletionsGenerator.swift
[103/161] Compiling ArgumentParser ZshCompletionsGenerator.swift
[104/164] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/164] Compiling NIOConcurrencyHelpers lock.swift
[106/164] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[107/164] Emitting module NIOConcurrencyHelpers
[108/164] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[109/164] Compiling NIOConcurrencyHelpers atomics.swift
[110/165] Emitting module DequeModule
[113/166] Emitting module Logging
[114/166] Compiling Logging Locks.swift
[115/166] Compiling Logging MetadataProvider.swift
[115/166] Wrapping AST for DequeModule for debugging
[116/166] Wrapping AST for NIOConcurrencyHelpers for debugging
[118/166] Compiling Logging Logging.swift
[120/227] Emitting module ArgumentParser
[121/232] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[122/232] Compiling NIOCore BSDSocketAPI.swift
[123/232] Compiling NIOCore ByteBuffer-aux.swift
[124/232] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[125/232] Compiling NIOCore ByteBuffer-conversions.swift
[126/232] Compiling NIOCore ByteBuffer-core.swift
[127/232] Compiling NIOCore ByteBuffer-hex.swift
[128/232] Compiling NIOCore ByteBuffer-int.swift
[129/232] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[130/232] Compiling NIOCore AddressedEnvelope.swift
[131/232] Compiling NIOCore AsyncAwaitSupport.swift
[132/232] Compiling NIOCore AsyncChannel.swift
[133/232] Compiling ArgumentParser CollectionExtensions.swift
[134/232] Compiling ArgumentParser Platform.swift
[135/232] Compiling ArgumentParser SequenceExtensions.swift
[136/232] Compiling ArgumentParser StringExtensions.swift
[137/232] Compiling ArgumentParser Tree.swift
[138/232] Compiling NIOCore NIOAsyncWriter.swift
[139/232] Compiling NIOCore ByteBuffer-multi-int.swift
[140/232] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[141/232] Compiling NIOCore ByteBuffer-views.swift
[142/232] Compiling NIOCore Channel.swift
[143/232] Compiling NIOCore AsyncChannelHandler.swift
[144/232] Compiling NIOCore AsyncChannelInboundStream.swift
[145/232] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/232] Compiling NIOCore NIOAsyncSequenceProducer.swift
[147/232] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[148/232] Compiling NIOCore MulticastChannel.swift
[149/232] Compiling NIOCore NIOAny.swift
[150/232] Compiling NIOCore NIOCloseOnErrorHandler.swift
[151/232] Compiling NIOCore NIOLoopBound.swift
[152/232] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[153/232] Compiling NIOCore NIOScheduledCallback.swift
[154/232] Compiling NIOCore NIOSendable.swift
[155/232] Compiling NIOCore RecvByteBufferAllocator.swift
[155/240] Wrapping AST for Logging for debugging
[157/240] Compiling NIOCore IO.swift
[158/240] Compiling NIOCore IOData.swift
[159/240] Compiling NIOCore IPProtocol.swift
[160/240] Compiling NIOCore IntegerBitPacking.swift
[161/240] Compiling NIOCore IntegerTypes.swift
[162/240] Compiling NIOCore Interfaces.swift
[163/240] Compiling NIOCore Linux.swift
[164/240] Compiling NIOCore MarkedCircularBuffer.swift
[165/240] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[166/240] Compiling NIOCore EventLoopFuture+Deprecated.swift
[172/240] Compiling NIOCore GlobalSingletons.swift
[173/240] Compiling NIOCore CircularBuffer.swift
[174/240] Compiling NIOCore Codec.swift
[175/240] Compiling NIOCore ConvenienceOptionSupport.swift
[176/240] Compiling NIOCore DeadChannel.swift
[177/240] Compiling NIOCore DispatchQueue+WithFuture.swift
[178/240] Compiling NIOCore ChannelHandler.swift
[179/240] Compiling NIOCore ChannelHandlers.swift
[180/240] Compiling NIOCore ChannelInvoker.swift
[181/240] Compiling NIOCore ChannelOption.swift
[182/240] Compiling NIOCore ChannelPipeline.swift
[183/240] Compiling NIOCore EventLoop+Deprecated.swift
[184/240] Compiling NIOCore EventLoop+SerialExecutor.swift
[185/240] Compiling NIOCore EventLoop.swift
[197/241] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[198/241] Compiling NIOCore SocketAddresses.swift
[199/241] Compiling NIOCore SocketOptionProvider.swift
[200/241] Compiling NIOCore SystemCallHelpers.swift
[201/241] Compiling NIOCore TimeAmount+Duration.swift
[202/241] Compiling NIOCore TypeAssistedChannelHandler.swift
[203/241] Compiling NIOCore UniversalBootstrapSupport.swift
[204/241] Compiling NIOCore Utilities.swift
[204/241] Wrapping AST for ArgumentParser for debugging
[233/241] Emitting module NIOCore
[234/242] Wrapping AST for NIOCore for debugging
[236/294] Compiling GopherHelpers GopherHelpers.swift
[237/294] Emitting module GopherHelpers
[239/295] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[240/295] Compiling NIOEmbedded AsyncTestingChannel.swift
[241/295] Emitting module NIOEmbedded
[242/295] Compiling NIOEmbedded Embedded.swift
[243/296] Wrapping AST for GopherHelpers for debugging
[244/296] Wrapping AST for NIOEmbedded for debugging
[246/296] Compiling NIOPosix ServerSocket.swift
[247/296] Compiling NIOPosix Socket.swift
[248/296] Compiling NIOPosix SocketChannel.swift
[249/296] Compiling NIOPosix SocketProtocols.swift
[250/296] Compiling NIOPosix System.swift
[251/296] Compiling NIOPosix Thread.swift
[252/302] Compiling NIOPosix SelectableChannel.swift
[253/302] Compiling NIOPosix SelectableEventLoop.swift
[254/302] Compiling NIOPosix SelectorEpoll.swift
[255/302] Compiling NIOPosix SelectorGeneric.swift
[256/302] Compiling NIOPosix SelectorKqueue.swift
[257/302] Compiling NIOPosix SelectorUring.swift
[258/302] Compiling NIOPosix Pool.swift
[259/302] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[260/302] Compiling NIOPosix PosixSingletons.swift
[261/302] Compiling NIOPosix RawSocketBootstrap.swift
[262/302] Compiling NIOPosix Resolver.swift
[263/302] Compiling NIOPosix Selectable.swift
[264/302] Emitting module NIOPosix
[265/302] Compiling NIOPosix IO.swift
[266/302] Compiling NIOPosix IntegerBitPacking.swift
[267/302] Compiling NIOPosix IntegerTypes.swift
[268/302] Compiling NIOPosix Linux.swift
[269/302] Compiling NIOPosix LinuxCPUSet.swift
[270/302] Compiling NIOPosix LinuxUring.swift
[271/302] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[272/302] Compiling NIOPosix NIOThreadPool.swift
[273/302] Compiling NIOPosix NonBlockingFileIO.swift
[274/302] Compiling NIOPosix PendingDatagramWritesManager.swift
[275/302] Compiling NIOPosix PendingWritesManager.swift
[276/302] Compiling NIOPosix PipeChannel.swift
[277/302] Compiling NIOPosix PipePair.swift
[278/302] Compiling NIOPosix ThreadPosix.swift
[279/302] Compiling NIOPosix ThreadWindows.swift
[280/302] Compiling NIOPosix UnsafeTransfer.swift
[281/302] Compiling NIOPosix Utilities.swift
[282/302] Compiling NIOPosix VsockAddress.swift
[283/302] Compiling NIOPosix VsockChannelEvents.swift
[284/302] Compiling NIOPosix BSDSocketAPICommon.swift
[285/302] Compiling NIOPosix BSDSocketAPIPosix.swift
[286/302] Compiling NIOPosix BSDSocketAPIWindows.swift
[287/302] Compiling NIOPosix BaseSocket.swift
[288/302] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[289/302] Compiling NIOPosix BaseSocketChannel.swift
[290/302] Compiling NIOPosix BaseStreamSocketChannel.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] Compiling NIO Exports.swift
[301/305] Emitting module NIO
[302/306] Wrapping AST for NIO for debugging
[304/321] Emitting module NIOTLS
[305/321] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[306/321] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[307/321] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[308/321] Compiling NIOTLS TLSEvents.swift
[309/321] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[310/321] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[311/321] Emitting module NIOFoundationCompat
[312/321] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[313/322] Compiling NIOTLS SNIHandler.swift
[314/322] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[316/323] 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
[317/323] Compiling swift_gopher helpers.swift
[319/323] 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>
[320/323] Emitting module swift_gopher
[321/346] Wrapping AST for swift-gopher for debugging
[322/346] Write Objects.LinkFileList
[324/346] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[325/346] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[326/346] Compiling NIOTransportServices NIOTSListenerChannel.swift
[327/348] Compiling NIOTransportServices StateManagedChannel.swift
[328/348] Compiling NIOTransportServices StateManagedListenerChannel.swift
[329/348] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[330/348] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[331/348] Compiling NIOTransportServices NIOTSErrors.swift
[332/348] Compiling NIOTransportServices NIOTSEventLoop.swift
[333/348] Compiling NIOTransportServices NIOTSBootstraps.swift
[334/348] Compiling NIOTransportServices NIOTSChannelOptions.swift
[335/348] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[336/348] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[337/348] Compiling NIOTransportServices NIOTSSingletons.swift
[338/348] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[339/348] Emitting module NIOTransportServices
[340/348] Compiling NIOTransportServices AcceptHandler.swift
[341/348] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[342/348] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[343/348] Compiling NIOTransportServices NIOTSDatagramListener.swift
[344/348] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[345/348] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[346/348] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[347/348] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[348/349] Linking swift-gopher
[350/352] Compiling SwiftGopherClient gopherRequestResponseHandler.swift
[351/352] Emitting module SwiftGopherClient
[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-0":/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 NIOConcurrencyHelpers NIOAtomic.swift
[7/74] Compiling Logging MetadataProvider.swift
[8/74] Compiling NIOConcurrencyHelpers lock.swift
[9/74] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/74] Compiling InternalCollectionsUtilities Debugging.swift
[11/74] Compiling InternalCollectionsUtilities Descriptions.swift
[12/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/74] Emitting module NIOConcurrencyHelpers
[14/74] Compiling NIOConcurrencyHelpers atomics.swift
[15/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[17/75] Compiling Atomics AtomicMemoryOrderings.swift
[18/75] Compiling Atomics DoubleWord.swift
[19/75] Compiling Atomics ManagedAtomic.swift
[20/75] Compiling Atomics ManagedAtomicLazyReference.swift
[21/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/77] Emitting module ArgumentParserToolInfo
[24/77] Compiling ArgumentParserToolInfo ToolInfo.swift
[26/78] Compiling Logging Locks.swift
[27/78] Compiling _NIODataStructures PriorityQueue.swift
[28/78] Compiling _NIODataStructures _TinyArray.swift
[29/78] Emitting module Logging
[31/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/78] Compiling _NIODataStructures Heap.swift
[37/78] Compiling Atomics AtomicStorage.swift
[38/78] Compiling Atomics AtomicValue.swift
[39/78] Emitting module _NIODataStructures
[40/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/79] Compiling InternalCollectionsUtilities Integer rank.swift
[42/79] Compiling _NIOBase64 Base64.swift
[43/79] Emitting module _NIOBase64
[46/76] Compiling Atomics IntegerOperations.swift
[47/76] Compiling Atomics Unmanaged extensions.swift
[50/76] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[51/76] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/76] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/76] Emitting module InternalCollectionsUtilities
[55/115] Wrapping AST for InternalCollectionsUtilities for debugging
[57/115] Compiling Logging LogHandler.swift
[58/115] Compiling Logging Logging.swift
[59/131] Wrapping AST for Logging for debugging
[61/131] Compiling DequeModule _DequeBuffer.swift
[62/131] Compiling DequeModule _DequeBufferHeader.swift
[63/133] Compiling DequeModule Deque+CustomReflectable.swift
[64/133] Compiling DequeModule Deque+Descriptions.swift
[65/133] Compiling DequeModule Deque+Equatable.swift
[66/133] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/133] Compiling DequeModule Deque+Extras.swift
[68/133] Compiling DequeModule Deque+Hashable.swift
[69/133] Compiling DequeModule Deque+Testing.swift
[70/133] Compiling DequeModule Deque._Storage.swift
[71/133] Compiling DequeModule Deque._UnsafeHandle.swift
[72/133] Compiling DequeModule Deque.swift
[73/133] Compiling DequeModule Deque+Codable.swift
[74/133] Compiling DequeModule Deque+Collection.swift
[75/133] Emitting module DequeModule
[82/138] Compiling DequeModule _DequeSlot.swift
[83/138] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/139] Emitting module Atomics
[91/140] Wrapping AST for DequeModule for debugging
[94/140] Compiling ArgumentParser Name.swift
[95/140] Compiling ArgumentParser Parsed.swift
[96/140] Compiling ArgumentParser ParsedValues.swift
[97/140] Compiling ArgumentParser ParserError.swift
[98/140] Compiling ArgumentParser SplitArguments.swift
[99/140] Emitting module ArgumentParser
[105/140] Wrapping AST for Atomics for debugging
[107/140] Compiling ArgumentParser CollectionExtensions.swift
[108/140] Compiling ArgumentParser Platform.swift
[109/140] Compiling ArgumentParser SequenceExtensions.swift
[110/140] Compiling ArgumentParser StringExtensions.swift
[111/140] Compiling ArgumentParser Tree.swift
[116/140] Compiling ArgumentParser ArgumentDecoder.swift
[117/140] Compiling ArgumentParser OptionGroup.swift
[118/140] Compiling ArgumentParser AsyncParsableCommand.swift
[119/140] Compiling ArgumentParser CommandConfiguration.swift
[120/140] Compiling ArgumentParser CommandGroup.swift
[121/140] Compiling ArgumentParser EnumerableFlag.swift
[122/140] Compiling ArgumentParser ArgumentDefinition.swift
[123/140] Compiling ArgumentParser ArgumentSet.swift
[124/140] Compiling ArgumentParser CommandParser.swift
[125/140] Compiling ArgumentParser InputKey.swift
[126/140] Compiling ArgumentParser InputOrigin.swift
[127/140] Compiling ArgumentParser DumpHelpGenerator.swift
[128/140] Compiling ArgumentParser HelpCommand.swift
[129/140] Compiling ArgumentParser HelpGenerator.swift
[130/140] Compiling ArgumentParser MessageInfo.swift
[131/140] Compiling ArgumentParser UsageGenerator.swift
[133/200] Compiling NIOCore AddressedEnvelope.swift
[134/200] Compiling NIOCore AsyncAwaitSupport.swift
[135/200] Compiling NIOCore AsyncChannel.swift
[136/200] Compiling NIOCore AsyncChannelHandler.swift
[137/200] Compiling NIOCore AsyncChannelInboundStream.swift
[138/200] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/200] Compiling NIOCore NIOAsyncSequenceProducer.swift
[140/200] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/200] Compiling NIOCore NIOAsyncWriter.swift
[142/200] Compiling NIOCore MulticastChannel.swift
[143/200] Compiling NIOCore NIOAny.swift
[144/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[145/200] Compiling NIOCore NIOLoopBound.swift
[146/200] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[147/200] Compiling NIOCore NIOScheduledCallback.swift
[148/200] Compiling NIOCore NIOSendable.swift
[149/200] Compiling NIOCore RecvByteBufferAllocator.swift
[150/200] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[151/200] Compiling NIOCore EventLoopFuture+Deprecated.swift
[152/200] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[153/200] Compiling NIOCore EventLoopFuture.swift
[154/200] Compiling NIOCore FileDescriptor.swift
[155/200] Compiling NIOCore FileHandle.swift
[156/200] Compiling NIOCore FileRegion.swift
[157/200] Compiling NIOCore GlobalSingletons.swift
[158/200] Compiling NIOCore IO.swift
[159/200] Compiling NIOCore IOData.swift
[160/200] Compiling NIOCore IPProtocol.swift
[161/200] Compiling NIOCore IntegerBitPacking.swift
[162/200] Compiling NIOCore IntegerTypes.swift
[163/200] Compiling NIOCore Interfaces.swift
[164/200] Compiling NIOCore Linux.swift
[165/200] Compiling NIOCore MarkedCircularBuffer.swift
[166/208] Compiling NIOCore CircularBuffer.swift
[167/208] Compiling NIOCore Codec.swift
[168/208] Compiling NIOCore ConvenienceOptionSupport.swift
[169/208] Compiling NIOCore DeadChannel.swift
[170/208] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/208] Compiling NIOCore EventLoop+Deprecated.swift
[172/208] Compiling NIOCore EventLoop+SerialExecutor.swift
[173/208] Compiling NIOCore EventLoop.swift
[174/208] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[175/208] Compiling NIOCore SocketAddresses.swift
[176/208] Compiling NIOCore SocketOptionProvider.swift
[177/208] Compiling NIOCore SystemCallHelpers.swift
[178/208] Compiling NIOCore TimeAmount+Duration.swift
[179/208] Compiling NIOCore TypeAssistedChannelHandler.swift
[180/208] Compiling NIOCore UniversalBootstrapSupport.swift
[181/208] Compiling NIOCore Utilities.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
[190/208] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[191/208] Compiling NIOCore ByteBuffer-multi-int.swift
[192/208] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[193/208] Compiling NIOCore ByteBuffer-views.swift
[194/208] Compiling NIOCore Channel.swift
[195/208] Compiling NIOCore ChannelHandler.swift
[196/208] Compiling NIOCore ChannelHandlers.swift
[197/208] Compiling NIOCore ChannelInvoker.swift
[198/208] Compiling NIOCore ChannelOption.swift
[199/208] Compiling NIOCore ChannelPipeline.swift
[200/208] Emitting module NIOCore
[202/260] Emitting module GopherHelpers
[203/260] Compiling GopherHelpers GopherHelpers.swift
[205/260] Emitting module NIOEmbedded
[206/260] Compiling NIOEmbedded Embedded.swift
[207/260] Compiling NIOEmbedded AsyncTestingChannel.swift
[208/260] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[210/260] Compiling NIOPosix Pool.swift
[211/260] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[212/260] Compiling NIOPosix PosixSingletons.swift
[213/260] Compiling NIOPosix RawSocketBootstrap.swift
[214/260] Compiling NIOPosix Resolver.swift
[215/260] Compiling NIOPosix Selectable.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 SelectableChannel.swift
[223/260] Compiling NIOPosix SelectableEventLoop.swift
[224/260] Compiling NIOPosix SelectorEpoll.swift
[225/260] Compiling NIOPosix SelectorGeneric.swift
[226/260] Compiling NIOPosix SelectorKqueue.swift
[227/260] Compiling NIOPosix SelectorUring.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] Compiling NIOPosix NIOThreadPool.swift
[236/266] Compiling NIOPosix NonBlockingFileIO.swift
[237/266] Compiling NIOPosix PendingDatagramWritesManager.swift
[238/266] Compiling NIOPosix PendingWritesManager.swift
[239/266] Compiling NIOPosix PipeChannel.swift
[240/266] Compiling NIOPosix PipePair.swift
[241/266] Emitting module NIOPosix
[242/266] Compiling NIOPosix IO.swift
[243/266] Compiling NIOPosix IntegerBitPacking.swift
[244/266] Compiling NIOPosix IntegerTypes.swift
[245/266] Compiling NIOPosix Linux.swift
[246/266] Compiling NIOPosix LinuxCPUSet.swift
[247/266] Compiling NIOPosix LinuxUring.swift
[248/266] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[249/266] Compiling NIOPosix BSDSocketAPICommon.swift
[250/266] Compiling NIOPosix BSDSocketAPIPosix.swift
[251/266] Compiling NIOPosix BSDSocketAPIWindows.swift
[252/266] Compiling NIOPosix BaseSocket.swift
[253/266] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[254/266] Compiling NIOPosix BaseSocketChannel.swift
[255/266] Compiling NIOPosix BaseStreamSocketChannel.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 ByteBuffer-foundation.swift
[268/283] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[269/283] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[270/283] Compiling NIOFoundationCompat WaitSpinningRunLoop.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] Emitting module NIOFoundationCompat
[275/284] Emitting module swift_gopher
[276/284] Compiling swift_gopher gopherHandler.swift
[277/284] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[278/284] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[279/284] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[280/284] Compiling NIOTLS SNIHandler.swift
[281/284] Emitting module NIOTLS
[283/285] Write Objects.LinkFileList
[285/307] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[286/307] Compiling NIOTransportServices NIOTSErrors.swift
[287/307] Compiling NIOTransportServices NIOTSEventLoop.swift
[288/309] Emitting module NIOTransportServices
[289/309] Compiling NIOTransportServices StateManagedChannel.swift
[290/309] Compiling NIOTransportServices StateManagedListenerChannel.swift
[291/309] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[292/309] Compiling NIOTransportServices NIOTSBootstraps.swift
[293/309] Compiling NIOTransportServices NIOTSChannelOptions.swift
[294/309] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[295/309] Compiling NIOTransportServices NIOTSDatagramListener.swift
[296/309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[297/309] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[298/309] Compiling NIOTransportServices AcceptHandler.swift
[299/309] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[300/309] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[301/309] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[302/309] Compiling NIOTransportServices NIOTSSingletons.swift
[303/309] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[304/309] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[305/309] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[306/309] Compiling NIOTransportServices NIOTSListenerChannel.swift
[307/309] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[308/309] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[309/310] Linking swift-gopher
[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