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 master (e49f49), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:05:21 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/Typer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e49f498 Only add transition function when supported (Swift 4.2+)
Cloned https://github.com/Samasaur1/Typer.git
Revision (git rev-parse @):
e49f498cfb7dc45e1091751e5015b2ffec34280f
SUCCESS checkout https://github.com/Samasaur1/Typer.git at master
========================================
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.51s)
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.