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 Typer, reference v1.7.0 (c5d17b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:05:02 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/Samasaur1/Typer.git
Reference: v1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/Typer
 * tag               v1.7.0     -> FETCH_HEAD
HEAD is now at c5d17b1 Change LICENSE to AFLv3.0
Cloned https://github.com/Samasaur1/Typer.git
Revision (git rev-parse @):
c5d17b1a5893fc173ed267d6edd04bdfb51196ef
SUCCESS checkout https://github.com/Samasaur1/Typer.git at v1.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Samasaur1/Typer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling Typer Typer.swift
[4/4] Emitting module Typer
Build complete! (3.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Typer",
  "name" : "Typer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Typer",
      "targets" : [
        "Typer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TyperTests",
      "module_type" : "SwiftTarget",
      "name" : "TyperTests",
      "path" : "Tests/TyperTests",
      "sources" : [
        "TyperTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Typer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Typer",
      "module_type" : "SwiftTarget",
      "name" : "Typer",
      "path" : "Sources/Typer",
      "product_memberships" : [
        "Typer"
      ],
      "sources" : [
        "Typer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.