Build Information
Successful build of ScryfallKit, reference main (594c80
), with Swift 5.9 for macOS (SPM) on 7 Feb 2025 15:15:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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: 5.9
Building package at path: $PWD
https://github.com/JacobHearst/ScryfallKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/30] Emitting module ScryfallKit
[4/33] Compiling ScryfallKit ScryfallClient+Async.swift
[5/33] Compiling ScryfallKit ScryfallClient.swift
[6/33] Compiling ScryfallKit ScryfallKitError.swift
[7/33] Compiling ScryfallKit Card+ManaCost.swift
[8/33] Compiling ScryfallKit Card+Preview.swift
[9/33] Compiling ScryfallKit Card+Prices.swift
[10/33] Compiling ScryfallKit Card+Face.swift
[11/33] Compiling ScryfallKit Card+ImageUris.swift
[12/33] Compiling ScryfallKit Card+Legalities.swift
[13/33] Compiling ScryfallKit Card+enums.swift
[14/33] Compiling ScryfallKit Card.swift
[15/33] Compiling ScryfallKit Catalog.swift
[16/33] Compiling ScryfallKit Card+RelatedCard.swift
[17/33] Compiling ScryfallKit Card+Ruling.swift
[18/33] Compiling ScryfallKit Card+Symbol.swift
[19/33] Compiling ScryfallKit Card+helpers.swift
[20/33] Compiling ScryfallKit MTGSet+date.swift
[21/33] Compiling ScryfallKit Logger.swift
[22/33] Compiling ScryfallKit Enums.swift
[23/33] Compiling ScryfallKit FieldFilter.swift
[24/33] Compiling ScryfallKit MTGSet.swift
[25/33] Compiling ScryfallKit SetRequests.swift
[26/33] Compiling ScryfallKit SymbolRequests.swift
[27/33] Compiling ScryfallKit NetworkService.swift
[28/33] Compiling ScryfallKit CatalogRequests.swift
[29/33] Compiling ScryfallKit EndpointRequest.swift
[30/33] Compiling ScryfallKit RulingsRequests.swift
[31/33] Compiling ScryfallKit ObjectList.swift
[32/33] Compiling ScryfallKit ScryfallError.swift
[33/33] Compiling ScryfallKit CardRequests.swift
Build complete! (19.73s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (1.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.40s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3290] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.64s)
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" : "5.9"
}
Done.