Build Information
Successful build of Fileable, reference main (cdcac4), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:12:22 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/shotastage/Fileable.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shotastage/Fileable.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cdcac4f remove xcodeproj file
Cloned https://github.com/shotastage/Fileable.swift.git
Revision (git rev-parse @):
cdcac4fa3a06f959a119b23b6fe904364c1a0aa3
SUCCESS checkout https://github.com/shotastage/Fileable.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shotastage/Fileable.swift.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 Fileable Network.swift
[4/13] Compiling Fileable StoredProperties.swift
[5/13] Compiling Fileable Permissions.swift
[6/13] Emitting module Fileable
[7/13] Compiling Fileable FHS.swift
[8/13] Compiling Fileable Errors.swift
[9/13] Compiling Fileable Fileable.swift
[10/13] Compiling Fileable ZipArchive.swift
[11/13] Compiling Fileable Utilities.swift
[12/13] Compiling Fileable Operations.swift
[13/13] Compiling Fileable iOS+Fileable.swift
Build complete! (4.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Fileable",
"name" : "Fileable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Fileable",
"targets" : [
"Fileable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FileableTests",
"module_type" : "SwiftTarget",
"name" : "FileableTests",
"path" : "Tests/FileableTests",
"sources" : [
"BasicOperation.swift",
"FileableTestMain.swift",
"Info.swift",
"PathTypeCasting.swift",
"XCTest.swift",
"iOSDirs.swift"
],
"target_dependencies" : [
"Fileable"
],
"type" : "test"
},
{
"c99name" : "Fileable",
"module_type" : "SwiftTarget",
"name" : "Fileable",
"path" : "Sources/Fileable",
"product_memberships" : [
"Fileable"
],
"sources" : [
"Errors.swift",
"Fileable.swift",
"Linux/FHS.swift",
"Network.swift",
"Operations.swift",
"Permissions.swift",
"StoredProperties.swift",
"Utilities.swift",
"ZipArchive.swift",
"iOS/iOS+Fileable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.