Build Information
Successful build of Tarscape, reference main (ce0261), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 08:49:59 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/kayembi/Tarscape.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kayembi/Tarscape
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce02616 - Added NaNo word count code and updated hoist header view.
Cloned https://github.com/kayembi/Tarscape.git
Revision (git rev-parse @):
ce026160f8f009275afd1cc8175a199aa3ec0072
SUCCESS checkout https://github.com/kayembi/Tarscape.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kayembi/Tarscape.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/12] Compiling Tarscape Data+Tar.swift
[4/12] Compiling Tarscape KBTarArchiver.swift
[5/12] Compiling Tarscape KBFileAttributes.swift
[6/12] Compiling Tarscape Int+Tar.swift
[7/12] Compiling Tarscape FileManager+Tar.swift
[8/12] Compiling Tarscape KBTar.swift
[9/12] Compiling Tarscape KBTarErrors.swift
[10/12] Compiling Tarscape KBTarEntry.swift
[11/12] Emitting module Tarscape
[12/12] Compiling Tarscape KBTarUnarchiver.swift
Build complete! (4.73s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Tarscape",
"name" : "Tarscape",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Tarscape",
"targets" : [
"Tarscape"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TarscapeTests",
"module_type" : "SwiftTarget",
"name" : "TarscapeTests",
"path" : "Tests/TarscapeTests",
"sources" : [
"TarscapeTests.swift"
],
"target_dependencies" : [
"Tarscape"
],
"type" : "test"
},
{
"c99name" : "Tarscape",
"module_type" : "SwiftTarget",
"name" : "Tarscape",
"path" : "Sources/Tarscape",
"product_memberships" : [
"Tarscape"
],
"sources" : [
"Data+Tar.swift",
"FileManager+Tar.swift",
"Int+Tar.swift",
"KBFileAttributes.swift",
"KBTar.swift",
"KBTarArchiver.swift",
"KBTarEntry.swift",
"KBTarErrors.swift",
"KBTarUnarchiver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.