Build Information
Successful build of SwiftyJIRA, reference main (a1a2c7), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 04:35:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LunaticMuch/swiftyjira.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LunaticMuch/swiftyjira
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a1a2c71 feat: package index
Cloned https://github.com/LunaticMuch/swiftyjira.git
Revision (git rev-parse @):
a1a2c71ada4506e53cf4c4558f94cfbccee5c8c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LunaticMuch/swiftyjira.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/LunaticMuch/swiftyjira.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[6/7] Emitting module SwiftyJSON
[7/7] Compiling SwiftyJSON SwiftyJSON.swift
[8/16] Compiling SwiftyJIRA JiraResponse.swift
[9/16] Compiling SwiftyJIRA SwiftyJIRA+User.swift
[10/16] Emitting module SwiftyJIRA
[11/16] Compiling SwiftyJIRA ServerInfo.swift
[12/16] Compiling SwiftyJIRA SwiftyJIRA.swift
[13/16] Compiling SwiftyJIRA SwiftyJIRA+ServerInfo.swift
[14/16] Compiling SwiftyJIRA SwiftyJIRA+Issue.swift
[15/16] Compiling SwiftyJIRA User.swift
[16/16] Compiling SwiftyJIRA Issue.swift
Build complete! (7.49s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6196] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.34s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (1.84s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Build complete.
{
"dependencies" : [
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
}
],
"manifest_display_name" : "SwiftyJIRA",
"name" : "SwiftyJIRA",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftyJIRA",
"targets" : [
"SwiftyJIRA"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyJIRATests",
"module_type" : "SwiftTarget",
"name" : "SwiftyJIRATests",
"path" : "Tests/SwiftyJIRATests",
"sources" : [
"Issue.swift",
"Main.swift",
"ServerInfo.swift",
"User.swift"
],
"target_dependencies" : [
"SwiftyJIRA"
],
"type" : "test"
},
{
"c99name" : "SwiftyJIRA",
"module_type" : "SwiftTarget",
"name" : "SwiftyJIRA",
"path" : "Sources/SwiftyJIRA",
"product_dependencies" : [
"SwiftyJSON"
],
"product_memberships" : [
"SwiftyJIRA"
],
"sources" : [
"Extensions/SwiftyJIRA+Issue.swift",
"Extensions/SwiftyJIRA+ServerInfo.swift",
"Extensions/SwiftyJIRA+User.swift",
"Models/Issue.swift",
"Models/JiraResponse.swift",
"Models/ServerInfo.swift",
"Models/User.swift",
"SwiftyJIRA.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.