Build Information
Successful build of SwiftyJIRA, reference v1.2.0 (a1a2c7), with Swift 6.1 for macOS (SPM) on 22 May 2025 02:23:08 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LunaticMuch/swiftyjira.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LunaticMuch/swiftyjira
* tag v1.2.0 -> FETCH_HEAD
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 v1.2.0
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6126] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.33s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (1.96s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftyjira",
"name": "SwiftyJIRA",
"url": "https://github.com/LunaticMuch/swiftyjira.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftyjira",
"dependencies": [
{
"identity": "swiftyjson",
"name": "SwiftyJSON",
"url": "https://github.com/SwiftyJSON/SwiftyJSON.git",
"version": "5.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSON",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/LunaticMuch/swiftyjira.git
[1/89] Fetching swiftyjira
Fetched https://github.com/LunaticMuch/swiftyjira.git from cache (0.62s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git from cache
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.54s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (0.59s)
Creating working copy for https://github.com/LunaticMuch/swiftyjira.git
Working copy of https://github.com/LunaticMuch/swiftyjira.git resolved at v1.2.0 (a1a2c71)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
warning: '.resolve-product-dependencies': dependency 'swiftyjira' is not used by any target
Found 1 product dependencies
- SwiftyJSON
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/LunaticMuch/swiftyjira.git
https://github.com/LunaticMuch/swiftyjira.git
{
"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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[6/7] Compiling SwiftyJSON SwiftyJSON.swift
[7/7] Emitting module SwiftyJSON
[8/16] Compiling SwiftyJIRA User.swift
[9/16] Compiling SwiftyJIRA ServerInfo.swift
[10/16] Compiling SwiftyJIRA SwiftyJIRA.swift
[11/16] Compiling SwiftyJIRA SwiftyJIRA+User.swift
[12/16] Compiling SwiftyJIRA SwiftyJIRA+Issue.swift
[13/16] Compiling SwiftyJIRA SwiftyJIRA+ServerInfo.swift
[14/16] Compiling SwiftyJIRA JiraResponse.swift
[15/16] Compiling SwiftyJIRA Issue.swift
[16/16] Emitting module SwiftyJIRA
Build complete! (7.30s)
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.