The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Disruptive, reference 2.0.0 (2fe973), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 02:11:48 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/vegather/Disruptive.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vegather/Disruptive
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 2fe9734 Link tweaks
Cloned https://github.com/vegather/Disruptive.git
Revision (git rev-parse @):
2fe9734bb6362e982f99a72087128d5805e51499
SUCCESS checkout https://github.com/vegather/Disruptive.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vegather/Disruptive.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling Disruptive Device.swift
[4/20] Compiling Disruptive Event.swift
[5/20] Compiling Disruptive Project.swift
[6/21] Compiling Disruptive Organization.swift
[7/21] Compiling Disruptive Permissions.swift
[8/21] Compiling Disruptive Errors.swift
[9/21] Compiling Disruptive EventTypes.swift
[10/21] Compiling Disruptive Requests.swift
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 |      - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one
132 |      */
133 |     internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
    |                                                                            `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 |         guard let urlReq = urlRequest() else {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:190:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
188 |             // This is done instead of responding with `Void` because `Void` does not conform
189 |             // to the `Decodable` protocol
190 |             if T.self == EmptyResponse.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
191 |                 diagnostics.logDiagnostics(responseData: nil)
192 |                 DispatchQueue.main.async {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:172:30: warning: capture of non-sendable type 'T.Type' in an isolated closure
170 |                     // Dispatch the same request again after waiting
171 |                     DispatchQueue.global().asyncAfter(deadline: .now() + .seconds(retryAfter)) {
172 |                         self.send(decoder: decoder, completion: completion)
    |                              `- warning: capture of non-sendable type 'T.Type' in an isolated closure
173 |                     }
174 |
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 |      - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one
132 |      */
133 |     internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
    |                                                                            `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 |         guard let urlReq = urlRequest() else {
[11/21] Compiling Disruptive RetryScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 |      - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one
132 |      */
133 |     internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
    |                                                                            `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 |         guard let urlReq = urlRequest() else {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:190:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
188 |             // This is done instead of responding with `Void` because `Void` does not conform
189 |             // to the `Decodable` protocol
190 |             if T.self == EmptyResponse.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
191 |                 diagnostics.logDiagnostics(responseData: nil)
192 |                 DispatchQueue.main.async {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:172:30: warning: capture of non-sendable type 'T.Type' in an isolated closure
170 |                     // Dispatch the same request again after waiting
171 |                     DispatchQueue.global().asyncAfter(deadline: .now() + .seconds(retryAfter)) {
172 |                         self.send(decoder: decoder, completion: completion)
    |                              `- warning: capture of non-sendable type 'T.Type' in an isolated closure
173 |                     }
174 |
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 |      - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one
132 |      */
133 |     internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
    |                                                                            `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 |         guard let urlReq = urlRequest() else {
[12/21] Compiling Disruptive ServerSentEvents.swift
[13/21] Compiling Disruptive Utils.swift
[14/21] Compiling Disruptive DTLog.swift
[15/21] Compiling Disruptive Diagnostics.swift
[16/21] Emitting module Disruptive
[17/21] Compiling Disruptive Disruptive.swift
[18/21] Compiling Disruptive Authentication.swift
[19/21] Compiling Disruptive JWT.swift
[20/21] Compiling Disruptive NetworkTypes.swift
[21/21] Compiling Disruptive Stream.swift
Build complete! (4.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Disruptive",
  "name" : "Disruptive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Disruptive",
      "targets" : [
        "Disruptive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DisruptiveTests",
      "module_type" : "SwiftTarget",
      "name" : "DisruptiveTests",
      "path" : "Tests/DisruptiveTests",
      "sources" : [
        "DisruptiveTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Disruptive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Disruptive",
      "module_type" : "SwiftTarget",
      "name" : "Disruptive",
      "path" : "Sources/Disruptive",
      "product_memberships" : [
        "Disruptive"
      ],
      "sources" : [
        "Disruptive.swift",
        "Helpers/Authentication.swift",
        "Helpers/DTLog.swift",
        "Helpers/Diagnostics.swift",
        "Helpers/Errors.swift",
        "Helpers/EventTypes.swift",
        "Helpers/JWT.swift",
        "Helpers/NetworkTypes.swift",
        "Helpers/Requests.swift",
        "Helpers/RetryScheme.swift",
        "Helpers/ServerSentEvents.swift",
        "Helpers/Utils.swift",
        "Resources/Device.swift",
        "Resources/Event.swift",
        "Resources/Organization.swift",
        "Resources/Permissions.swift",
        "Resources/Project.swift",
        "Resources/Stream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.