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.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-sysinfo.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-sysinfo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3871342 Update README.md
Cloned https://github.com/perfectlysoft/perfect-sysinfo.git
Revision (git rev-parse @):
38713425629b39e8dd2e49c6d6652cf1786addfb
SUCCESS checkout https://github.com/perfectlysoft/perfect-sysinfo.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "perfect-sysinfo",
      "name": "PerfectSysInfo",
      "url": "https://github.com/perfectlysoft/perfect-sysinfo.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/perfect-sysinfo",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/perfectlysoft/perfect-sysinfo.git
[1/89] Fetching perfect-sysinfo
Fetched https://github.com/perfectlysoft/perfect-sysinfo.git (0.24s)
Creating working copy for https://github.com/perfectlysoft/perfect-sysinfo.git
Working copy of https://github.com/perfectlysoft/perfect-sysinfo.git resolved at master
warning: '.resolve-product-dependencies': dependency 'perfect-sysinfo' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling PerfectSysInfo iostat.swift
[2/3] 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)
              ^
[3/3] Emitting module PerfectSysInfo
Build complete! (6.83s)
Build complete.
Done.