Build Information
Successful build of Publishmon, reference main (2701e4), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 12:04:02 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/supersonicbyte/Publishmon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/supersonicbyte/Publishmon
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2701e42 Update README
Cloned https://github.com/supersonicbyte/Publishmon.git
Revision (git rev-parse @):
2701e425539b59becc3a1ef6c7be755ff212004d
SUCCESS checkout https://github.com/supersonicbyte/Publishmon.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/supersonicbyte/Publishmon.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
[1/8] Write Publishmon-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/10] Compiling ShellOut ShellOut.swift
[7/10] Emitting module ShellOut
[8/13] Compiling PublishmonCore PublishmonCore.swift
/Users/admin/builder/spi-builder-workspace/Sources/PublishmonCore/PublishmonCore.swift:61:17: warning: variable 'generateProcess' was never mutated; consider changing to 'let' constant
59 | // Generate new files with publish
60 | do {
61 | var generateProcess = Process()
| `- warning: variable 'generateProcess' was never mutated; consider changing to 'let' constant
62 | try shellOut(
63 | to: ["publish generate"],
[9/13] Emitting module PublishmonCore
[10/13] Compiling PublishmonCore FileMonitor.swift
[11/15] Emitting module Publishmon
[12/15] Compiling Publishmon main.swift
[12/15] Write Objects.LinkFileList
[13/15] Linking Publishmon
[14/15] Applying Publishmon
Build complete! (10.78s)
Fetching https://github.com/JohnSundell/ShellOut.git
[10/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.76s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.86s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/ShellOut.git"
}
],
"manifest_display_name" : "Publishmon",
"name" : "Publishmon",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Publishmon",
"targets" : [
"Publishmon"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PublishmonCore",
"module_type" : "SwiftTarget",
"name" : "PublishmonCore",
"path" : "Sources/PublishmonCore",
"product_dependencies" : [
"ShellOut"
],
"product_memberships" : [
"Publishmon"
],
"sources" : [
"FileMonitor.swift",
"PublishmonCore.swift"
],
"type" : "library"
},
{
"c99name" : "Publishmon",
"module_type" : "SwiftTarget",
"name" : "Publishmon",
"path" : "Sources/Publishmon",
"product_memberships" : [
"Publishmon"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"PublishmonCore"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Done.