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 master (dc509d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:26:44 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jeffctown/xcframework
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dc509d4 Merge pull request #2 from antonino-u/assemble-command
Cloned https://github.com/jeffctown/xcframework.git
Revision (git rev-parse @):
dc509d42747990860a0535511f404970d29e79d2
SUCCESS checkout https://github.com/jeffctown/xcframework.git at master
========================================
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 sources
[1/9] Write xcframework-entitlement.plist
[3/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] Compiling Commandant Errors.swift
[10/24] Compiling Shell EnvironmentTrampoline.swift
[11/24] Emitting module Shell
[12/24] Compiling Shell Shell.swift
[13/24] Compiling Shell ProcessHelper.swift
[14/24] Compiling Commandant OrderedSet.swift
[15/24] Compiling Commandant Argument.swift
[16/24] Compiling Commandant HelpCommand.swift
[17/24] Compiling Commandant ArgumentProtocol.swift
[18/24] Compiling Commandant Option.swift
[19/24] Compiling Commandant ArgumentParser.swift
[20/24] Emitting module Commandant
[21/24] Compiling Commandant Command.swift
[22/28] Compiling XCFrameworkKit XCFrameworkAssembler.swift
[23/28] Compiling XCFrameworkKit Version.swift
[24/28] Emitting module XCFrameworkKit
[25/28] Compiling XCFrameworkKit XCFrameworkBuilder.swift
[26/33] Compiling xcframework main.swift
[27/33] Compiling xcframework VersionCommand.swift
[28/33] Emitting module xcframework
[29/33] Compiling xcframework AssembleCommand.swift
[30/33] Compiling xcframework BuildCommand.swift
[30/33] Write Objects.LinkFileList
[31/33] Linking xcframework
[32/33] Applying xcframework
Build complete! (17.34s)
Fetching https://github.com/Carthage/Commandant
Fetching https://github.com/AlwaysRightInstitute/Shell
[1/2329] Fetching commandant
[25/2410] Fetching commandant, shell
Fetched https://github.com/AlwaysRightInstitute/Shell from cache (0.82s)
Fetched https://github.com/Carthage/Commandant from cache (0.82s)
Computing version for https://github.com/AlwaysRightInstitute/Shell
Computed https://github.com/AlwaysRightInstitute/Shell at 0.1.4 (1.37s)
Computing version for https://github.com/Carthage/Commandant
Computed https://github.com/Carthage/Commandant at 0.18.0 (0.52s)
Creating working copy for https://github.com/Carthage/Commandant
Working copy of https://github.com/Carthage/Commandant resolved at 0.18.0
Creating working copy for https://github.com/AlwaysRightInstitute/Shell
Working copy of https://github.com/AlwaysRightInstitute/Shell resolved at 0.1.4
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/AssembleCommand.swift",
        "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",
        "XCFrameworkAssembler.swift",
        "XCFrameworkBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.