Build Information
Successful build of TOMLDecoder, reference main (bd1231), with Swift 6.0 for macOS (SPM) on 15 Dec 2025 10:27:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/TOMLDecoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/TOMLDecoder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bd1231c Document supports (#242)
Cloned https://github.com/dduan/TOMLDecoder.git
Revision (git rev-parse @):
bd1231c08a3ad1af2d62563bfea727418458726e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dduan/TOMLDecoder.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dduan/TOMLDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[0/9] Write compliance-entitlement.plist
[0/9] Write sources
[4/9] Write swift-version-5BDAB9E9C0126B9D.txt
[5/28] Compiling ProlepticGregorianTestHelpers DateRef.cpp
[7/28] Emitting module Resources
[8/28] Compiling Resources Resources.swift
[9/28] Compiling Resources Twitter.swift
[10/28] Compiling Resources Canada.swift
[11/28] Emitting module TOMLDecoder
[12/29] Compiling TOMLDecoder TOMLUnkeyedDecodingContainer.swift
[13/29] Compiling TOMLDecoder TOMLTable.swift
[14/29] Compiling TOMLDecoder TOMLKeyedDecodingContainer.swift
[15/29] Compiling TOMLDecoder TOMLDocument.swift
[16/29] Compiling TOMLDecoder Token.swift
[17/29] Compiling TOMLDecoder Constants.swift
[18/29] Compiling TOMLDecoder Parser.swift
[19/29] Compiling TOMLDecoder TOMLError.swift
[20/29] Compiling TOMLDecoder TOMLKey.swift
[21/29] Compiling TOMLDecoder TOMLArray.swift
[22/29] Compiling TOMLDecoder TOMLDecoder.swift
[23/29] Compiling TOMLDecoder DateTime.swift
[24/29] Compiling TOMLDecoder ParserImplementation.Generated.swift
[25/29] Compiling TOMLDecoder TOMLSingleValueDecodingContainer.Generated.swift
[26/29] Compiling TOMLDecoder _TOMLDecoder.swift
[27/31] Compiling compliance main.swift
[28/31] Emitting module compliance
[28/31] Write Objects.LinkFileList
[29/31] Linking compliance
[30/31] Applying compliance
Build complete! (5.75s)
Build complete.
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "TOMLDecoder",
"name" : "TOMLDecoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "compliance",
"targets" : [
"compliance"
],
"type" : {
"executable" : null
}
},
{
"name" : "TOMLDecoder",
"targets" : [
"TOMLDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "compliance",
"module_type" : "SwiftTarget",
"name" : "compliance",
"path" : "Sources/compliance",
"product_memberships" : [
"compliance"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TOMLDecoder"
],
"type" : "executable"
},
{
"c99name" : "TOMLDecoderTests",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoderTests",
"path" : "Tests/TOMLDecoderTests",
"sources" : [
"DateStrategyTests.swift",
"DateTimeDescriptionTests.swift",
"DateTimeExactMatchTests.swift",
"InvalidationTests.Generated.swift",
"LeafValueDecodingTests.Generated.swift",
"Support/TOMLComplianceSupport.swift",
"Support/Tags.Generated.swift",
"TOMLDecoderTests.swift",
"TOMLTableKeyMembershipTests.swift",
"ValidationTests.Generated.swift"
],
"target_dependencies" : [
"ProlepticGregorianTestHelpers",
"Resources",
"TOMLDecoder"
],
"type" : "test"
},
{
"c99name" : "TOMLDecoder",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoder",
"path" : "Sources/TOMLDecoder",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DateTime.swift",
"ParserImplementation.Generated.swift",
"Parsing/Constants.swift",
"Parsing/Parser.swift",
"Parsing/TOMLDocument.swift",
"Parsing/Token.swift",
"TOMLArray.swift",
"TOMLDecoder.swift",
"TOMLError.swift",
"TOMLKey.swift",
"TOMLKeyedDecodingContainer.swift",
"TOMLSingleValueDecodingContainer.Generated.swift",
"TOMLTable.swift",
"TOMLUnkeyedDecodingContainer.swift",
"_TOMLDecoder.swift"
],
"type" : "library"
},
{
"c99name" : "Resources",
"module_type" : "SwiftTarget",
"name" : "Resources",
"path" : "Sources/Resources",
"sources" : [
"Canada.swift",
"Resources.swift",
"Twitter.swift"
],
"type" : "library"
},
{
"c99name" : "ProlepticGregorianTestHelpers",
"module_type" : "ClangTarget",
"name" : "ProlepticGregorianTestHelpers",
"path" : "Sources/ProlepticGregorianTestHelpers",
"sources" : [
"DateRef.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.