The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of LinkerKitIRCBot, reference 0.1.0 (888f93), with Swift 6.1 for Linux on 25 Apr 2025 17:18:29 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLinkerKit/LinkerKitIRCBot.git
Reference: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
========================================
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/NozeIO/swift-nio-irc-server.git
Fetching https://github.com/NozeIO/swift-nio-irc-eliza.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
[1/212] Fetching swift-nio-irc-client
[213/280] Fetching swift-nio-irc-client, swiftylinkerkit
[281/374] Fetching swift-nio-irc-client, swiftylinkerkit, swift-nio-irc-eliza
[375/538] Fetching swift-nio-irc-client, swiftylinkerkit, swift-nio-irc-eliza, swift-nio-irc-server
[436/762] Fetching swift-nio-irc-client, swiftylinkerkit, swift-nio-irc-eliza, swift-nio-irc-server, swift-nio-irc-webclient
Fetched https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git from cache (0.45s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (0.46s)
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/75431] Fetching swift-nio
[3019/77819] Fetching swift-nio, swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.53s)
[9052/75431] Fetching swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (4.50s)
Fetched https://github.com/NozeIO/swift-nio-irc-server.git from cache (4.50s)
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (4.50s)
Fetched https://github.com/apple/swift-nio.git from cache (4.58s)
Computing version for https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Computed https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at 0.1.3 (5.21s)
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git from cache (0.20s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.66s)
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.46s)
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.21s)
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.67s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.19s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.65s)
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 (0.51s)
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.6.0 (0.54s)
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 (1.14s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.6.3 (1.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.49s)
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.23s)
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.26s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.74s)
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/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
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-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/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-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/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/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-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/SwiftyLinkerKit/SwiftyLinkerKit.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git resolved at 0.1.3
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
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 CNIOZlib empty.c
[17/44] Compiling CNIODarwin shim.c
[17/44] Compiling CNIOLinux ifaddrs-android.c
[20/44] Compiling CNIOLinux shim.c
[21/44] Compiling CNIOSHA1 c_nio_sha1.c
[22/44] Compiling CNIOHTTPParser c_nio_http_parser.c
[23/44] Write swift-version-24593BA9C3E375BF.txt
[24/59] Compiling c-atomics.c
[26/59] Compiling NIOPriorityQueue PriorityQueue.swift
[27/59] Emitting module SwiftyGPIO
[28/63] Emitting module NIOConcurrencyHelpers
[29/63] Compiling NIOConcurrencyHelpers atomics.swift
[30/63] Compiling NIOConcurrencyHelpers lock.swift
[31/64] Compiling SwiftyGPIO Presets.swift
[32/64] Compiling SwiftyGPIO SPI.swift
[33/64] Compiling SwiftyGPIO UART.swift
[34/64] Emitting module NIOPriorityQueue
[35/64] Compiling NIOPriorityQueue Heap.swift
[37/65] Wrapping AST for NIOConcurrencyHelpers for debugging
[38/65] Wrapping AST for NIOPriorityQueue for debugging
[40/103] Compiling NIO BaseSocketChannel.swift
[41/103] Compiling NIO BlockingIOThreadPool.swift
[42/104] Compiling SwiftyGPIO PWM.swift
[43/115] Emitting module Eliza
[44/115] Compiling Eliza Eliza.swift
[45/115] Compiling NIO AddressedEnvelope.swift
[46/115] Compiling NIO BaseSocket.swift
[48/116] Compiling SwiftyGPIO SwiftyGPIO.swift
[49/116] Compiling SwiftyGPIO SunXi.swift
[50/117] Wrapping AST for Eliza for debugging
[51/117] Wrapping AST for SwiftyGPIO for debugging
[53/123] Compiling NIO RecvByteBufferAllocator.swift
[54/123] Compiling NIO Resolver.swift
[55/123] Compiling NIO Selectable.swift
[56/123] Compiling NIO Selector.swift
[57/123] Compiling NIO ServerSocket.swift
[58/123] Compiling NIO Socket.swift
[59/123] Compiling NIO SocketAddresses.swift
[60/129] Compiling NIO ByteBuffer-int.swift
[61/129] Compiling NIO ByteBuffer-views.swift
[62/129] Compiling NIO Channel.swift
[63/129] Compiling NIO ChannelHandler.swift
[64/129] Compiling NIO ChannelHandlers.swift
[65/129] Compiling NIO ChannelInvoker.swift
[66/129] Compiling NIO ChannelOption.swift
[67/129] Compiling NIO EventLoop.swift
[68/129] Compiling NIO EventLoopFuture.swift
[69/129] Compiling NIO FileDescriptor.swift
[70/129] Compiling NIO FileHandle.swift
[71/129] Compiling NIO FileRegion.swift
[72/129] Compiling NIO GetaddrinfoResolver.swift
[73/129] Compiling NIO HappyEyeballs.swift
[74/129] Compiling NIO Heap.swift
[75/129] Compiling NIO IO.swift
[76/129] Compiling NIO IOData.swift
[77/129] Compiling NIO IntegerTypes.swift
[78/129] Compiling NIO Interfaces.swift
[79/129] Compiling NIO Linux.swift
[80/129] Compiling NIO LinuxCPUSet.swift
[81/129] Compiling NIO MarkedCircularBuffer.swift
[82/129] Compiling NIO MulticastChannel.swift
[83/129] Compiling NIO NIOAny.swift
[84/129] Compiling NIO NonBlockingFileIO.swift
[85/129] Compiling NIO PendingDatagramWritesManager.swift
[86/129] Compiling NIO PendingWritesManager.swift
[87/129] Compiling NIO PriorityQueue.swift
[88/129] Compiling NIO ChannelPipeline.swift
[89/129] Compiling NIO CircularBuffer.swift
[90/129] Compiling NIO Codec.swift
[91/129] Compiling NIO CompositeError.swift
[92/129] Compiling NIO ContiguousCollection.swift
[93/129] Compiling NIO DeadChannel.swift
[94/129] Compiling NIO Embedded.swift
[95/129] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
[96/129] Compiling SwiftyTM1637 SevenSegment.swift
[97/129] Compiling SwiftyTM1637 SevenSegmentLetters.swift
[98/129] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[99/129] Compiling SwiftyTM1637 SwiftyTM1637.swift
[100/129] Emitting module SwiftyTM1637
[102/130] Emitting module NIO
[107/130] Compiling NIO Bootstrap.swift
[108/130] Compiling NIO ByteBuffer-aux.swift
[109/130] Compiling NIO ByteBuffer-core.swift
[109/130] Wrapping AST for SwiftyTM1637 for debugging
[111/138] Compiling SwiftyLinkerKit LinkerKitADC.swift
[112/138] Compiling SwiftyLinkerKit LKPIR.swift
[113/138] Compiling SwiftyLinkerKit LKTemp.swift
[114/138] Compiling SwiftyLinkerKit LKRBShield.swift
[115/138] Compiling SwiftyLinkerKit LKDigi.swift
[116/138] Compiling SwiftyLinkerKit LKButton2.swift
[117/138] Compiling SwiftyLinkerKit LKAccessory.swift
[118/138] Emitting module SwiftyLinkerKit
[119/139] Compiling NIO SocketChannel.swift
[120/139] Compiling NIO SocketOptionProvider.swift
[121/139] Compiling NIO System.swift
[122/139] Compiling NIO Thread.swift
[123/139] Compiling NIO TypeAssistedChannelHandler.swift
[124/139] Compiling NIO Utilities.swift
[126/140] Wrapping AST for SwiftyLinkerKit for debugging
[127/140] Wrapping AST for NIO for debugging
[129/168] Emitting module NIOFoundationCompat
[130/168] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[132/169] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[132/170] Wrapping AST for NIOFoundationCompat for debugging
[134/170] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[135/170] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[136/170] Compiling NIOHTTP1 HTTPEncoder.swift
[137/170] Compiling NIOHTTP1 HTTPTypes.swift
[138/170] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[139/170] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[140/170] Compiling NIOHTTP1 ByteCollectionUtils.swift
[141/170] Compiling NIOHTTP1 HTTPDecoder.swift
[142/170] Emitting module NIOHTTP1
[143/171] Wrapping AST for NIOHTTP1 for debugging
[145/180] Compiling NIOWebSocket WebSocketOpcode.swift
[146/180] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[147/181] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[148/181] Compiling NIOWebSocket WebSocketUpgrader.swift
[149/181] Emitting module NIOWebSocket
[150/181] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[151/181] Compiling NIOWebSocket WebSocketErrorCodes.swift
[152/181] Compiling NIOWebSocket WebSocketFrame.swift
[153/181] Compiling NIOWebSocket Base64.swift
[154/181] Compiling NIOWebSocket SHA1.swift
[155/182] Emitting module NIOIRC
[159/184] Compiling NIOIRC IRCServerName.swift
[160/184] Compiling NIOIRC IRCUserID.swift
[161/184] Compiling NIOIRC IRCChannelName.swift
[162/184] Compiling NIOIRC IRCCommand.swift
[162/184] Wrapping AST for NIOWebSocket for debugging
[164/184] Compiling NIOIRC ByteBufferExtras.swift
[165/184] Compiling NIOIRC Scandinavian.swift
[166/184] Compiling NIOIRC IRCChannelHandler.swift
[167/184] Compiling NIOIRC IRCMessageTarget.swift
[168/184] Compiling NIOIRC IRCChannelMode.swift
[169/184] Compiling NIOIRC IRCMessageRecipient.swift
[170/184] Compiling NIOIRC IRCNickName.swift
[171/184] Compiling NIOIRC IRCCommandParser.swift
[172/184] Compiling NIOIRC IRCDispatcher.swift
[173/184] Compiling NIOIRC IRCMessageParser.swift
[174/184] Compiling NIOIRC IRCUserInfo.swift
[175/184] Compiling NIOIRC IRCUserMode.swift
[176/185] Wrapping AST for NIOIRC for debugging
[178/202] Compiling IRC IRCClientMessageTarget.swift
[179/202] Compiling IRC IRCRetryStrategyCB.swift
[180/202] Compiling IRC IRCClientOptions.swift
[181/202] Compiling IRC ReExports.swift
[182/202] Compiling IRCServer ReExports.swift
[183/203] Compiling IRCServer IRCServerError.swift
[184/203] Compiling IRCServer IRCServerMessageTarget.swift
[185/203] Compiling IRCServer Utilities.swift
[186/203] Compiling IRC IRCClientDelegate.swift
[187/203] Emitting module IRC
[188/203] Compiling IRC IRCClient.swift
[190/204] Compiling IRCServer IRCSessionHandler.swift
[190/206] Wrapping AST for IRC for debugging
[192/206] Compiling IRCServer IRCChannel.swift
[193/206] Compiling IRCServer IRCLogger.swift
[194/206] Emitting module IRCServer
[195/206] Compiling IRCServer IRCServer.swift
[196/206] Compiling IRCServer IRCServerContext.swift
[197/213] Compiling IRCServer IRCSessionDispatcher.swift
[198/213] 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 {
[200/214] Compiling IRCWebClient ClientResources.swift
[200/214] Wrapping AST for IRCServer for debugging
[202/214] Emitting module IRCWebClient
[203/214] Emitting module IRCElizaBot
[204/214] Compiling IRCElizaBot IRCElizaBot.swift
[205/214] Compiling IRCWebClient IRCWebSocketBridge.swift
[207/215] Compiling IRCWebClient IRCWebClientServer.swift
[208/215] Compiling IRCWebClient IRCWebClientEndPoint.swift
[208/216] Wrapping AST for IRCElizaBot for debugging
[210/216] 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() })
[212/217] Wrapping AST for IRCWebClient for debugging
[213/217] Wrapping AST for LinkerKitIRCBot for debugging
[215/220] Compiling lkircbot Config.swift
[216/220] Compiling lkircbot main.swift
[217/220] Emitting module lkircbot
[218/221] Wrapping AST for lkircbot for debugging
[219/221] Write Objects.LinkFileList
[220/221] Linking lkircbot
Build complete! (51.92s)
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.