Build Information
Successful build of LinkerKitIRCBot, reference develop (888f93
), with Swift 6.1 for Linux on 25 Apr 2025 17:18:47 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/SwiftyLinkerKit/LinkerKitIRCBot.git
Reference: develop
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/SwiftyLinkerKit/LinkerKitIRCBot
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 888f930 Package: Use SwiftyLinkerKit 0.1.3 tag
Cloned https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
Revision (git rev-parse @):
888f930ba8ab4bba011cff7bd618316be6270fce
SUCCESS checkout https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftygpio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/uraimo/SwiftyGPIO.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
},
{
"identity" : "swift-nio-irc-server",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-server.git"
},
{
"identity" : "swift-nio-irc-eliza",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
},
{
"identity" : "swift-nio-irc-webclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
},
{
"identity" : "swiftylinkerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git"
}
],
"manifest_display_name" : "LinkerKitIRCBot",
"name" : "LinkerKitIRCBot",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LinkerKitIRCBot",
"targets" : [
"LinkerKitIRCBot"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "lkircbot",
"targets" : [
"lkircbot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "lkircbot",
"module_type" : "SwiftTarget",
"name" : "lkircbot",
"path" : "Sources/lkircbot",
"product_dependencies" : [
"SwiftyGPIO",
"SwiftyLinkerKit",
"IRCServer",
"IRCWebClient",
"NIO",
"IRCElizaBot"
],
"product_memberships" : [
"lkircbot"
],
"sources" : [
"Config.swift",
"main.swift"
],
"target_dependencies" : [
"LinkerKitIRCBot"
],
"type" : "executable"
},
{
"c99name" : "LinkerKitIRCBot",
"module_type" : "SwiftTarget",
"name" : "LinkerKitIRCBot",
"path" : "Sources/LinkerKitIRCBot",
"product_dependencies" : [
"SwiftyLinkerKit",
"IRC",
"NIO"
],
"product_memberships" : [
"LinkerKitIRCBot",
"lkircbot"
],
"sources" : [
"LinkerKitBot.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/NozeIO/swift-nio-irc-server.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
[1/68] Fetching swiftylinkerkit
[8/232] Fetching swiftylinkerkit, swift-nio-irc-server
[191/444] Fetching swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-client
[403/668] Fetching swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-client, swift-nio-irc-webclient
[408/762] Fetching swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-client, swift-nio-irc-webclient, swift-nio-irc-eliza
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (0.29s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (0.29s)
Fetching https://github.com/uraimo/SwiftyGPIO.git
[403/75875] Fetching swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-client, swift-nio
[3421/78263] Fetching swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-client, swift-nio, swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.30s)
[9454/75875] Fetching swiftylinkerkit, swift-nio-irc-server, swift-nio-irc-client, swift-nio
Fetched https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git from cache (4.22s)
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (4.22s)
Fetched https://github.com/NozeIO/swift-nio-irc-server.git from cache (4.22s)
Fetched https://github.com/apple/swift-nio.git from cache (4.30s)
Computing version for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (4.84s)
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git from cache (1.03s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (1.57s)
Computing version for https://github.com/NozeIO/swift-nio-irc-server.git
Computed https://github.com/NozeIO/swift-nio-irc-server.git at 0.6.0 (0.53s)
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.24s)
Computing version for https://github.com/NozeIO/swift-nio-irc-eliza.git
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.7.1 (0.73s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.22s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.91s)
Computing version for https://github.com/NozeIO/swift-nio-irc-client.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (0.00s)
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.00s)
Computed https://github.com/NozeIO/swift-nio-irc-server.git at 0.6.0 (0.00s)
Computed https://github.com/NozeIO/swift-nio-irc-client.git at 0.6.1 (1.76s)
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.6.0 (0.65s)
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.00s)
Computing version for https://github.com/NozeIO/swift-nio-irc-webclient.git
Computed https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.6.2 (0.48s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.6.3 (3.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.74s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.25s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (1.12s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.91s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Creating working copy for https://github.com/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.6.1
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftyTM1637.git resolved at 0.1.2
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/NozeIO/swift-nio-irc-eliza.git
Working copy of https://github.com/NozeIO/swift-nio-irc-eliza.git resolved at 0.6.0
Creating working copy for https://github.com/NozeIO/swift-nio-irc-webclient.git
Working copy of https://github.com/NozeIO/swift-nio-irc-webclient.git resolved at 0.6.2
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.6.3
Creating working copy for https://github.com/NozeIO/swift-nio-irc-server.git
Working copy of https://github.com/NozeIO/swift-nio-irc-server.git resolved at 0.6.0
Creating working copy for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git resolved at 0.1.3
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/44] Write sources
[17/44] Compiling CNIOLinux ifaddrs-android.c
[18/44] Compiling CNIODarwin shim.c
[19/44] Compiling CNIOSHA1 c_nio_sha1.c
[20/44] Compiling CNIOLinux shim.c
[21/44] Compiling CNIOHTTPParser c_nio_http_parser.c
[22/44] Compiling CNIOZlib empty.c
[23/44] Write swift-version-24593BA9C3E375BF.txt
[24/59] Compiling c-atomics.c
[26/62] Compiling NIOPriorityQueue PriorityQueue.swift
[27/62] Emitting module NIOConcurrencyHelpers
[28/62] Compiling NIOConcurrencyHelpers lock.swift
[29/62] Compiling NIOConcurrencyHelpers atomics.swift
[31/63] Compiling SwiftyGPIO Presets.swift
[32/64] Emitting module NIOPriorityQueue
[33/64] Compiling NIOPriorityQueue Heap.swift
[34/65] Wrapping AST for NIOConcurrencyHelpers for debugging
[36/65] Compiling SwiftyGPIO I2C.swift
[37/65] Compiling SwiftyGPIO Mailbox.swift
[38/65] Compiling SwiftyGPIO UART.swift
[39/65] Compiling Eliza Eliza.swift
[40/65] Emitting module Eliza
[41/65] Compiling SwiftyGPIO SPI.swift
[42/65] Compiling SwiftyGPIO SunXi.swift
[43/65] Compiling SwiftyGPIO PWM.swift
[44/65] Compiling SwiftyGPIO SwiftyGPIO.swift
[45/65] Emitting module SwiftyGPIO
[46/65] Compiling SwiftyGPIO 1Wire.swift
[47/65] Compiling SwiftyGPIO ADC.swift
[49/67] Wrapping AST for NIOPriorityQueue for debugging
[50/68] Wrapping AST for Eliza for debugging
[51/93] Wrapping AST for SwiftyGPIO for debugging
[53/123] Compiling NIO ByteBuffer-int.swift
[54/123] Compiling NIO ByteBuffer-views.swift
[55/123] Compiling NIO Channel.swift
[56/123] Compiling NIO ChannelHandler.swift
[57/123] Compiling NIO ChannelHandlers.swift
[58/123] Compiling NIO ChannelInvoker.swift
[59/123] Compiling NIO ChannelOption.swift
[60/129] Emitting module NIO
[61/129] Compiling NIO RecvByteBufferAllocator.swift
[62/129] Compiling NIO Resolver.swift
[63/129] Compiling NIO Selectable.swift
[64/129] Compiling NIO Selector.swift
[65/129] Compiling NIO ServerSocket.swift
[66/129] Compiling NIO Socket.swift
[67/129] Compiling NIO SocketAddresses.swift
[68/129] Compiling NIO ChannelPipeline.swift
[69/129] Compiling NIO CircularBuffer.swift
[70/129] Compiling NIO Codec.swift
[71/129] Compiling NIO CompositeError.swift
[72/129] Compiling NIO ContiguousCollection.swift
[73/129] Compiling NIO DeadChannel.swift
[74/129] Compiling NIO Embedded.swift
[75/129] Compiling NIO Heap.swift
[76/129] Compiling NIO IO.swift
[77/129] Compiling NIO IOData.swift
[78/129] Compiling NIO IntegerTypes.swift
[79/129] Compiling NIO Interfaces.swift
[80/129] Compiling NIO Linux.swift
[81/129] Compiling NIO LinuxCPUSet.swift
[82/129] Compiling NIO MarkedCircularBuffer.swift
[83/129] Compiling NIO MulticastChannel.swift
[84/129] Compiling NIO NIOAny.swift
[85/129] Compiling NIO NonBlockingFileIO.swift
[86/129] Compiling NIO PendingDatagramWritesManager.swift
[87/129] Compiling NIO PendingWritesManager.swift
[88/129] Compiling NIO PriorityQueue.swift
[89/129] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
[90/129] Compiling SwiftyTM1637 SevenSegment.swift
[91/129] Emitting module SwiftyTM1637
[92/129] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[93/129] Compiling SwiftyTM1637 SevenSegmentLetters.swift
[94/129] Compiling SwiftyTM1637 SwiftyTM1637.swift
[96/130] Compiling NIO SocketChannel.swift
[97/130] Compiling NIO SocketOptionProvider.swift
[98/130] Compiling NIO System.swift
[99/130] Compiling NIO Thread.swift
[100/130] Compiling NIO TypeAssistedChannelHandler.swift
[101/130] Compiling NIO Utilities.swift
[102/130] Compiling NIO EventLoop.swift
[103/130] Compiling NIO EventLoopFuture.swift
[104/130] Compiling NIO FileDescriptor.swift
[105/130] Compiling NIO FileHandle.swift
[106/130] Compiling NIO FileRegion.swift
[107/130] Compiling NIO GetaddrinfoResolver.swift
[108/130] Compiling NIO HappyEyeballs.swift
[109/130] Compiling NIO AddressedEnvelope.swift
[110/130] Compiling NIO BaseSocket.swift
[111/130] Compiling NIO BaseSocketChannel.swift
[112/130] Compiling NIO BlockingIOThreadPool.swift
[113/130] Compiling NIO Bootstrap.swift
[114/130] Compiling NIO ByteBuffer-aux.swift
[115/130] Compiling NIO ByteBuffer-core.swift
[116/131] Wrapping AST for SwiftyTM1637 for debugging
[117/139] Wrapping AST for NIO for debugging
[119/139] Compiling SwiftyLinkerKit LinkerKitADC.swift
[120/167] Compiling SwiftyLinkerKit LKPIR.swift
[121/167] Compiling SwiftyLinkerKit LKRBShield.swift
[122/167] Compiling SwiftyLinkerKit LKTemp.swift
[123/167] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[124/168] Compiling SwiftyLinkerKit LKDigi.swift
[125/168] Emitting module SwiftyLinkerKit
[126/168] Compiling SwiftyLinkerKit LKAccessory.swift
[127/168] Compiling SwiftyLinkerKit LKButton2.swift
[128/168] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[129/168] Emitting module NIOFoundationCompat
[132/170] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[132/170] Wrapping AST for NIOFoundationCompat for debugging
[133/170] Wrapping AST for SwiftyLinkerKit for debugging
[135/170] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[136/170] Compiling NIOHTTP1 HTTPEncoder.swift
[137/170] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[138/170] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[139/170] Compiling NIOHTTP1 HTTPTypes.swift
[140/170] Emitting module NIOHTTP1
[141/170] Compiling NIOIRC ByteBufferExtras.swift
[142/170] Compiling NIOIRC Scandinavian.swift
[143/171] Wrapping AST for NIOHTTP1 for debugging
[145/180] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[146/180] Compiling NIOWebSocket WebSocketOpcode.swift
[147/181] Emitting module NIOWebSocket
[148/181] Compiling NIOWebSocket Base64.swift
[149/181] Compiling NIOWebSocket SHA1.swift
[150/181] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[151/181] Compiling NIOWebSocket WebSocketUpgrader.swift
[152/181] Compiling NIOWebSocket WebSocketErrorCodes.swift
[153/181] Compiling NIOWebSocket WebSocketFrame.swift
[154/181] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[156/182] Compiling NIOIRC IRCServerName.swift
[157/182] Compiling NIOIRC IRCUserID.swift
[158/184] Compiling NIOIRC IRCCommandCodes.swift
[159/184] Compiling NIOIRC IRCMessage.swift
[160/184] Compiling NIOIRC IRCMessageRecipient.swift
[161/184] Compiling NIOIRC IRCNickName.swift
[161/184] Wrapping AST for NIOWebSocket for debugging
[163/184] Compiling NIOIRC IRCMessageTarget.swift
[164/184] Compiling NIOIRC IRCChannelMode.swift
[165/184] Compiling NIOIRC IRCChannelName.swift
[166/184] Compiling NIOIRC IRCCommand.swift
[167/184] Compiling NIOIRC IRCUserInfo.swift
[168/184] Compiling NIOIRC IRCUserMode.swift
[169/184] Emitting module NIOIRC
[172/184] Compiling NIOIRC IRCChannelHandler.swift
[173/184] Compiling NIOIRC IRCCommandParser.swift
[174/184] Compiling NIOIRC IRCDispatcher.swift
[175/184] Compiling NIOIRC IRCMessageParser.swift
[176/185] Wrapping AST for NIOIRC for debugging
[178/202] Compiling IRCServer ReExports.swift
[179/203] Compiling IRC ReExports.swift
[180/203] Compiling IRC IRCClientDelegate.swift
[181/203] Compiling IRCServer IRCServerError.swift
[182/203] Emitting module IRC
[183/203] Compiling IRC IRCRetryStrategyCB.swift
[184/203] Compiling IRC IRCClientMessageTarget.swift
[185/203] Compiling IRC IRCClientOptions.swift
[186/203] Compiling IRCServer Utilities.swift
[187/203] Compiling IRCServer IRCSessionHandler.swift
[188/203] Compiling IRC IRCClient.swift
[189/204] Compiling IRCServer IRCServerMessageTarget.swift
[190/204] Compiling IRCServer IRCSessionDispatcher.swift
[191/204] Emitting module IRCServer
[192/204] Compiling IRCServer IRCChannel.swift
[193/204] Compiling IRCServer IRCLogger.swift
[194/204] Compiling IRCServer IRCServer.swift
[195/204] Compiling IRCServer IRCServerContext.swift
[197/205] Wrapping AST for IRCServer for debugging
[198/205] Wrapping AST for IRC for debugging
[200/214] Compiling IRCWebClient ClientResources.swift
[201/214] Emitting module LinkerKitIRCBot
/host/spi-builder-workspace/Sources/LinkerKitIRCBot/LinkerKitBot.swift:14:12: warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
12 | import SwiftyLinkerKit
13 |
14 | public let defaultNickName = IRCNickName("LKBot")!
| `- warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | open class IRCLinkerKitBot : IRCClientDelegate {
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCNickName.swift:23:15: note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
21 | * future compat.
22 | */
23 | public struct IRCNickName : Hashable, CustomStringConvertible {
| `- note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
24 |
25 | public typealias StringLiteralType = String
/host/spi-builder-workspace/Sources/LinkerKitIRCBot/LinkerKitBot.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
9 | import struct Foundation.Date
10 | import NIO
11 | import IRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
12 | import SwiftyLinkerKit
13 |
14 | public let defaultNickName = IRCNickName("LKBot")!
| |- note: add '@MainActor' to make let 'defaultNickName' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | open class IRCLinkerKitBot : IRCClientDelegate {
[202/214] Emitting module IRCElizaBot
[203/214] Compiling IRCElizaBot IRCElizaBot.swift
[204/215] Compiling IRCWebClient IRCWebSocketBridge.swift
[206/215] Compiling LinkerKitIRCBot LinkerKitBot.swift
/host/spi-builder-workspace/Sources/LinkerKitIRCBot/LinkerKitBot.swift:14:12: warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
12 | import SwiftyLinkerKit
13 |
14 | public let defaultNickName = IRCNickName("LKBot")!
| `- warning: let 'defaultNickName' is not concurrency-safe because non-'Sendable' type 'IRCNickName' may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 | open class IRCLinkerKitBot : IRCClientDelegate {
/host/spi-builder-workspace/.build/checkouts/swift-nio-irc/Sources/NIOIRC/Model/IRCNickName.swift:23:15: note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
21 | * future compat.
22 | */
23 | public struct IRCNickName : Hashable, CustomStringConvertible {
| `- note: struct 'IRCNickName' does not conform to the 'Sendable' protocol
24 |
25 | public typealias StringLiteralType = String
/host/spi-builder-workspace/Sources/LinkerKitIRCBot/LinkerKitBot.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
9 | import struct Foundation.Date
10 | import NIO
11 | import IRC
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOIRC'
12 | import SwiftyLinkerKit
13 |
14 | public let defaultNickName = IRCNickName("LKBot")!
| |- note: add '@MainActor' to make let 'defaultNickName' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | open class IRCLinkerKitBot : IRCClientDelegate {
/host/spi-builder-workspace/Sources/LinkerKitIRCBot/LinkerKitBot.swift:207:9: warning: initialization of immutable value 'client' was never used; consider replacing with assignment to '_' or removing it
205 | from user: IRCUserID, to recipient: IRCMessageRecipient)
206 | {
207 | let client = ircClient
| `- warning: initialization of immutable value 'client' was never used; consider replacing with assignment to '_' or removing it
208 | let words = message.components(separatedBy: .whitespacesAndNewlines)
209 | let match = Set(words.map { $0.lowercased() })
[206/216] Wrapping AST for IRCElizaBot for debugging
[208/216] Compiling IRCWebClient IRCWebClientEndPoint.swift
[209/216] Emitting module IRCWebClient
[210/216] Compiling IRCWebClient IRCWebClientServer.swift
[212/217] Wrapping AST for LinkerKitIRCBot for debugging
[213/217] Wrapping AST for IRCWebClient for debugging
[215/220] Emitting module lkircbot
[216/220] Compiling lkircbot Config.swift
[217/220] Compiling lkircbot main.swift
[218/221] Wrapping AST for lkircbot for debugging
[219/221] Write Objects.LinkFileList
[220/221] Linking lkircbot
Build complete! (61.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftygpio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/uraimo/SwiftyGPIO.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
},
{
"identity" : "swift-nio-irc-server",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-server.git"
},
{
"identity" : "swift-nio-irc-eliza",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
},
{
"identity" : "swift-nio-irc-webclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
},
{
"identity" : "swiftylinkerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git"
}
],
"manifest_display_name" : "LinkerKitIRCBot",
"name" : "LinkerKitIRCBot",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LinkerKitIRCBot",
"targets" : [
"LinkerKitIRCBot"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "lkircbot",
"targets" : [
"lkircbot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "lkircbot",
"module_type" : "SwiftTarget",
"name" : "lkircbot",
"path" : "Sources/lkircbot",
"product_dependencies" : [
"SwiftyGPIO",
"SwiftyLinkerKit",
"IRCServer",
"IRCWebClient",
"NIO",
"IRCElizaBot"
],
"product_memberships" : [
"lkircbot"
],
"sources" : [
"Config.swift",
"main.swift"
],
"target_dependencies" : [
"LinkerKitIRCBot"
],
"type" : "executable"
},
{
"c99name" : "LinkerKitIRCBot",
"module_type" : "SwiftTarget",
"name" : "LinkerKitIRCBot",
"path" : "Sources/LinkerKitIRCBot",
"product_dependencies" : [
"SwiftyLinkerKit",
"IRC",
"NIO"
],
"product_memberships" : [
"LinkerKitIRCBot",
"lkircbot"
],
"sources" : [
"LinkerKitBot.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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.