Build Information
Successful build of ExtendedAttributes, reference master (1f8c0f
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:00:40 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/amosavian/ExtendedAttributes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amosavian/ExtendedAttributes
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1f8c0fe Updated travis,yml
Cloned https://github.com/amosavian/ExtendedAttributes.git
Revision (git rev-parse @):
1f8c0fe3c9f46249fa4bb46e00c1f808ea607ca0
SUCCESS checkout https://github.com/amosavian/ExtendedAttributes.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/amosavian/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/4] Compiling ExtendedAttributes ExtendedAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExtendedAttributes/ExtendedAttributes.swift:37:61: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
35 | // Retrieve attribute:
36 | if length > 0 {
37 | let result = getxattr(fileSystemPath, name, &data, length, 0, 0)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
38 | guard result >= 0 else { throw URL.posixError(errno) }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/ExtendedAttributes/ExtendedAttributes.swift:61:44: warning: forming 'UnsafeRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
59 | var data = Data(data)
60 | let result = withUnsafeFileSystemRepresentation { fileSystemPath in
61 | setxattr(fileSystemPath, name, &data, data.count, 0, 0)
| `- warning: forming 'UnsafeRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
62 | }
63 | guard result >= 0 else { throw URL.posixError(errno) }
[4/4] Emitting module ExtendedAttributes
Build complete! (3.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ExtendedAttributes",
"name" : "ExtendedAttributes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ExtendedAttributes",
"targets" : [
"ExtendedAttributes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExtendedAttributesTests",
"module_type" : "SwiftTarget",
"name" : "ExtendedAttributesTests",
"path" : "Tests/ExtendedAttributesTests",
"sources" : [
"ExtendedAttributesTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ExtendedAttributes"
],
"type" : "test"
},
{
"c99name" : "ExtendedAttributes",
"module_type" : "SwiftTarget",
"name" : "ExtendedAttributes",
"path" : "Sources/ExtendedAttributes",
"product_memberships" : [
"ExtendedAttributes"
],
"sources" : [
"ExtendedAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.