Build Information
Successful build of IDKit, reference main (950bf9
), with Swift 6.0 for macOS (SPM) on 11 Jun 2025 23:43:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/IDKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/IDKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 950bf9d upd SwiftFormat rules and github actions
Cloned https://github.com/NikSativa/IDKit.git
Revision (git rev-parse @):
950bf9d07862da194f7fdc0a91e3c2b7b69c10da
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/IDKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/NikSativa/IDKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/12] Compiling IDKit resource_bundle_accessor.swift
[5/12] Compiling IDKit IDRepresentable.swift
[6/12] Compiling IDKit TypedID.swift
[7/12] Compiling IDKit IDContract.swift
[8/12] Compiling IDKit Sequence+IDKit.swift
[9/12] Compiling IDKit Array+IDKit.swift
[10/12] Compiling IDKit AnyID.swift
[11/12] Emitting module IDKit
[12/12] Compiling IDKit BindingID.swift
Build complete! (20.79s)
Fetching https://github.com/NikSativa/SpryKit.git
[1/967] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.79s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (0.52s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/72033] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.22s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.22s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.02s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.57s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.69s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.56s)
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.4
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Build complete.
{
"dependencies" : [
{
"identity" : "sprykit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NikSativa/SpryKit.git"
}
],
"manifest_display_name" : "IDKit",
"name" : "IDKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "IDKit",
"targets" : [
"IDKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IDKitTests",
"module_type" : "SwiftTarget",
"name" : "IDKitTests",
"path" : "Tests",
"product_dependencies" : [
"SpryKit"
],
"sources" : [
"IDRepresentableTests.swift",
"IDTests.swift"
],
"target_dependencies" : [
"IDKit"
],
"type" : "test"
},
{
"c99name" : "IDKit",
"module_type" : "SwiftTarget",
"name" : "IDKit",
"path" : "Source",
"product_memberships" : [
"IDKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AnyID.swift",
"Array+IDKit.swift",
"BindingID.swift",
"IDContract.swift",
"IDRepresentable.swift",
"Sequence+IDKit.swift",
"TypedID.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.