Build Information
Successful build of Toml, reference master (f26573), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 05:42:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-toml",
"name": "Toml",
"url": "https://github.com/jdfergason/swift-toml.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-toml",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jdfergason/swift-toml.git
[6/582] Fetching swift-toml
Fetched https://github.com/jdfergason/swift-toml.git from cache (0.68s)
Creating working copy for https://github.com/jdfergason/swift-toml.git
Working copy of https://github.com/jdfergason/swift-toml.git resolved at master (f26573b)
warning: '.resolve-product-dependencies': dependency 'swift-toml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jdfergason/swift-toml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/14] Compiling Toml Path.swift
[4/14] Compiling Toml Tokens.swift
[5/14] Compiling Toml Regex.swift
[6/14] Compiling Toml String.swift
[7/14] Compiling Toml Serialize.swift
[8/15] Compiling Toml Grammar.swift
[9/15] Compiling Toml Helpers.swift
[10/15] Compiling Toml Lexer.swift
[11/15] Compiling Toml Date.swift
[12/15] Compiling Toml Evaluator.swift
[13/15] Emitting module Toml
[14/15] Compiling Toml Parser.swift
[15/15] Compiling Toml Toml.swift
Build complete! (5.03s)
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.