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 xcframework, reference 0.2.3 (df89dc), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:33:14 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/jeffctown/xcframework.git
Reference: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jeffctown/xcframework
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at df89dc9 Merge pull request #1 from jeffctown/feature/FixingSpaces
Cloned https://github.com/jeffctown/xcframework.git
Revision (git rev-parse @):
df89dc9cc456c511a17ee762b3ef82ed4223026b
SUCCESS checkout https://github.com/jeffctown/xcframework.git at 0.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jeffctown/xcframework.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write xcframework-entitlement.plist
[0/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/23] Compiling Commandant Result+Additions.swift
[8/24] Compiling Commandant Switch.swift
[9/24] Emitting module Commandant
[10/24] Compiling Commandant Argument.swift
[11/24] Compiling Commandant OrderedSet.swift
[12/24] Compiling Commandant HelpCommand.swift
[13/24] Compiling Commandant Option.swift
[14/24] Compiling Commandant ArgumentParser.swift
[15/24] Compiling Commandant Command.swift
[16/24] Compiling Commandant ArgumentProtocol.swift
[17/24] Compiling Commandant Errors.swift
[18/24] Emitting module Shell
[19/24] Compiling Shell ProcessHelper.swift
[20/24] Compiling Shell Shell.swift
[21/24] Compiling Shell EnvironmentTrampoline.swift
[22/27] Compiling XCFrameworkKit Version.swift
[23/27] Compiling XCFrameworkKit XCFrameworkBuilder.swift
[24/27] Emitting module XCFrameworkKit
[25/31] Compiling xcframework main.swift
[26/31] Emitting module xcframework
[27/31] Compiling xcframework BuildCommand.swift
[28/31] Compiling xcframework VersionCommand.swift
[28/31] Write Objects.LinkFileList
[29/31] Linking xcframework
[30/31] Applying xcframework
Build complete! (17.22s)
Fetching https://github.com/AlwaysRightInstitute/Shell
Fetching https://github.com/Carthage/Commandant
[2/81] Fetching shell
[17/2410] Fetching shell, commandant
Fetched https://github.com/AlwaysRightInstitute/Shell from cache (0.61s)
[257/2329] Fetching commandant
Fetched https://github.com/Carthage/Commandant from cache (0.79s)
Computing version for https://github.com/AlwaysRightInstitute/Shell
Computed https://github.com/AlwaysRightInstitute/Shell at 0.1.4 (1.36s)
Computing version for https://github.com/Carthage/Commandant
Computed https://github.com/Carthage/Commandant at 0.18.0 (0.54s)
Creating working copy for https://github.com/AlwaysRightInstitute/Shell
Working copy of https://github.com/AlwaysRightInstitute/Shell resolved at 0.1.4
Creating working copy for https://github.com/Carthage/Commandant
Working copy of https://github.com/Carthage/Commandant resolved at 0.18.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/Shell"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant"
    }
  ],
  "manifest_display_name" : "xcframework",
  "name" : "xcframework",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XCFrameworkKit",
      "targets" : [
        "XCFrameworkKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "xcframework",
      "targets" : [
        "xcframework"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcframework",
      "module_type" : "SwiftTarget",
      "name" : "xcframework",
      "path" : "Sources/xcframework",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "xcframework"
      ],
      "sources" : [
        "Commands/BuildCommand.swift",
        "Commands/VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "XCFrameworkKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCFrameworkKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XCFrameworkKitTests",
      "path" : "Tests/XCFrameworkKitTests",
      "sources" : [
        "test.swift"
      ],
      "target_dependencies" : [
        "XCFrameworkKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCFrameworkKit",
      "module_type" : "SwiftTarget",
      "name" : "XCFrameworkKit",
      "path" : "Sources/XCFrameworkKit",
      "product_dependencies" : [
        "Shell"
      ],
      "product_memberships" : [
        "XCFrameworkKit",
        "xcframework"
      ],
      "sources" : [
        "Version.swift",
        "XCFrameworkBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.