Build Information
Successful build of Maintini, reference 1.0.6 (5f92a5
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 15:29:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptsochantaris/maintini.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptsochantaris/maintini
* tag 1.0.6 -> FETCH_HEAD
HEAD is now at 5f92a53 Using more generic compiler directives to allow visionOS development
Cloned https://github.com/ptsochantaris/maintini.git
Revision (git rev-parse @):
5f92a53340fc0047fab90c150b75daf8839897f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ptsochantaris/maintini.git at 1.0.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ptsochantaris/maintini.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/4] Compiling Maintini Maintini.swift
[4/4] Emitting module Maintini
Build complete! (4.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Maintini",
"name" : "Maintini",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Maintini",
"targets" : [
"Maintini"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MaintiniTests",
"module_type" : "SwiftTarget",
"name" : "MaintiniTests",
"path" : "Tests/MaintiniTests",
"sources" : [
"MaintiniTests.swift"
],
"target_dependencies" : [
"Maintini"
],
"type" : "test"
},
{
"c99name" : "Maintini",
"module_type" : "SwiftTarget",
"name" : "Maintini",
"path" : "Sources/Maintini",
"product_memberships" : [
"Maintini"
],
"sources" : [
"Maintini.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.