The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PerfectLib, reference master (859e69), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:15:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 859e696 Merge pull request #301 from omrd/master
Cloned https://github.com/perfectlysoft/perfect.git
Revision (git rev-parse @):
859e696457fa91a9f998ad94080632f20b47fe58
SUCCESS checkout https://github.com/perfectlysoft/perfect.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/perfectlysoft/perfect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling PerfectLib PerfectError.swift
[4/12] Compiling PerfectLib PerfectServer.swift
[5/12] Compiling PerfectLib Dir.swift
[6/12] Compiling PerfectLib File.swift
[7/12] Compiling PerfectLib JSONConvertible.swift
[8/12] Compiling PerfectLib Bytes.swift
[9/12] Emitting module PerfectLib
[10/12] Compiling PerfectLib Utilities.swift
[11/12] Compiling PerfectLib SysProcess.swift
[12/12] Compiling PerfectLib Log.swift
Build complete! (3.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PerfectLib",
  "name" : "PerfectLib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PerfectLib",
      "targets" : [
        "PerfectLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PerfectLibTests",
      "module_type" : "SwiftTarget",
      "name" : "PerfectLibTests",
      "path" : "Tests/PerfectLibTests",
      "sources" : [
        "PerfectLibTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PerfectLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerfectLib",
      "module_type" : "SwiftTarget",
      "name" : "PerfectLib",
      "path" : "Sources/PerfectLib",
      "product_memberships" : [
        "PerfectLib"
      ],
      "sources" : [
        "Bytes.swift",
        "Dir.swift",
        "File.swift",
        "JSONConvertible.swift",
        "Log.swift",
        "PerfectError.swift",
        "PerfectServer.swift",
        "SysProcess.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.