Build Information
Successful build of Kiri, reference master (a1b2c6), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 02:09:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/Alamofire/Alamofire.git
[1/31497] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.59s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.8.2 (4.27s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.8.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "kiri",
"name": "Kiri",
"url": "https://github.com/junkpiano/Kiri.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kiri",
"traits": [
"default"
],
"dependencies": [
{
"identity": "alamofire",
"name": "Alamofire",
"url": "https://github.com/Alamofire/Alamofire.git",
"version": "4.9.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/junkpiano/Kiri.git
[1/157] Fetching kiri
Fetched https://github.com/junkpiano/Kiri.git from cache (0.63s)
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git from cache (0.59s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (2.88s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Creating working copy for https://github.com/junkpiano/Kiri.git
Working copy of https://github.com/junkpiano/Kiri.git resolved at master (a1b2c6e)
warning: '.resolve-product-dependencies': dependency 'kiri' is not used by any target
Found 1 product dependencies
- Alamofire
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/junkpiano/Kiri.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/20] Compiling Alamofire Timeline.swift
[5/20] Compiling Alamofire NetworkReachabilityManager.swift
[6/20] Compiling Alamofire Notifications.swift
[7/20] Compiling Alamofire ParameterEncoding.swift
[8/20] Compiling Alamofire Request.swift
[9/20] Compiling Alamofire SessionDelegate.swift
[10/20] Compiling Alamofire SessionManager.swift
[11/20] Compiling Alamofire AFError.swift
[12/20] Compiling Alamofire Alamofire.swift
[13/20] Compiling Alamofire DispatchQueue+Alamofire.swift
[14/20] Compiling Alamofire MultipartFormData.swift
[15/20] Compiling Alamofire TaskDelegate.swift
[16/20] Compiling Alamofire Response.swift
[17/20] Compiling Alamofire ResponseSerialization.swift
[18/20] Emitting module Alamofire
[19/20] Compiling Alamofire Result.swift
[20/20] Compiling Alamofire ServerTrustPolicy.swift
[21/21] Compiling Alamofire Validation.swift
[22/26] Compiling Kiri KiriTypes.swift
[23/26] Compiling Kiri RequestContainer.swift
[24/26] Compiling Kiri Kiri.swift
[25/26] Compiling Kiri Response.swift
[26/26] Emitting module Kiri
Build complete! (8.58s)
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.