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 master (40f98f), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:07:08 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasonnam/Sight
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 40f98f5 Merge pull request #5 from zntfdr/location
Cloned https://github.com/jasonnam/Sight.git
Revision (git rev-parse @):
40f98f5a0d6d3e3dd7f9e215418a014a9cf39d10
SUCCESS checkout https://github.com/jasonnam/Sight.git at master
========================================
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] Compiling Sight Element.swift
[4/6] Emitting module Sight
[5/6] Compiling Sight SIMD2.swift
[6/6] Compiling Sight Region.swift
Build complete! (6.40s)
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.