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 Int2X, reference 0.2.3 (2d069f), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:28:25 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/dankogai/swift-int2x.git
Reference: 0.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-int2x
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 2d069fd simplify with run --repl
Cloned https://github.com/dankogai/swift-int2x.git
Revision (git rev-parse @):
2d069fdb672439a5c80312f063597ae5627e5ca0
SUCCESS checkout https://github.com/dankogai/swift-int2x.git at 0.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankogai/swift-int2x.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write Int2XRun-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling Int2X Int2X.swift
[6/10] Compiling Int2X UInt2X.swift
[7/10] Emitting module Int2X
[8/12] Compiling Int2XRun main.swift
[9/12] Emitting module Int2XRun
[9/12] Write Objects.LinkFileList
[10/12] Linking Int2XRun
[11/12] Applying Int2XRun
Build complete! (6.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Int2X",
  "name" : "Int2X",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Int2X",
      "targets" : [
        "Int2X"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Int2XRun",
      "targets" : [
        "Int2XRun"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Int2XTests",
      "module_type" : "SwiftTarget",
      "name" : "Int2XTests",
      "path" : "Tests/Int2XTests",
      "sources" : [
        "Int2XTests.swift",
        "UInt2XTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Int2X"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Int2XRun",
      "module_type" : "SwiftTarget",
      "name" : "Int2XRun",
      "path" : "Sources/Int2XRun",
      "product_memberships" : [
        "Int2XRun"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Int2X"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Int2X",
      "module_type" : "SwiftTarget",
      "name" : "Int2X",
      "path" : "Sources/Int2X",
      "product_memberships" : [
        "Int2X",
        "Int2XRun"
      ],
      "sources" : [
        "Int2X.swift",
        "UInt2X.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.