Build Information
Successful build of ExtendedAttributes, reference 1.0.0 (969886
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:02:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindresorhus/ExtendedAttributes.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/ExtendedAttributes
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 9698866 1.0.0
Cloned https://github.com/sindresorhus/ExtendedAttributes.git
Revision (git rev-parse @):
9698866bf8880abccca0b70b059e7c19386cdefa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sindresorhus/ExtendedAttributes.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sindresorhus/ExtendedAttributes.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/7] Compiling ExtendedAttributes Utilities.swift
[4/7] Compiling ExtendedAttributes SystemMetadata.swift
[5/7] Compiling ExtendedAttributes ExtendedAttributes+Flags.swift
[6/7] Emitting module ExtendedAttributes
[7/7] Compiling ExtendedAttributes ExtendedAttributes.swift
Build complete! (3.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ExtendedAttributes",
"name" : "ExtendedAttributes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ExtendedAttributes",
"targets" : [
"ExtendedAttributes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExtendedAttributesTests",
"module_type" : "SwiftTarget",
"name" : "ExtendedAttributesTests",
"path" : "Tests/ExtendedAttributesTests",
"sources" : [
"ExtendedAttributesTests.swift"
],
"target_dependencies" : [
"ExtendedAttributes"
],
"type" : "test"
},
{
"c99name" : "ExtendedAttributes",
"module_type" : "SwiftTarget",
"name" : "ExtendedAttributes",
"path" : "Sources/ExtendedAttributes",
"product_memberships" : [
"ExtendedAttributes"
],
"sources" : [
"ExtendedAttributes+Flags.swift",
"ExtendedAttributes.swift",
"SystemMetadata.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.