Build Information
Successful build of EmbeddedPropertyList, reference main (21bd83
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 10:20:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trilemma-dev/EmbeddedPropertyList.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/EmbeddedPropertyList
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 21bd832 Merge pull request #2 from trilemma-dev/end-period
Cloned https://github.com/trilemma-dev/EmbeddedPropertyList.git
Revision (git rev-parse @):
21bd832e28a9a66ecdb7b4c21910bb0487a22fe5
SUCCESS checkout https://github.com/trilemma-dev/EmbeddedPropertyList.git at main
========================================
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": "embeddedpropertylist",
"name": "EmbeddedPropertyList",
"url": "https://github.com/trilemma-dev/EmbeddedPropertyList.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EmbeddedPropertyList",
"dependencies": [
]
}
]
}
Fetching https://github.com/trilemma-dev/EmbeddedPropertyList.git
[1/157] Fetching embeddedpropertylist
Fetched https://github.com/trilemma-dev/EmbeddedPropertyList.git from cache (1.78s)
Creating working copy for https://github.com/trilemma-dev/EmbeddedPropertyList.git
Working copy of https://github.com/trilemma-dev/EmbeddedPropertyList.git resolved at main (21bd832)
warning: '.resolve-product-dependencies': dependency 'embeddedpropertylist' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/trilemma-dev/EmbeddedPropertyList.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Emitting module EmbeddedPropertyList
[4/6] Compiling EmbeddedPropertyList BundleVersion.swift
[5/6] Compiling EmbeddedPropertyList EmbeddedPropertyListReader.swift
[6/6] Compiling EmbeddedPropertyList ReadError.swift
Build complete! (6.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EmbeddedPropertyList",
"name" : "EmbeddedPropertyList",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "EmbeddedPropertyList",
"targets" : [
"EmbeddedPropertyList"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EmbeddedPropertyListTests",
"module_type" : "SwiftTarget",
"name" : "EmbeddedPropertyListTests",
"path" : "Tests/EmbeddedPropertyListTests",
"sources" : [
"BundleVersionTests.swift",
"ExecutableHelpers.swift",
"ReadExternalTests.swift"
],
"target_dependencies" : [
"EmbeddedPropertyList"
],
"type" : "test"
},
{
"c99name" : "EmbeddedPropertyList",
"module_type" : "SwiftTarget",
"name" : "EmbeddedPropertyList",
"path" : "Sources/EmbeddedPropertyList",
"product_memberships" : [
"EmbeddedPropertyList"
],
"sources" : [
"BundleVersion.swift",
"EmbeddedPropertyListReader.swift",
"ReadError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.