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 ScryfallKit, reference main (594c80), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 01:30:39 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/JacobHearst/ScryfallKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JacobHearst/ScryfallKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 594c804 Merge pull request #29 from nsluke/main
Cloned https://github.com/JacobHearst/ScryfallKit.git
Revision (git rev-parse @):
594c804ff2bd4a30fbfff8ff52fbd37fff6bdd88
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JacobHearst/ScryfallKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JacobHearst/ScryfallKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/32] Emitting module ScryfallKit
[6/35] Compiling ScryfallKit Card+Face.swift
[7/35] Compiling ScryfallKit Card+ImageUris.swift
[8/35] Compiling ScryfallKit Card+Legalities.swift
[9/35] Compiling ScryfallKit ScryfallClient+Async.swift
[10/35] Compiling ScryfallKit ScryfallClient.swift
[11/35] Compiling ScryfallKit ScryfallKitError.swift
[12/35] Compiling ScryfallKit Card+ManaCost.swift
[13/35] Compiling ScryfallKit Card+Preview.swift
[14/35] Compiling ScryfallKit Card+Prices.swift
[15/35] Compiling ScryfallKit Card+RelatedCard.swift
[16/35] Compiling ScryfallKit Card+Ruling.swift
[17/35] Compiling ScryfallKit Card+Symbol.swift
[18/35] Compiling ScryfallKit Enums.swift
[19/35] Compiling ScryfallKit FieldFilter.swift
[20/35] Compiling ScryfallKit MTGSet.swift
[21/35] Compiling ScryfallKit CatalogRequests.swift
[22/35] Compiling ScryfallKit EndpointRequest.swift
[23/35] Compiling ScryfallKit RulingsRequests.swift
[24/35] Compiling ScryfallKit Card+enums.swift
[25/35] Compiling ScryfallKit Card.swift
[26/35] Compiling ScryfallKit Catalog.swift
[27/35] Compiling ScryfallKit ObjectList.swift
[28/35] Compiling ScryfallKit ScryfallError.swift
[29/35] Compiling ScryfallKit CardRequests.swift
[30/35] Compiling ScryfallKit Card+helpers.swift
[31/35] Compiling ScryfallKit MTGSet+date.swift
[32/35] Compiling ScryfallKit Logger.swift
[33/35] Compiling ScryfallKit SetRequests.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:56:43: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 54 |     let task = URLSession.shared.dataTask(with: urlRequest) { (data, response, error) in
 55 |       do {
 56 |         let result = try handle(dataType: type, data: data, response: response, error: error)
    |                                           `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 57 |         completion(.success(result))
 58 |       } catch {
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:56:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     let task = URLSession.shared.dataTask(with: urlRequest) { (data, response, error) in
 55 |       do {
 56 |         let result = try handle(dataType: type, data: data, response: response, error: error)
    |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         completion(.success(result))
 58 |       } catch {
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:30:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
 28 |
 29 |   func request<T: Decodable>(
 30 |     _ request: EndpointRequest, as type: T.Type,
    |                                    `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 31 |     completion: @Sendable @escaping (Result<T, Error>) -> Void
 32 |   ) {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[34/35] Compiling ScryfallKit SymbolRequests.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:56:43: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 54 |     let task = URLSession.shared.dataTask(with: urlRequest) { (data, response, error) in
 55 |       do {
 56 |         let result = try handle(dataType: type, data: data, response: response, error: error)
    |                                           `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 57 |         completion(.success(result))
 58 |       } catch {
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:56:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     let task = URLSession.shared.dataTask(with: urlRequest) { (data, response, error) in
 55 |       do {
 56 |         let result = try handle(dataType: type, data: data, response: response, error: error)
    |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         completion(.success(result))
 58 |       } catch {
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:30:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
 28 |
 29 |   func request<T: Decodable>(
 30 |     _ request: EndpointRequest, as type: T.Type,
    |                                    `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 31 |     completion: @Sendable @escaping (Result<T, Error>) -> Void
 32 |   ) {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[35/35] Compiling ScryfallKit NetworkService.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:56:43: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 54 |     let task = URLSession.shared.dataTask(with: urlRequest) { (data, response, error) in
 55 |       do {
 56 |         let result = try handle(dataType: type, data: data, response: response, error: error)
    |                                           `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 57 |         completion(.success(result))
 58 |       } catch {
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:56:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     let task = URLSession.shared.dataTask(with: urlRequest) { (data, response, error) in
 55 |       do {
 56 |         let result = try handle(dataType: type, data: data, response: response, error: error)
    |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         completion(.success(result))
 58 |       } catch {
/Users/admin/builder/spi-builder-workspace/Sources/ScryfallKit/Networking/NetworkService.swift:30:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
 28 |
 29 |   func request<T: Decodable>(
 30 |     _ request: EndpointRequest, as type: T.Type,
    |                                    `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 31 |     completion: @Sendable @escaping (Result<T, Error>) -> Void
 32 |   ) {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (20.49s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ScryfallKit",
  "name" : "ScryfallKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ScryfallKit",
      "targets" : [
        "ScryfallKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScryfallKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScryfallKitTests",
      "path" : "Tests/ScryfallKitTests",
      "sources" : [
        "ComparableTests.swift",
        "SmokeTests.swift"
      ],
      "target_dependencies" : [
        "ScryfallKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScryfallKit",
      "module_type" : "SwiftTarget",
      "name" : "ScryfallKit",
      "path" : "Sources/ScryfallKit",
      "product_memberships" : [
        "ScryfallKit"
      ],
      "sources" : [
        "Extensions/Card+helpers.swift",
        "Extensions/MTGSet+date.swift",
        "Logger.swift",
        "Models/Card/Card+Face.swift",
        "Models/Card/Card+ImageUris.swift",
        "Models/Card/Card+Legalities.swift",
        "Models/Card/Card+ManaCost.swift",
        "Models/Card/Card+Preview.swift",
        "Models/Card/Card+Prices.swift",
        "Models/Card/Card+RelatedCard.swift",
        "Models/Card/Card+Ruling.swift",
        "Models/Card/Card+Symbol.swift",
        "Models/Card/Card+enums.swift",
        "Models/Card/Card.swift",
        "Models/Catalog.swift",
        "Models/Enums.swift",
        "Models/FieldFilter.swift",
        "Models/MTGSet.swift",
        "Models/ObjectList.swift",
        "Models/ScryfallError.swift",
        "Networking/EndpointRequests/CardRequests.swift",
        "Networking/EndpointRequests/CatalogRequests.swift",
        "Networking/EndpointRequests/EndpointRequest.swift",
        "Networking/EndpointRequests/RulingsRequests.swift",
        "Networking/EndpointRequests/SetRequests.swift",
        "Networking/EndpointRequests/SymbolRequests.swift",
        "Networking/NetworkService.swift",
        "ScryfallClient+Async.swift",
        "ScryfallClient.swift",
        "ScryfallKitError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.