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 AutoFlex, reference main (35987d), with Swift 5.10 for macOS (SPM) on 9 Jul 2025 18:34:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liam-i/AutoFlex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/liam-i/AutoFlex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 35987d1 style: Adapt to xcode26
Cloned https://github.com/liam-i/AutoFlex.git
Revision (git rev-parse @):
35987d12c54044ec38ead8144b4a266826516728
SUCCESS checkout https://github.com/liam-i/AutoFlex.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/liam-i/AutoFlex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/6] Compiling AutoFlex resource_bundle_accessor.swift
[5/6] Compiling AutoFlex AutoFlex.swift
[6/6] Emitting module AutoFlex
Build complete! (6.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AutoFlex",
  "name" : "AutoFlex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AutoFlex",
      "targets" : [
        "AutoFlex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoFlex",
      "module_type" : "SwiftTarget",
      "name" : "AutoFlex",
      "path" : "Sources",
      "product_memberships" : [
        "AutoFlex"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AutoFlex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.