Build Information
Successful build of XAttr, reference 3.0.1 (1cd1e6
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 08:38:11 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/jozefizso/swift-xattr.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jozefizso/swift-xattr
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 1cd1e6b Update copyright texts to match Cisco OSS standards
Cloned https://github.com/jozefizso/swift-xattr.git
Revision (git rev-parse @):
1cd1e6bc9aecdcce31c66e2d2d5561ecd7ead83a
SUCCESS checkout https://github.com/jozefizso/swift-xattr.git at 3.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jozefizso/swift-xattr.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Emitting module XAttr
[6/9] Compiling XAttr URL+ExtendedAttributeHandler.swift
[7/9] Compiling XAttr FileHandle+ExtendedAttributeHandler.swift
[8/9] Compiling XAttr FilePath+ExtendedAttributeHandler.swift
[9/9] Compiling XAttr XAttr.swift
/Users/admin/builder/spi-builder-workspace/Sources/XAttr.swift:203:24: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
201 |
202 | var data = Data(count: size)
203 | let errcode = data.withUnsafeMutableBytes{(bytes: UnsafeMutablePointer<CChar>) in
| `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
204 | return listFunc(target, bytes, size, options.rawValue)
205 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (16.89s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.64s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "XAttr",
"name" : "XAttr",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "XAttr",
"targets" : [
"XAttr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XAttrTests",
"module_type" : "SwiftTarget",
"name" : "XAttrTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/01-SimpleFile.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AlwaysPassTests.swift",
"ExtendedAttributeNamesTests.swift",
"ExtendedAttributeTestCase.swift",
"SetExtendedAttributeTests.swift"
],
"target_dependencies" : [
"XAttr"
],
"type" : "test"
},
{
"c99name" : "XAttr",
"module_type" : "SwiftTarget",
"name" : "XAttr",
"path" : "Sources",
"product_memberships" : [
"XAttr"
],
"sources" : [
"FileHandle+ExtendedAttributeHandler.swift",
"FilePath+ExtendedAttributeHandler.swift",
"URL+ExtendedAttributeHandler.swift",
"XAttr.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.