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

Successful build of Sword, reference 0.9.2 (d8097b), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 16:13:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Azoy/Sword.git
Reference: 0.9.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Azoy/Sword
 * tag               0.9.2      -> FETCH_HEAD
HEAD is now at d8097bd Add embed author icon
Cloned https://github.com/Azoy/Sword.git
Revision (git rev-parse @):
d8097bd5b3881d6d4bae4feebf005592f7ffa573
SUCCESS checkout https://github.com/Azoy/Sword.git at 0.9.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Azoy/Sword.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling Starscream Compression.swift
[5/7] Compiling Starscream WebSocket.swift
[6/7] Emitting module Starscream
[7/7] Compiling Starscream SSLSecurity.swift
[8/47] Emitting module Sword
[9/51] Compiling Sword Snowflake.swift
[10/51] Compiling Sword User.swift
[11/51] Compiling Sword VoiceState.swift
[12/51] Compiling Sword Webhook.swift
[13/51] Compiling Sword GuildCategory.swift
[14/51] Compiling Sword GuildText.swift
[15/51] Compiling Sword GuildVoice.swift
[16/51] Compiling Sword Invite.swift
[17/51] Compiling Sword Payload.swift
[18/51] Compiling Sword Shard.swift
[19/51] Compiling Sword ShardManager.swift
[20/51] Compiling Sword EndpointInfo.swift
[21/51] Compiling Sword Endpoints.swift
[22/51] Compiling Sword EventHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:28:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
28 |       guard self.wasAcked else {
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
30 |         self.reconnect()
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:27:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
25 |     self.heartbeatQueue.asyncAfter(
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
28 |       guard self.wasAcked else {
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
[23/51] Compiling Sword Eventable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:28:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
28 |       guard self.wasAcked else {
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
30 |         self.reconnect()
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:27:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
25 |     self.heartbeatQueue.asyncAfter(
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
28 |       guard self.wasAcked else {
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
[24/51] Compiling Sword Gateway.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:28:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
28 |       guard self.wasAcked else {
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
30 |         self.reconnect()
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:27:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
25 |     self.heartbeatQueue.asyncAfter(
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
28 |       guard self.wasAcked else {
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
[25/51] Compiling Sword GatewayHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:28:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
28 |       guard self.wasAcked else {
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
30 |         self.reconnect()
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:27:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
25 |     self.heartbeatQueue.asyncAfter(
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
28 |       guard self.wasAcked else {
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
[26/51] Compiling Sword Heartbeat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:28:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
28 |       guard self.wasAcked else {
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
30 |         self.reconnect()
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:27:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
25 |     self.heartbeatQueue.asyncAfter(
26 |       deadline: .now() + .milliseconds(interval)
27 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
28 |       guard self.wasAcked else {
29 |         print("[Sword] Did not receive ACK from server, reconnecting...")
[27/51] Compiling Sword Bucket.swift
[28/51] Compiling Sword Enums.swift
[29/51] Compiling Sword Error.swift
[30/51] Compiling Sword Imageable.swift
[31/51] Compiling Sword MultipartBody.swift
[32/51] Compiling Sword RateLimit.swift
[33/51] Compiling Sword Request.swift
[34/51] Compiling Sword Command.swift
[35/51] Compiling Sword Permissions.swift
[36/51] Compiling Sword Member.swift
[37/51] Compiling Sword Message.swift
[38/51] Compiling Sword Options.swift
[39/51] Compiling Sword Role.swift
[40/51] Compiling Sword JSON.swift
[41/51] Compiling Sword Log.swift
[42/51] Compiling Sword Updatable.swift
[43/51] Compiling Sword Utils.swift
[44/51] Compiling Sword DM.swift
[45/51] Compiling Sword Emoji.swift
[46/51] Compiling Sword GroupDM.swift
[47/51] Compiling Sword Guild.swift
[48/51] Compiling Sword Shield.swift
[49/51] Compiling Sword Sword.swift
[50/51] Compiling Sword AuditLog.swift
[51/51] Compiling Sword Channel.swift
Build complete! (9.49s)
Fetching https://github.com/Azoy/Starscream.git
[1/2131] Fetching starscream
Fetched https://github.com/Azoy/Starscream.git from cache (1.07s)
Computing version for https://github.com/Azoy/Starscream.git
Computed https://github.com/Azoy/Starscream.git at 3.0.5 (1.56s)
Fetching https://github.com/Azoy/zlib-spm.git
Fetching https://github.com/Azoy/common-crypto-spm.git
[1/27] Fetching common-crypto-spm
[28/59] Fetching common-crypto-spm, zlib-spm
Fetched https://github.com/Azoy/zlib-spm.git from cache (0.72s)
Fetched https://github.com/Azoy/common-crypto-spm.git from cache (0.72s)
Computing version for https://github.com/Azoy/common-crypto-spm.git
Computed https://github.com/Azoy/common-crypto-spm.git at 1.2.0 (1.18s)
Computing version for https://github.com/Azoy/zlib-spm.git
Computed https://github.com/Azoy/zlib-spm.git at 1.2.0 (0.44s)
Creating working copy for https://github.com/Azoy/Starscream.git
Working copy of https://github.com/Azoy/Starscream.git resolved at 3.0.5
Creating working copy for https://github.com/Azoy/zlib-spm.git
Working copy of https://github.com/Azoy/zlib-spm.git resolved at 1.2.0
Creating working copy for https://github.com/Azoy/common-crypto-spm.git
Working copy of https://github.com/Azoy/common-crypto-spm.git resolved at 1.2.0
warning: 'common-crypto-spm': ignoring declared target(s) 'SSCommonCrypto' in the system package
warning: 'zlib-spm': ignoring declared target(s) 'SSCZLib' in the system package
Build complete.
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Azoy/Starscream.git"
    }
  ],
  "manifest_display_name" : "Sword",
  "name" : "Sword",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Sword",
      "targets" : [
        "Sword"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Sword",
      "module_type" : "SwiftTarget",
      "name" : "Sword",
      "path" : "Sources/Sword",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "Sword"
      ],
      "sources" : [
        "Gateway/EventHandler.swift",
        "Gateway/Eventable.swift",
        "Gateway/Gateway.swift",
        "Gateway/GatewayHandler.swift",
        "Gateway/Heartbeat.swift",
        "Gateway/Payload.swift",
        "Gateway/Shard.swift",
        "Gateway/ShardManager.swift",
        "Rest/EndpointInfo.swift",
        "Rest/Endpoints.swift",
        "Rest/MultipartBody.swift",
        "Rest/RateLimit.swift",
        "Rest/Request.swift",
        "Shield/Command.swift",
        "Shield/Permissions.swift",
        "Shield/Shield.swift",
        "Sword.swift",
        "Types/AuditLog.swift",
        "Types/Channel.swift",
        "Types/DM.swift",
        "Types/Emoji.swift",
        "Types/GroupDM.swift",
        "Types/Guild.swift",
        "Types/GuildCategory.swift",
        "Types/GuildText.swift",
        "Types/GuildVoice.swift",
        "Types/Invite.swift",
        "Types/Member.swift",
        "Types/Message.swift",
        "Types/Options.swift",
        "Types/Role.swift",
        "Types/Snowflake.swift",
        "Types/User.swift",
        "Types/VoiceState.swift",
        "Types/Webhook.swift",
        "Utils/Bucket.swift",
        "Utils/Enums.swift",
        "Utils/Error.swift",
        "Utils/Imageable.swift",
        "Utils/JSON.swift",
        "Utils/Log.swift",
        "Utils/Updatable.swift",
        "Utils/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.