The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ScryfallKit, reference v5.15.0 (594c80), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 12:36:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JacobHearst/ScryfallKit.git
Reference: v5.15.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JacobHearst/ScryfallKit
 * tag               v5.15.0    -> FETCH_HEAD
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 v5.15.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/JacobHearst/ScryfallKit.git
https://github.com/JacobHearst/ScryfallKit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[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-2F0A5646E1D333AE.txt
[5/32] Emitting module ScryfallKit
[6/35] Compiling ScryfallKit ScryfallClient+Async.swift
[7/35] Compiling ScryfallKit ScryfallClient.swift
[8/35] Compiling ScryfallKit ScryfallKitError.swift
[9/35] Compiling ScryfallKit Card+enums.swift
[10/35] Compiling ScryfallKit Card.swift
[11/35] Compiling ScryfallKit Catalog.swift
[12/35] Compiling ScryfallKit Card+Face.swift
[13/35] Compiling ScryfallKit Card+ImageUris.swift
[14/35] Compiling ScryfallKit Card+Legalities.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+ManaCost.swift
[25/35] Compiling ScryfallKit Card+Preview.swift
[26/35] Compiling ScryfallKit Card+Prices.swift
[27/35] Compiling ScryfallKit Card+helpers.swift
[28/35] Compiling ScryfallKit MTGSet+date.swift
[29/35] Compiling ScryfallKit Logger.swift
[30/35] Compiling ScryfallKit SetRequests.swift
[31/35] Compiling ScryfallKit SymbolRequests.swift
[32/35] Compiling ScryfallKit NetworkService.swift
[33/35] Compiling ScryfallKit ObjectList.swift
[34/35] Compiling ScryfallKit ScryfallError.swift
[35/35] Compiling ScryfallKit CardRequests.swift
Build complete! (18.76s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.07s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.71s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.36s)
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.3
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.