The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoFlex, reference main (35987d), with Swift 6.0 for macOS (SPM) on 9 Jul 2025 18:36:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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:             6.0
Building package at path:  $PWD
https://github.com/liam-i/AutoFlex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/6] Compiling AutoFlex resource_bundle_accessor.swift
[5/6] Emitting module AutoFlex
/Users/admin/builder/spi-builder-workspace/Sources/AutoFlex.swift:95:1: warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 93 | ///     let prioritey: UILayoutPriority = 1000
 94 | /// ```
 95 | extension LayoutPriority: ExpressibleByFloatLiteral, ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 96 |     public typealias FloatLiteralType = Float
 97 |     public typealias IntegerLiteralType = Int
[6/6] Compiling AutoFlex AutoFlex.swift
/Users/admin/builder/spi-builder-workspace/Sources/AutoFlex.swift:95:1: warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 93 | ///     let prioritey: UILayoutPriority = 1000
 94 | /// ```
 95 | extension LayoutPriority: ExpressibleByFloatLiteral, ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'Priority' to imported protocols 'ExpressibleByFloatLiteral', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 96 |     public typealias FloatLiteralType = Float
 97 |     public typealias IntegerLiteralType = Int
Build complete! (6.84s)
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.