Build Information
Successful build of Kiri, reference master (a1b2c6), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:36:47 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/junkpiano/Kiri.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/junkpiano/Kiri
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a1b2c6e Merge pull request #13 from junkpiano/release/1.1.0
Cloned https://github.com/junkpiano/Kiri.git
Revision (git rev-parse @):
a1b2c6e646f55a3335807ff9ccc5a4fa018f1feb
SUCCESS checkout https://github.com/junkpiano/Kiri.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/junkpiano/Kiri.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling Alamofire Timeline.swift
[5/21] Compiling Alamofire AFError.swift
[6/21] Compiling Alamofire Alamofire.swift
[7/21] Compiling Alamofire SessionDelegate.swift
[8/21] Compiling Alamofire SessionManager.swift
[9/21] Compiling Alamofire Response.swift
[10/21] Compiling Alamofire ResponseSerialization.swift
[11/21] Compiling Alamofire Result.swift
[12/21] Compiling Alamofire ServerTrustPolicy.swift
[13/21] Compiling Alamofire ParameterEncoding.swift
[14/21] Compiling Alamofire Request.swift
[15/21] Compiling Alamofire TaskDelegate.swift
[16/21] Emitting module Alamofire
[17/21] Compiling Alamofire NetworkReachabilityManager.swift
[18/21] Compiling Alamofire Notifications.swift
[19/21] Compiling Alamofire DispatchQueue+Alamofire.swift
[20/21] Compiling Alamofire MultipartFormData.swift
[21/21] Compiling Alamofire Validation.swift
[22/26] Compiling Kiri Response.swift
[23/26] Compiling Kiri RequestContainer.swift
[24/26] Compiling Kiri Kiri.swift
[25/26] Emitting module Kiri
[26/26] Compiling Kiri KiriTypes.swift
Build complete! (11.15s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.43s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (4.28s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Build complete.
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "Kiri",
"name" : "Kiri",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Kiri",
"targets" : [
"Kiri"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KiriTests",
"module_type" : "SwiftTarget",
"name" : "KiriTests",
"path" : "Tests/KiriTests",
"product_dependencies" : [
"Alamofire"
],
"sources" : [
"KiriTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Kiri"
],
"type" : "test"
},
{
"c99name" : "Kiri",
"module_type" : "SwiftTarget",
"name" : "Kiri",
"path" : "Sources/Kiri",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"Kiri"
],
"sources" : [
"Kiri.swift",
"KiriTypes.swift",
"RequestContainer.swift",
"Response.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.