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 unxip with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saagarjha/unxip.git
Reference: v1.1.3
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/saagarjha/unxip
 * tag               v1.1.3     -> FETCH_HEAD
HEAD is now at b3ce1ab unxip 1.1.3
Cloned https://github.com/saagarjha/unxip.git
Revision (git rev-parse @):
b3ce1ab4728d4173390c97eddd28e821ad9e2974
SUCCESS checkout https://github.com/saagarjha/unxip.git at v1.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/saagarjha/unxip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write unxip-entitlement.plist
[2/6] Write swift-version--423B1241ED78D482.txt
[4/8] Emitting module unxip
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/unxip.swift:84:6: warning: stored property 'buffer' of 'Sendable'-conforming class 'Chunk' has non-sendable type 'UnsafeBufferPointer<UInt8>'
        let buffer: UnsafeBufferPointer<UInt8>
            ^
Swift.UnsafeBufferPointer:1:23: note: generic struct 'UnsafeBufferPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeBufferPointer<Element> {
                      ^
[5/8] Compiling unxip unxip.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/unxip.swift:84:6: warning: stored property 'buffer' of 'Sendable'-conforming class 'Chunk' has non-sendable type 'UnsafeBufferPointer<UInt8>'
        let buffer: UnsafeBufferPointer<UInt8>
            ^
Swift.UnsafeBufferPointer:1:23: note: generic struct 'UnsafeBufferPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeBufferPointer<Element> {
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/unxip.swift:353:21: warning: capture of '_remaining' with non-sendable type 'UnsafeBufferPointer<UInt8>.SubSequence' (aka 'Slice<UnsafeBufferPointer<UInt8>>') in a `@Sendable` closure
                                let remaining = _remaining
                                                ^
Swift.Slice:1:23: note: generic struct 'Slice' does not conform to the 'Sendable' protocol
@frozen public struct Slice<Base> where Base : Collection {
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/unxip.swift:618:22: warning: passing argument of non-sendable type 'UnsafeBufferPointer<UInt8>' outside of main actor-isolated context may introduce data races
                await parseContent(locateContent(in: file))
                                   ^
Swift.UnsafeBufferPointer:1:23: note: generic struct 'UnsafeBufferPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeBufferPointer<Element> {
                      ^
[5/8] Write Objects.LinkFileList
[6/8] Linking unxip
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/unxip: replacing existing signature
[7/8] Applying unxip
Build complete! (5.94s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/release.sh
Build complete.
Done.