The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Typer, reference master (e49f49), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 10:19:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "typer",
      "name": "Typer",
      "url": "https://github.com/Samasaur1/Typer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Typer",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Samasaur1/Typer.git
[1/334] Fetching typer
Fetched https://github.com/Samasaur1/Typer.git from cache (0.74s)
Creating working copy for https://github.com/Samasaur1/Typer.git
Working copy of https://github.com/Samasaur1/Typer.git resolved at master (e49f498)
warning: '.resolve-product-dependencies': dependency 'typer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Samasaur1/Typer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module Typer
[4/4] Compiling Typer Typer.swift
Build complete! (3.57s)
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.