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 PerfectSysInfo 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/perfectlysoft/perfect-sysinfo.git
Reference: 3.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-sysinfo
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at 3aeca90 Upgrading to Swift 4.0
Cloned https://github.com/perfectlysoft/perfect-sysinfo.git
Revision (git rev-parse @):
3aeca90d9aad656be9a5402a21f3f7ad99be2723
SUCCESS checkout https://github.com/perfectlysoft/perfect-sysinfo.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/perfectlysoft/perfect-sysinfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/5] Compiling PerfectSysInfo PerfectSysInfo.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectSysInfo/PerfectSysInfo.swift:86:11: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
      buf.deallocate(capacity: String.szSTR)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectSysInfo/PerfectSysInfo.swift:213:13: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        buf.deallocate(capacity: len)
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectSysInfo/PerfectSysInfo.swift:283:17: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
            buf.deallocate(capacity: len)
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PerfectSysInfo/PerfectSysInfo.swift:391:15: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
        pStat.deallocate(capacity: size)
              ^
[4/5] Emitting module PerfectSysInfo
[5/5] Compiling PerfectSysInfo iostat.swift
Build complete! (3.76s)
Build complete.
Done.