Build Information
Successful build of CSVEncoder, reference 0.0.2 (14c6e3), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 20:17:23 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/foulkesjohn/csvencoder.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/foulkesjohn/csvencoder
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 14c6e37 Allow dateFormatter to be overriden
Cloned https://github.com/foulkesjohn/csvencoder.git
Revision (git rev-parse @):
14c6e3726af9b19cea627ec3f299c92f22ea1dfc
SUCCESS checkout https://github.com/foulkesjohn/csvencoder.git at 0.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/foulkesjohn/csvencoder.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 CSVEncoder CSVEncoder.swift
[4/4] Emitting module CSVEncoder
Build complete! (3.10s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CSVEncoder",
"name" : "CSVEncoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CSVEncoder",
"targets" : [
"CSVEncoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSVEncoderTests",
"module_type" : "SwiftTarget",
"name" : "CSVEncoderTests",
"path" : "Tests/CSVEncoderTests",
"sources" : [
"CSVEncoderTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CSVEncoder"
],
"type" : "test"
},
{
"c99name" : "CSVEncoder",
"module_type" : "SwiftTarget",
"name" : "CSVEncoder",
"path" : "Sources/CSVEncoder",
"product_memberships" : [
"CSVEncoder"
],
"sources" : [
"CSVEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.