Build Information
Successful build of TOMLDecoder, reference 0.3.1 (018127
), with Swift 6.0 for macOS (SPM) on 15 Dec 2024 10:16:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/TOMLDecoder.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/TOMLDecoder
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 0181279 Bump version to 0.3.1 (#64)
Cloned https://github.com/dduan/TOMLDecoder.git
Revision (git rev-parse @):
018127977b7f67e4d60938ca69db2c56ff265109
SUCCESS checkout https://github.com/dduan/TOMLDecoder.git at 0.3.1
========================================
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",
"dependencies": [
{
"identity": "tomldecoder",
"name": "TOMLDecoder",
"url": "https://github.com/dduan/TOMLDecoder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TOMLDecoder",
"dependencies": [
]
}
]
}
Fetching https://github.com/dduan/TOMLDecoder.git
[1/1433] Fetching tomldecoder
Fetched https://github.com/dduan/TOMLDecoder.git from cache (0.94s)
Creating working copy for https://github.com/dduan/TOMLDecoder.git
Working copy of https://github.com/dduan/TOMLDecoder.git resolved at 0.3.1 (0181279)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dduan/TOMLDecoder.git
https://github.com/dduan/TOMLDecoder.git
{
"dependencies" : [
],
"manifest_display_name" : "TOMLDecoder",
"name" : "TOMLDecoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "macos",
"version" : "13.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" : [
"TOMLDecoderTests.swift"
],
"target_dependencies" : [
"TOMLDecoder"
],
"type" : "test"
},
{
"c99name" : "TOMLDecoder",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoder",
"path" : "Sources/TOMLDecoder",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DecodingError+Extensions.swift",
"KeyDecodingStrategy.swift",
"TOMLDecoder.swift",
"TOMLDecoderImpl.swift",
"TOMLDecodingStorage.swift",
"TOMLKey.swift",
"TOMLKeyedDecodingContainer.swift",
"TOMLUnkeyedDecodingContainer.swift"
],
"target_dependencies" : [
"Deserializer"
],
"type" : "library"
},
{
"c99name" : "DeserializerTests",
"module_type" : "SwiftTarget",
"name" : "DeserializerTests",
"path" : "Tests/DeserializerTests",
"sources" : [
"ErrorTests.swift",
"ParserTests.swift",
"TOMLDeserializerTests.swift",
"TOMLInvalidationTests.swift"
],
"target_dependencies" : [
"Deserializer"
],
"type" : "test"
},
{
"c99name" : "Deserializer",
"module_type" : "SwiftTarget",
"name" : "Deserializer",
"path" : "Sources/Deserializer",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DeserializationError.swift",
"Parser.swift",
"TOMLDeserializer.swift",
"Traced.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/8] Write sources
[3/8] Write compliance-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/13] Compiling Deserializer Traced.swift
[7/13] Compiling Deserializer TOMLDeserializer.swift
[8/13] Emitting module Deserializer
[9/13] Compiling Deserializer Parser.swift
[10/13] Compiling Deserializer DeserializationError.swift
[11/22] Compiling TOMLDecoder TOMLKeyedDecodingContainer.swift
[12/22] Compiling TOMLDecoder TOMLDecodingStorage.swift
[13/22] Compiling TOMLDecoder TOMLDecoderImpl.swift
[14/22] Compiling TOMLDecoder TOMLDecoder.swift
[15/22] Compiling TOMLDecoder KeyDecodingStrategy.swift
[16/22] Compiling TOMLDecoder TOMLUnkeyedDecodingContainer.swift
[17/22] Compiling TOMLDecoder TOMLKey.swift
[18/22] Compiling TOMLDecoder DecodingError+Extensions.swift
[19/22] Emitting module TOMLDecoder
[20/24] Emitting module compliance
[21/24] Compiling compliance main.swift
[21/24] Write Objects.LinkFileList
[22/24] Linking compliance
[23/24] Applying compliance
Build complete! (10.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TOMLDecoder",
"name" : "TOMLDecoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "macos",
"version" : "13.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" : [
"TOMLDecoderTests.swift"
],
"target_dependencies" : [
"TOMLDecoder"
],
"type" : "test"
},
{
"c99name" : "TOMLDecoder",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoder",
"path" : "Sources/TOMLDecoder",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DecodingError+Extensions.swift",
"KeyDecodingStrategy.swift",
"TOMLDecoder.swift",
"TOMLDecoderImpl.swift",
"TOMLDecodingStorage.swift",
"TOMLKey.swift",
"TOMLKeyedDecodingContainer.swift",
"TOMLUnkeyedDecodingContainer.swift"
],
"target_dependencies" : [
"Deserializer"
],
"type" : "library"
},
{
"c99name" : "DeserializerTests",
"module_type" : "SwiftTarget",
"name" : "DeserializerTests",
"path" : "Tests/DeserializerTests",
"sources" : [
"ErrorTests.swift",
"ParserTests.swift",
"TOMLDeserializerTests.swift",
"TOMLInvalidationTests.swift"
],
"target_dependencies" : [
"Deserializer"
],
"type" : "test"
},
{
"c99name" : "Deserializer",
"module_type" : "SwiftTarget",
"name" : "Deserializer",
"path" : "Sources/Deserializer",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DeserializationError.swift",
"Parser.swift",
"TOMLDeserializer.swift",
"Traced.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.