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 Template, reference main (5ed66b), with Swift 6.0 for macOS (SPM) on 8 Jun 2025 18:56:45 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/PackageTemplate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/PackageTemplate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5ed66ba fix typo
Cloned https://github.com/mattmassicotte/PackageTemplate.git
Revision (git rev-parse @):
5ed66ba57e65acabcee29e0f2ee45b2408b466c1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/PackageTemplate.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattmassicotte/PackageTemplate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling Template Template.swift
[4/4] Emitting module Template
Build complete! (0.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Template",
  "name" : "Template",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Template",
      "targets" : [
        "Template"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TemplateTests",
      "module_type" : "SwiftTarget",
      "name" : "TemplateTests",
      "path" : "Tests/TemplateTests",
      "sources" : [
        "TemplateTests.swift"
      ],
      "target_dependencies" : [
        "Template"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Template",
      "module_type" : "SwiftTarget",
      "name" : "Template",
      "path" : "Sources/Template",
      "product_memberships" : [
        "Template"
      ],
      "sources" : [
        "Template.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.