Build Information
Successful build of textbundleify, reference master (9002d6), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:31:41 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/jsorge/textbundleify.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jsorge/textbundleify
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9002d65 Linux compatibility
Cloned https://github.com/jsorge/textbundleify.git
Revision (git rev-parse @):
9002d65d9cdcbf7dcfb30c2fa5ae1802c23128fa
SUCCESS checkout https://github.com/jsorge/textbundleify.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jsorge/textbundleify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write textbundleify-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/10] Compiling PathKit PathKit.swift
[7/10] Emitting module PathKit
[8/13] Emitting module TextBundleify
[9/13] Compiling TextBundleify TextBundleify.swift
[10/13] Compiling TextBundleify Console.swift
[11/15] Compiling textbundleify_main main.swift
[12/15] Emitting module textbundleify_main
[12/15] Write Objects.LinkFileList
[13/15] Linking textbundleify
[14/15] Applying textbundleify
Build complete! (12.06s)
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.84s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (2.80s)
Fetching https://github.com/kylef/Spectre.git
[11/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.86s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (2.75s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
}
],
"manifest_display_name" : "textbundleify",
"name" : "textbundleify",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "textbundleify",
"targets" : [
"textbundleify-main"
],
"type" : {
"executable" : null
}
},
{
"name" : "TextBundleify",
"targets" : [
"TextBundleify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "textbundleify_main",
"module_type" : "SwiftTarget",
"name" : "textbundleify-main",
"path" : "Sources/textbundleify-main",
"product_memberships" : [
"textbundleify"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TextBundleify"
],
"type" : "executable"
},
{
"c99name" : "TextBundleify",
"module_type" : "SwiftTarget",
"name" : "TextBundleify",
"path" : "Sources/TextBundleify",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"textbundleify",
"TextBundleify"
],
"sources" : [
"Console.swift",
"TextBundleify.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.