Build Information
Successful build of Banana, reference 0.7.0 (74074e
), with Swift 6.2 (beta) for macOS (SPM) on 21 Aug 2025 09:47:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/Banana.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nixzhu/Banana
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 74074e1 update version
Cloned https://github.com/nixzhu/Banana.git
Revision (git rev-parse @):
74074e18d51bc30baf7931bc9f2821fab9db5bc0
SUCCESS checkout https://github.com/nixzhu/Banana.git at 0.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nixzhu/Banana.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
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling yyjson.c
[4/7] Emitting module Banana
[5/7] Compiling Banana BananaModel.swift
[6/7] Compiling Banana BananaPathItem.swift
[7/7] Compiling Banana BananaJSON.swift
Build complete! (8.98s)
Fetching https://github.com/ibireme/yyjson.git
[1/4202] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.29s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.12.0 (3.88s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.12.0
Build complete.
{
"dependencies" : [
{
"identity" : "yyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ibireme/yyjson.git"
}
],
"manifest_display_name" : "Banana",
"name" : "Banana",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Banana",
"targets" : [
"Banana"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BananaTests",
"module_type" : "SwiftTarget",
"name" : "BananaTests",
"path" : "Tests/BananaTests",
"sources" : [
"ArrayTests.swift",
"BananaJSON+API.swift",
"BoolTests.swift",
"DateTests.swift",
"DictionaryTests.swift",
"DoubleTests.swift",
"ExampleTests.swift",
"IntTests.swift",
"ObjectTests.swift",
"PathTests.swift",
"StringTests.swift",
"URLTests.swift"
],
"target_dependencies" : [
"Banana"
],
"type" : "test"
},
{
"c99name" : "Banana",
"module_type" : "SwiftTarget",
"name" : "Banana",
"path" : "Sources/Banana",
"product_dependencies" : [
"yyjson"
],
"product_memberships" : [
"Banana"
],
"sources" : [
"BananaJSON.swift",
"BananaModel.swift",
"BananaPathItem.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.