Build Information
Successful build of CSVData, reference main (9dce56
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:02:04 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/oliverbrehm/CSVData.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oliverbrehm/CSVData
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9dce56b added unit test for parsing empty columns
Cloned https://github.com/oliverbrehm/CSVData.git
Revision (git rev-parse @):
9dce56bb99e32b50c3307237895e1d53f0f2d3f4
SUCCESS checkout https://github.com/oliverbrehm/CSVData.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/oliverbrehm/CSVData.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/8] Compiling CSVData CSVFormat.swift
[4/8] Compiling CSVData CSVConstants.swift
[5/8] Compiling CSVData CSVData.swift
[6/8] Emitting module CSVData
[7/8] Compiling CSVData CSVData+Utilities.swift
[8/8] Compiling CSVData CSVParseError.swift
Build complete! (3.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CSVData",
"name" : "CSVData",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "CSVData",
"targets" : [
"CSVData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSVDataTests",
"module_type" : "SwiftTarget",
"name" : "CSVDataTests",
"path" : "Tests/CSVDataTests",
"sources" : [
"CSVDataTests.swift"
],
"target_dependencies" : [
"CSVData"
],
"type" : "test"
},
{
"c99name" : "CSVData",
"module_type" : "SwiftTarget",
"name" : "CSVData",
"path" : "Sources/CSVData",
"product_memberships" : [
"CSVData"
],
"sources" : [
"CSVConstants.swift",
"CSVData+Utilities.swift",
"CSVData.swift",
"CSVFormat.swift",
"CSVParseError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.