Build Information
Successful build of DotWriter, reference 0.1.0 (fe1400), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 20:01:27 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/stiivi/dotwriter.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stiivi/dotwriter
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at fe1400c Initial commit
Cloned https://github.com/stiivi/dotwriter.git
Revision (git rev-parse @):
fe1400c787e61082ec7096193a50ca10f24b688e
SUCCESS checkout https://github.com/stiivi/dotwriter.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/stiivi/dotwriter.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 DotWriter DotWriter.swift
[4/4] Emitting module DotWriter
Build complete! (3.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DotWriter",
"name" : "DotWriter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DotWriter",
"targets" : [
"DotWriter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DotWriterTests",
"module_type" : "SwiftTarget",
"name" : "DotWriterTests",
"path" : "Tests/DotWriterTests",
"sources" : [
"DotWriterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DotWriter"
],
"type" : "test"
},
{
"c99name" : "DotWriter",
"module_type" : "SwiftTarget",
"name" : "DotWriter",
"path" : "Sources/DotWriter",
"product_memberships" : [
"DotWriter"
],
"sources" : [
"DotWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.