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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattcox/Pack.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mattcox/Pack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 570f73d Adds userInfo for providing context to pack/unpack
Cloned https://github.com/mattcox/Pack.git
Revision (git rev-parse @):
570f73d0d94aa90a6a2dbab7ed60878dad5f3fd1
SUCCESS checkout https://github.com/mattcox/Pack.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/mattcox/Pack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Compiling Pack Bool+Packed.swift
[2/22] Compiling Pack Double+Packed.swift
[3/22] Compiling Pack Float+Packed.swift
[4/24] Compiling Pack UInt+Packed.swift
[5/24] Compiling Pack UInt16+Packed.swift
[6/24] Compiling Pack UInt32+Packed.swift
[7/24] Compiling Pack Int64+Packed.swift
[8/24] Compiling Pack Int8+Packed.swift
[9/24] Compiling Pack String+Packed.swift
[10/24] Compiling Pack UInt64+Packed.swift
[11/24] Compiling Pack UInt8+Packed.swift
[12/24] Compiling Pack PackUserInfoKey.swift
[13/24] Compiling Pack Packable.swift
[14/24] Compiling Pack Packed.swift
[15/24] Emitting module Pack
[16/24] Compiling Pack Int+Packed.swift
[17/24] Compiling Pack Int16+Packed.swift
[18/24] Compiling Pack Int32+Packed.swift
[19/24] Compiling Pack BinaryPack.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Pack/BinaryPack.swift:344:31: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
                        let byteData = Data(bytes: &byte, count: MemoryLayout<UInt8>.size)
                                                   ^
[20/24] Compiling Pack ByteOrder.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Pack/BinaryPack.swift:344:31: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
                        let byteData = Data(bytes: &byte, count: MemoryLayout<UInt8>.size)
                                                   ^
[21/24] Compiling Pack PackError.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Pack/BinaryPack.swift:344:31: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
                        let byteData = Data(bytes: &byte, count: MemoryLayout<UInt8>.size)
                                                   ^
[22/24] Compiling Pack Packer.swift
[23/24] Compiling Pack Unpackable.swift
[24/24] Compiling Pack Unpacker.swift
Build complete! (3.36s)
Build complete.
Done.