Build Information
Successful build of Fileable, reference main (cdcac4), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:01:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "fileable.swift",
"name": "Fileable",
"url": "https://github.com/shotastage/Fileable.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fileable.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/shotastage/Fileable.swift.git
[1/906] Fetching fileable.swift
Fetched https://github.com/shotastage/Fileable.swift.git from cache (0.89s)
Creating working copy for https://github.com/shotastage/Fileable.swift.git
Working copy of https://github.com/shotastage/Fileable.swift.git resolved at main (cdcac4f)
warning: '.resolve-product-dependencies': dependency 'fileable.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/shotastage/Fileable.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Fileable ZipArchive.swift
[4/12] Compiling Fileable Utilities.swift
[5/13] Compiling Fileable Permissions.swift
[6/13] Compiling Fileable Network.swift
[7/13] Compiling Fileable Fileable.swift
[8/13] Compiling Fileable FHS.swift
[9/13] Compiling Fileable Errors.swift
[10/13] Emitting module Fileable
[11/13] Compiling Fileable Operations.swift
[12/13] Compiling Fileable StoredProperties.swift
[13/13] Compiling Fileable iOS+Fileable.swift
Build complete! (5.17s)
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.