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 master (01185a), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 16:15:53 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Azoy/Sword
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 01185a2 Update Doc Link
Cloned https://github.com/Azoy/Sword.git
Revision (git rev-parse @):
01185a232ea9a33f67711550f77a7a8dbca2dc78
SUCCESS checkout https://github.com/Azoy/Sword.git at master
========================================
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 SSLSecurity.swift
[5/7] Compiling Starscream WebSocket.swift
[6/7] Emitting module Starscream
[7/7] Compiling Starscream Compression.swift
[8/47] Compiling Sword Snowflake.swift
[9/47] Compiling Sword User.swift
[10/47] Compiling Sword VoiceState.swift
[11/47] Compiling Sword Webhook.swift
[12/51] Emitting module Sword
[13/51] Compiling Sword EventHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:38:7: warning: capture of non-sendable type 'Self.Type' in an isolated closure
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
38 |       self.heartbeat(at: interval)
   |       `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
39 |     }
40 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:37:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
35 |     self.heartbeatQueue.asyncAfter(
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
38 |       self.heartbeat(at: interval)
39 |     }
[14/51] Compiling Sword Eventable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:38:7: warning: capture of non-sendable type 'Self.Type' in an isolated closure
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
38 |       self.heartbeat(at: interval)
   |       `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
39 |     }
40 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:37:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
35 |     self.heartbeatQueue.asyncAfter(
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
38 |       self.heartbeat(at: interval)
39 |     }
[15/51] Compiling Sword Gateway.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:38:7: warning: capture of non-sendable type 'Self.Type' in an isolated closure
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
38 |       self.heartbeat(at: interval)
   |       `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
39 |     }
40 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:37:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
35 |     self.heartbeatQueue.asyncAfter(
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
38 |       self.heartbeat(at: interval)
39 |     }
[16/51] Compiling Sword GatewayHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:38:7: warning: capture of non-sendable type 'Self.Type' in an isolated closure
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
38 |       self.heartbeat(at: interval)
   |       `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
39 |     }
40 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:37:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
35 |     self.heartbeatQueue.asyncAfter(
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
38 |       self.heartbeat(at: interval)
39 |     }
[17/51] Compiling Sword Heartbeat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:38:7: warning: capture of non-sendable type 'Self.Type' in an isolated closure
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
38 |       self.heartbeat(at: interval)
   |       `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
39 |     }
40 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Sword/Gateway/Heartbeat.swift:37:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
35 |     self.heartbeatQueue.asyncAfter(
36 |       deadline: .now() + .milliseconds(interval)
37 |     ) { [unowned self] in
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
38 |       self.heartbeat(at: interval)
39 |     }
[18/51] Compiling Sword MultipartBody.swift
[19/51] Compiling Sword RateLimit.swift
[20/51] Compiling Sword Request.swift
[21/51] Compiling Sword Command.swift
[22/51] Compiling Sword Permissions.swift
[23/51] Compiling Sword DM.swift
[24/51] Compiling Sword Emoji.swift
[25/51] Compiling Sword GroupDM.swift
[26/51] Compiling Sword Guild.swift
[27/51] Compiling Sword Payload.swift
[28/51] Compiling Sword Shard.swift
[29/51] Compiling Sword ShardManager.swift
[30/51] Compiling Sword EndpointInfo.swift
[31/51] Compiling Sword Endpoints.swift
[32/51] Compiling Sword Bucket.swift
[33/51] Compiling Sword Enums.swift
[34/51] Compiling Sword Error.swift
[35/51] Compiling Sword Imageable.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 GuildCategory.swift
[45/51] Compiling Sword GuildText.swift
[46/51] Compiling Sword GuildVoice.swift
[47/51] Compiling Sword Invite.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.65s)
Fetching https://github.com/Azoy/Starscream.git
[1/2131] Fetching starscream
Fetched https://github.com/Azoy/Starscream.git from cache (1.08s)
Computing version for https://github.com/Azoy/Starscream.git
Computed https://github.com/Azoy/Starscream.git at 3.0.5 (1.58s)
Fetching https://github.com/Azoy/common-crypto-spm.git
Fetching https://github.com/Azoy/zlib-spm.git
[1/32] Fetching zlib-spm
[2/59] Fetching zlib-spm, common-crypto-spm
Fetched https://github.com/Azoy/zlib-spm.git from cache (0.66s)
Fetched https://github.com/Azoy/common-crypto-spm.git from cache (0.66s)
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.25s)
Computing version for https://github.com/Azoy/zlib-spm.git
Computed https://github.com/Azoy/zlib-spm.git at 1.2.0 (0.49s)
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.