Build Information
Successful build of FeLangKit, reference v1.0.0 (18125d), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 05:13:51 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/fumiya-kume/FeLangKit.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumiya-kume/FeLangKit
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 18125d9 Init as Swift Pacakge
Cloned https://github.com/fumiya-kume/FeLangKit.git
Revision (git rev-parse @):
18125d940ed01194b8001a9e96deb2f4aef7549f
SUCCESS checkout https://github.com/fumiya-kume/FeLangKit.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fumiya-kume/FeLangKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module FeLangKit
[4/4] Compiling FeLangKit FeLangKit.swift
Build complete! (0.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FeLangKit",
"name" : "FeLangKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FeLangKit",
"targets" : [
"FeLangKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeLangKitTests",
"module_type" : "SwiftTarget",
"name" : "FeLangKitTests",
"path" : "Tests/FeLangKitTests",
"sources" : [
"FeLangKitTests.swift"
],
"target_dependencies" : [
"FeLangKit"
],
"type" : "test"
},
{
"c99name" : "FeLangKit",
"module_type" : "SwiftTarget",
"name" : "FeLangKit",
"path" : "Sources/FeLangKit",
"product_memberships" : [
"FeLangKit"
],
"sources" : [
"FeLangKit.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.