The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of XAttr, reference main (1cd1e6), with Swift 5.9 for macOS (SPM) on 22 Oct 2024 11:20:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jozefizso/swift-xattr.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jozefizso/swift-xattr
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jozefizso/swift-xattr.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/7] Compiling XAttr FileHandle+ExtendedAttributeHandler.swift
[4/7] Compiling XAttr URL+ExtendedAttributeHandler.swift
[5/7] Compiling XAttr FilePath+ExtendedAttributeHandler.swift
[6/7] 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
    let errcode = data.withUnsafeMutableBytes{(bytes: UnsafeMutablePointer<CChar>) in
                       ^
[7/7] Emitting module XAttr
Build complete! (22.21s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (1.84s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3150] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
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.3
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
Build complete.
Done.