Build Information
Successful build of Toml, reference master (f26573), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:32:49 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/jdfergason/swift-toml.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jdfergason/swift-toml
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f26573b Update travis to xcode 11.5
Cloned https://github.com/jdfergason/swift-toml.git
Revision (git rev-parse @):
f26573bd49534f68ac11c2f7467c1d50cdb2afce
SUCCESS checkout https://github.com/jdfergason/swift-toml.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jdfergason/swift-toml.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/14] Compiling Toml String.swift
[4/14] Compiling Toml Tokens.swift
[5/15] Compiling Toml Regex.swift
[6/15] Compiling Toml Serialize.swift
[7/15] Compiling Toml Path.swift
[8/15] Compiling Toml Lexer.swift
[9/15] Compiling Toml Date.swift
[10/15] Compiling Toml Evaluator.swift
[11/15] Emitting module Toml
[12/15] Compiling Toml Parser.swift
[13/15] Compiling Toml Grammar.swift
[14/15] Compiling Toml Helpers.swift
[15/15] Compiling Toml Toml.swift
Build complete! (4.57s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Toml",
"name" : "Toml",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Toml",
"targets" : [
"Toml"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TomlTests",
"module_type" : "SwiftTarget",
"name" : "TomlTests",
"path" : "Tests/TomlTests",
"sources" : [
"TomlTests.swift"
],
"target_dependencies" : [
"Toml"
],
"type" : "test"
},
{
"c99name" : "Toml",
"module_type" : "SwiftTarget",
"name" : "Toml",
"path" : "Sources/Toml",
"product_memberships" : [
"Toml"
],
"sources" : [
"Date.swift",
"Evaluator.swift",
"Grammar.swift",
"Helpers.swift",
"Lexer.swift",
"Parser.swift",
"Path.swift",
"Regex.swift",
"Serialize.swift",
"String.swift",
"Tokens.swift",
"Toml.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.