Build Information
Successful build of SwiftGopher, reference 1.1.8 (378fdd
), with Swift 6.1 for Linux on 29 Apr 2025 04:51:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/navanchauhan/swift-gopher.git
Reference: 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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/navanchauhan/swift-gopher.git
https://github.com/navanchauhan/swift-gopher.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "SwiftGopher",
"name" : "SwiftGopher",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGopherClient",
"targets" : [
"SwiftGopherClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-gopher",
"targets" : [
"swift-gopher"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_gopher",
"module_type" : "SwiftTarget",
"name" : "swift-gopher",
"path" : "Sources/swift-gopher",
"product_dependencies" : [
"NIO",
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swift-gopher"
],
"sources" : [
"gopherHandler.swift",
"helpers.swift",
"server.swift"
],
"target_dependencies" : [
"GopherHelpers"
],
"type" : "executable"
},
{
"c99name" : "SwiftGopherServerTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherServerTests",
"path" : "Tests/SwiftGopherServerTests",
"sources" : [
"SwiftGopherServerTests.swift"
],
"target_dependencies" : [
"swift-gopher"
],
"type" : "test"
},
{
"c99name" : "SwiftGopherClientTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherClientTests",
"path" : "Tests/SwiftGopherClientTests",
"sources" : [
"SwiftGopherClientTests.swift"
],
"target_dependencies" : [
"SwiftGopherClient"
],
"type" : "test"
},
{
"c99name" : "SwiftGopherClient",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherClient",
"path" : "Sources/SwiftGopherClient",
"product_dependencies" : [
"NIO",
"NIOTransportServices"
],
"product_memberships" : [
"SwiftGopherClient"
],
"sources" : [
"gopherClient.swift",
"gopherRequestResponseHandler.swift"
],
"target_dependencies" : [
"GopherHelpers"
],
"type" : "library"
},
{
"c99name" : "GopherHelpers",
"module_type" : "SwiftTarget",
"name" : "GopherHelpers",
"path" : "Sources/GopherHelpers",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"SwiftGopherClient",
"swift-gopher"
],
"sources" : [
"GopherHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio
[1/3836] Fetching swift-log
[270/5885] Fetching swift-log, swift-docc-plugin
[841/8504] Fetching swift-log, swift-docc-plugin, swift-nio-transport-services
[8505/84028] Fetching swift-log, swift-docc-plugin, swift-nio-transport-services, swift-nio
[8506/98978] Fetching swift-log, swift-docc-plugin, swift-nio-transport-services, swift-nio, swift-argument-parser
[49349/96929] Fetching swift-log, swift-nio-transport-services, swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.77s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.77s)
[35155/81979] Fetching swift-log, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.87s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.87s)
Fetched https://github.com/apple/swift-nio from cache (3.96s)
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 (4.42s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (1.06s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[4365/20606] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.32s)
[488/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.83s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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 CNIOWASI CNIOWASI.c
[20/49] Compiling CNIOLinux liburing_shims.c
[20/49] Compiling CNIOWindows shim.c
[22/49] Write sources
[25/49] Compiling CNIOWindows WSAStartup.c
[25/49] Compiling _AtomicsShims.c
[27/49] Compiling CNIODarwin shim.c
[28/49] Compiling CNIOLinux shim.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[31/98] Emitting module InternalCollectionsUtilities
[31/100] Compiling c-nioatomics.c
[33/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/100] Compiling _NIOBase64 Base64.swift
[36/100] Emitting module _NIOBase64
[37/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[38/100] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[39/100] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[40/101] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/101] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/101] Compiling c-atomics.c
[45/101] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[48/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/102] Compiling _NIODataStructures PriorityQueue.swift
[54/103] Compiling InternalCollectionsUtilities Debugging.swift
[55/103] Emitting module Atomics
[56/103] Compiling InternalCollectionsUtilities Descriptions.swift
[60/103] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/103] Compiling InternalCollectionsUtilities Specialize.swift
[62/103] Emitting module ArgumentParserToolInfo
[63/103] Compiling ArgumentParserToolInfo ToolInfo.swift
[66/104] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/104] Compiling InternalCollectionsUtilities Integer rank.swift
[68/104] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/104] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/104] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/105] Compiling _NIODataStructures _TinyArray.swift
[80/111] Compiling Atomics IntegerOperations.swift
[81/111] Compiling Atomics Unmanaged extensions.swift
[81/111] Wrapping AST for ArgumentParserToolInfo for debugging
[82/112] Wrapping AST for _NIOBase64 for debugging
[84/137] Wrapping AST for InternalCollectionsUtilities for debugging
[86/165] Compiling NIOConcurrencyHelpers atomics.swift
[87/165] Emitting module Logging
[87/165] Wrapping AST for Atomics for debugging
[89/165] Compiling NIOConcurrencyHelpers lock.swift
[90/165] Emitting module _NIODataStructures
[91/165] Compiling Logging LogHandler.swift
[92/165] Compiling Logging MetadataProvider.swift
[93/165] Compiling Logging Logging.swift
[94/165] Compiling Logging Locks.swift
[95/165] Compiling _NIODataStructures Heap.swift
[96/167] Compiling DequeModule Deque+CustomReflectable.swift
[97/167] Compiling DequeModule Deque+Descriptions.swift
[98/167] Compiling DequeModule Deque+Equatable.swift
[99/167] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[100/169] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/169] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/169] Emitting module NIOConcurrencyHelpers
[103/169] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/170] Compiling DequeModule _DequeBuffer.swift
[106/170] Compiling DequeModule _DequeBufferHeader.swift
[109/170] Compiling DequeModule Deque+Extras.swift
[110/170] Compiling DequeModule Deque+Hashable.swift
[111/170] Compiling DequeModule Deque+Testing.swift
[112/170] Compiling DequeModule Deque._Storage.swift
[112/170] Wrapping AST for Logging for debugging
[113/170] Wrapping AST for _NIODataStructures for debugging
[114/170] Wrapping AST for NIOConcurrencyHelpers for debugging
[116/170] Compiling DequeModule _DequeSlot.swift
[117/170] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/170] Compiling DequeModule Deque._UnsafeHandle.swift
[119/170] Compiling DequeModule Deque.swift
[120/170] Compiling ArgumentParser ArgumentVisibility.swift
[121/170] Compiling ArgumentParser CompletionKind.swift
[122/170] Emitting module DequeModule
[123/171] Wrapping AST for DequeModule for debugging
[125/230] Compiling NIOCore Channel.swift
[126/230] Compiling NIOCore ChannelHandler.swift
[127/230] Compiling NIOCore ChannelHandlers.swift
[128/230] Compiling NIOCore ChannelInvoker.swift
[129/230] Compiling NIOCore ChannelOption.swift
[130/235] Emitting module ArgumentParser
[131/235] Compiling NIOCore MarkedCircularBuffer.swift
[132/235] Compiling NIOCore MulticastChannel.swift
[133/235] Compiling NIOCore NIOAny.swift
[134/235] Compiling NIOCore NIOCloseOnErrorHandler.swift
[135/235] Compiling NIOCore NIOLoopBound.swift
[136/235] Compiling NIOCore NIOScheduledCallback.swift
[137/235] Compiling NIOCore NIOSendable.swift
[138/235] Compiling NIOCore RecvByteBufferAllocator.swift
[141/243] Compiling NIOCore GlobalSingletons.swift
[142/243] Compiling NIOCore IO.swift
[143/243] Compiling NIOCore IOData.swift
[144/243] Compiling NIOCore AddressedEnvelope.swift
[145/243] Compiling NIOCore AsyncAwaitSupport.swift
[146/243] Compiling NIOCore AsyncChannel.swift
[147/243] Compiling NIOCore AsyncChannelHandler.swift
[148/243] Compiling NIOCore AsyncChannelInboundStream.swift
[149/243] Compiling NIOCore AsyncChannelOutboundWriter.swift
[150/243] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/243] Compiling NIOCore BSDSocketAPI.swift
[152/243] Compiling NIOCore ByteBuffer-aux.swift
[153/243] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/243] Compiling NIOCore ByteBuffer-conversions.swift
[155/243] Compiling ArgumentParser CollectionExtensions.swift
[156/243] Compiling ArgumentParser Platform.swift
[157/243] Compiling ArgumentParser SequenceExtensions.swift
[158/243] Compiling ArgumentParser StringExtensions.swift
[159/243] Compiling ArgumentParser Tree.swift
[160/243] Compiling NIOCore NIOAsyncSequenceProducer.swift
[161/243] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[162/243] Compiling NIOCore NIOAsyncWriter.swift
[163/243] Compiling NIOCore ByteBuffer-multi-int.swift
[164/243] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/243] Compiling NIOCore ByteBuffer-views.swift
[174/243] Compiling NIOCore EventLoop.swift
[175/243] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[176/243] Compiling NIOCore EventLoopFuture+Deprecated.swift
[177/243] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[178/243] Compiling NIOCore EventLoopFuture.swift
[179/243] Compiling NIOCore FileDescriptor.swift
[180/243] Compiling NIOCore FileHandle.swift
[181/243] Compiling NIOCore FileRegion.swift
[182/243] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[183/243] Compiling NIOCore SocketAddresses.swift
[184/243] Compiling NIOCore SocketOptionProvider.swift
[185/243] Compiling NIOCore SystemCallHelpers.swift
[186/243] Compiling NIOCore TimeAmount+Duration.swift
[187/243] Compiling NIOCore TypeAssistedChannelHandler.swift
[188/243] Compiling NIOCore UniversalBootstrapSupport.swift
[189/243] Compiling NIOCore Utilities.swift
[190/243] Compiling NIOCore ChannelPipeline.swift
[191/243] Compiling NIOCore CircularBuffer.swift
[192/243] Compiling NIOCore Codec.swift
[193/243] Compiling NIOCore ConvenienceOptionSupport.swift
[194/243] Compiling NIOCore DeadChannel.swift
[195/243] Compiling NIOCore DispatchQueue+WithFuture.swift
[196/243] Compiling NIOCore EventLoop+Deprecated.swift
[197/243] Compiling NIOCore EventLoop+SerialExecutor.swift
[203/243] Compiling NIOCore ByteBuffer-core.swift
[204/243] Compiling NIOCore ByteBuffer-hex.swift
[205/243] Compiling NIOCore ByteBuffer-int.swift
[206/243] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[208/244] Wrapping AST for ArgumentParser for debugging
[236/244] Emitting module NIOCore
[237/245] Wrapping AST for NIOCore for debugging
[239/298] Emitting module GopherHelpers
[240/298] Compiling GopherHelpers GopherHelpers.swift
[241/299] Wrapping AST for GopherHelpers for debugging
[243/299] Compiling NIOEmbedded AsyncTestingChannel.swift
[244/299] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[245/299] Compiling NIOEmbedded Embedded.swift
[246/299] Emitting module NIOEmbedded
[247/300] Compiling NIOPosix IO.swift
[248/300] Compiling NIOPosix IntegerBitPacking.swift
[249/300] Compiling NIOPosix IntegerTypes.swift
[250/300] Compiling NIOPosix Linux.swift
[251/300] Compiling NIOPosix LinuxCPUSet.swift
[252/300] Compiling NIOPosix LinuxUring.swift
[253/300] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[254/306] Wrapping AST for NIOEmbedded for debugging
[256/306] Emitting module NIOPosix
[257/306] Compiling NIOPosix ThreadPosix.swift
[258/306] Compiling NIOPosix ThreadWindows.swift
[259/306] Compiling NIOPosix UnsafeTransfer.swift
[260/306] Compiling NIOPosix Utilities.swift
[261/306] Compiling NIOPosix VsockAddress.swift
[262/306] Compiling NIOPosix VsockChannelEvents.swift
[263/306] Compiling NIOPosix ServerSocket.swift
[264/306] Compiling NIOPosix Socket.swift
[265/306] Compiling NIOPosix SocketChannel.swift
[266/306] Compiling NIOPosix SocketProtocols.swift
[267/306] Compiling NIOPosix System.swift
[268/306] Compiling NIOPosix Thread.swift
[269/306] Compiling NIOPosix PooledRecvBufferAllocator.swift
[270/306] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[271/306] Compiling NIOPosix PosixSingletons.swift
[272/306] Compiling NIOPosix RawSocketBootstrap.swift
[273/306] Compiling NIOPosix Resolver.swift
[274/306] Compiling NIOPosix Selectable.swift
[275/306] Compiling NIOPosix SelectableChannel.swift
[276/306] Compiling NIOPosix SelectableEventLoop.swift
[277/306] Compiling NIOPosix SelectorEpoll.swift
[278/306] Compiling NIOPosix SelectorGeneric.swift
[279/306] Compiling NIOPosix SelectorKqueue.swift
[280/306] Compiling NIOPosix SelectorUring.swift
[281/306] Compiling NIOPosix Bootstrap.swift
[282/306] Compiling NIOPosix ControlMessage.swift
[283/306] Compiling NIOPosix DatagramVectorReadManager.swift
[284/306] Compiling NIOPosix Errors+Any.swift
[285/306] Compiling NIOPosix FileDescriptor.swift
[286/306] Compiling NIOPosix GetaddrinfoResolver.swift
[287/306] Compiling NIOPosix HappyEyeballs.swift
[288/306] Compiling NIOPosix BSDSocketAPICommon.swift
[289/306] Compiling NIOPosix BSDSocketAPIPosix.swift
[290/306] Compiling NIOPosix BSDSocketAPIWindows.swift
[291/306] Compiling NIOPosix BaseSocket.swift
[292/306] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[293/306] Compiling NIOPosix BaseSocketChannel.swift
[294/306] Compiling NIOPosix BaseStreamSocketChannel.swift
[295/306] Compiling NIOPosix NIOThreadPool.swift
[296/306] Compiling NIOPosix NonBlockingFileIO.swift
[297/306] Compiling NIOPosix PendingDatagramWritesManager.swift
[298/306] Compiling NIOPosix PendingWritesManager.swift
[299/306] Compiling NIOPosix PipeChannel.swift
[300/306] Compiling NIOPosix PipePair.swift
[301/306] Compiling NIOPosix Pool.swift
[302/307] Wrapping AST for NIOPosix for debugging
[304/309] Compiling NIO Exports.swift
[305/309] Emitting module NIO
[306/310] Wrapping AST for NIO for debugging
[308/325] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[309/325] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[310/325] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[311/325] Emitting module NIOTLS
[312/325] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[313/325] Compiling NIOTLS TLSEvents.swift
[314/325] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[315/325] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[316/325] Compiling NIOTLS SNIHandler.swift
[318/326] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[319/326] Emitting module NIOFoundationCompat
[320/326] Compiling swift_gopher helpers.swift
[321/326] 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
[322/326] Emitting module swift_gopher
[323/326] Compiling swift_gopher gopherHandler.swift
/host/spi-builder-workspace/Sources/swift-gopher/gopherHandler.swift:101:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
99 |
100 | context.writeAndFlush(self.wrapOutboundOut(outputBuffer)).whenComplete { _ in
101 | context.close(mode: .all, promise: nil)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
102 | }
103 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 | // visible for ChannelPipeline to modify
1788 | fileprivate var next: Optional<ChannelHandlerContext>
[325/347] Wrapping AST for swift-gopher for debugging
[326/347] Write Objects.LinkFileList
[328/350] Emitting module NIOTransportServices
[329/352] Compiling NIOTransportServices AcceptHandler.swift
[330/352] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[331/352] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[332/352] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[333/352] Compiling NIOTransportServices NIOTSErrors.swift
[334/352] Compiling NIOTransportServices NIOTSEventLoop.swift
[335/352] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[336/352] Compiling NIOTransportServices NIOTSSingletons.swift
[337/352] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[338/352] Compiling NIOTransportServices StateManagedChannel.swift
[339/352] Compiling NIOTransportServices StateManagedListenerChannel.swift
[340/352] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[341/352] Compiling NIOTransportServices NIOTSBootstraps.swift
[342/352] Compiling NIOTransportServices NIOTSChannelOptions.swift
[343/352] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[344/352] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[345/352] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[346/352] Compiling NIOTransportServices NIOTSListenerChannel.swift
[347/352] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[348/352] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[349/352] Compiling NIOTransportServices NIOTSDatagramListener.swift
[350/352] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[351/352] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[352/356] Linking swift-gopher
[354/356] Compiling SwiftGopherClient gopherClient.swift
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:71:17: warning: capture of 'completion' with non-sendable type '(Result<[gopherItem], any Error>) -> Void' in a '@Sendable' closure
69 | }
70 | case .failure(let error):
71 | completion(.failure(error))
| |- warning: capture of 'completion' with non-sendable type '(Result<[gopherItem], any Error>) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
72 | }
73 | }
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:131:49: warning: type 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
129 | .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
130 | .channelInitializer { channel in
131 | channel.pipeline.addHandler(handler)
| `- warning: type 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
132 | }
133 | #else
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherRequestResponseHandler.swift:12:13: note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
10 | import NIO
11 |
12 | final class GopherRequestResponseHandler: ChannelInboundHandler {
| `- note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
13 | typealias InboundIn = ByteBuffer
14 | typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:131:49: warning: capture of 'handler' with non-sendable type 'GopherRequestResponseHandler' in a '@Sendable' closure
129 | .channelOption(ChannelOptions.socketOption(.so_reuseaddr), value: 1)
130 | .channelInitializer { channel in
131 | channel.pipeline.addHandler(handler)
| `- warning: capture of 'handler' with non-sendable type 'GopherRequestResponseHandler' in a '@Sendable' closure
132 | }
133 | #else
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherRequestResponseHandler.swift:12:13: note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
10 | import NIO
11 |
12 | final class GopherRequestResponseHandler: ChannelInboundHandler {
| `- note: class 'GopherRequestResponseHandler' does not conform to the 'Sendable' protocol
13 | typealias InboundIn = ByteBuffer
14 | typealias OutboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/SwiftGopherClient/gopherClient.swift:95:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
93 | return try await withCheckedThrowingContinuation { continuation in
94 | let bootstrap = self.createBootstrap(message: message) { result in
95 | continuation.resume(with: result)
| |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
96 | }
97 |
[355/356] Compiling SwiftGopherClient gopherRequestResponseHandler.swift
[356/356] Emitting module SwiftGopherClient
Build complete! (54.67s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "SwiftGopher",
"name" : "SwiftGopher",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGopherClient",
"targets" : [
"SwiftGopherClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-gopher",
"targets" : [
"swift-gopher"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_gopher",
"module_type" : "SwiftTarget",
"name" : "swift-gopher",
"path" : "Sources/swift-gopher",
"product_dependencies" : [
"NIO",
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swift-gopher"
],
"sources" : [
"gopherHandler.swift",
"helpers.swift",
"server.swift"
],
"target_dependencies" : [
"GopherHelpers"
],
"type" : "executable"
},
{
"c99name" : "SwiftGopherServerTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherServerTests",
"path" : "Tests/SwiftGopherServerTests",
"sources" : [
"SwiftGopherServerTests.swift"
],
"target_dependencies" : [
"swift-gopher"
],
"type" : "test"
},
{
"c99name" : "SwiftGopherClientTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherClientTests",
"path" : "Tests/SwiftGopherClientTests",
"sources" : [
"SwiftGopherClientTests.swift"
],
"target_dependencies" : [
"SwiftGopherClient"
],
"type" : "test"
},
{
"c99name" : "SwiftGopherClient",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherClient",
"path" : "Sources/SwiftGopherClient",
"product_dependencies" : [
"NIO",
"NIOTransportServices"
],
"product_memberships" : [
"SwiftGopherClient"
],
"sources" : [
"gopherClient.swift",
"gopherRequestResponseHandler.swift"
],
"target_dependencies" : [
"GopherHelpers"
],
"type" : "library"
},
{
"c99name" : "GopherHelpers",
"module_type" : "SwiftTarget",
"name" : "GopherHelpers",
"path" : "Sources/GopherHelpers",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"SwiftGopherClient",
"swift-gopher"
],
"sources" : [
"GopherHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.