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 Sight, reference 1.0.0 (f41ae9), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:06:57 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/jasonnam/Sight.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasonnam/Sight
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f41ae90 Merge pull request #2 from zntfdr/remove-imports
Cloned https://github.com/jasonnam/Sight.git
Revision (git rev-parse @):
f41ae90cbed6deafc9ef7e00f8761f6e05b70c42
SUCCESS checkout https://github.com/jasonnam/Sight.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jasonnam/Sight.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/6] Emitting module Sight
[4/6] Compiling Sight Region.swift
[5/6] Compiling Sight Element.swift
[6/6] Compiling Sight SIMD2.swift
Build complete! (6.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sight",
  "name" : "Sight",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Sight",
      "targets" : [
        "Sight"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SightTests",
      "module_type" : "SwiftTarget",
      "name" : "SightTests",
      "path" : "Tests/SightTests",
      "sources" : [
        "Element/ElementTests.swift",
        "Region/RegionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Sight"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sight",
      "module_type" : "SwiftTarget",
      "name" : "Sight",
      "path" : "Sources/Sight",
      "product_memberships" : [
        "Sight"
      ],
      "sources" : [
        "Element.swift",
        "Region.swift",
        "SIMD2.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.