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 APIota, reference 0.2.0 (590dd9), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:44:47 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/danielrbrowne/APIota.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielrbrowne/APIota
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 590dd92 README and API docs updates (#32)
Cloned https://github.com/danielrbrowne/APIota.git
Revision (git rev-parse @):
590dd92231b0428f2b6910f856845d1895c58af9
SUCCESS checkout https://github.com/danielrbrowne/APIota.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielrbrowne/APIota.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/15] Compiling APIota HTTPStatusCode.swift
[7/15] Compiling APIota HTTPMethod.swift
[8/15] Compiling APIota HTTPMediaType.swift
[9/15] Compiling APIota HTTPHeaders.swift
[10/15] Compiling APIota APIotaURLEncodedFormEndpoint.swift
[11/15] Compiling APIota APIotaCodableEndpoint.swift
[12/15] Emitting module APIota
[13/15] Compiling APIota HTTPHeader.swift
[14/15] Compiling APIota APIotaClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:47:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 45 | public extension APIotaClient {
 46 |
 47 |     func sendRequest<T: APIotaCodableEndpoint>(for endpoint: T,
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 48 |                                                callback: @escaping (Result<T.SuccessResponse, Error>) -> Void) {
 49 |
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:63:17: warning: capture of non-sendable type 'T.SuccessResponse.Type' in an isolated closure
 61 |                     self.session.invalidateAndCancel()
 62 |                 }
 63 |                 callback(.failure(APIotaClientError<T.ErrorResponse>.internalError(error!)))
    |                 `- warning: capture of non-sendable type 'T.SuccessResponse.Type' in an isolated closure
 64 |
 65 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:48:48: warning: capture of non-sendable type 'T.Type' in an isolated closure
 46 |
 47 |     func sendRequest<T: APIotaCodableEndpoint>(for endpoint: T,
 48 |                                                callback: @escaping (Result<T.SuccessResponse, Error>) -> Void) {
    |                                                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 49 |
 50 |         var request: URLRequest!
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:63:70: warning: capture of non-sendable type 'T.ErrorResponse.Type' in an isolated closure
 61 |                     self.session.invalidateAndCancel()
 62 |                 }
 63 |                 callback(.failure(APIotaClientError<T.ErrorResponse>.internalError(error!)))
    |                                                                      `- warning: capture of non-sendable type 'T.ErrorResponse.Type' in an isolated closure
 64 |
 65 |                 return
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:81:47: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 79 |                 // If there was no response body, an empty `Data` object is returned.
 80 |                 if let data = data {
 81 |                     if let decodedBody = try? self.decoder.decode(T.ErrorResponse.self,
    |                                               `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 82 |                                                                   from: data) {
 83 |                         callback(.failure(APIotaClientError.failedResponse(statusCode: statusCode,
[15/15] Compiling APIota APIotaClientError.swift
Build complete! (82.61s)
Fetching https://github.com/realm/SwiftLint
[1/150628] Fetching swiftlint
Fetched https://github.com/realm/SwiftLint from cache (54.87s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (55.65s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/jpsim/SourceKitten.git
[1/929] Fetching swiftytexttable
[11/1029] Fetching swiftytexttable, collectionconcurrencykit
[352/13970] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift
[353/24829] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams
[2196/40973] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten
[2876/56353] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, yams, sourcekitten, swift-argument-parser
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.59s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.59s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.59s)
[36035/39944] Fetching cryptoswift, yams, sourcekitten
[36036/110850] Fetching cryptoswift, yams, sourcekitten, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.66s)
[23204/97909] Fetching yams, sourcekitten, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (3.56s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.56s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (3.56s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (4.13s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.53s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.96s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.60s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.52s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.1 (0.51s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.99s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.55s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.45s)
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.58s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    }
  ],
  "manifest_display_name" : "APIota",
  "name" : "APIota",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "APIota",
      "targets" : [
        "APIota"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "APIotaTests",
      "module_type" : "SwiftTarget",
      "name" : "APIotaTests",
      "path" : "Tests/APIotaTests",
      "sources" : [
        "APIotaCRUDRequestsTests.swift",
        "Model/Todo.swift",
        "Network/TestAPIClient.swift",
        "Network/TestAPIEndpoints.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "APIota"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIota",
      "module_type" : "SwiftTarget",
      "name" : "APIota",
      "path" : "Sources/APIota",
      "product_memberships" : [
        "APIota"
      ],
      "sources" : [
        "APIotaClient.swift",
        "APIotaCodableEndpoint.swift",
        "APIotaURLEncodedFormEndpoint.swift",
        "Error/APIotaClientError.swift",
        "HTTP/HTTPHeader.swift",
        "HTTP/HTTPHeaders.swift",
        "HTTP/HTTPMediaType.swift",
        "HTTP/HTTPMethod.swift",
        "HTTP/HTTPStatusCode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.