The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftVectors, reference 0.1.0 (96425b), with Swift 6.2 for macOS (SPM) on 29 Aug 2025 18:49:51 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ihar-shalouski/swift-vector-and-matrix.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ihar-shalouski/swift-vector-and-matrix
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 96425b7 base Matrix2 and Vector2 implementation
Cloned https://github.com/ihar-shalouski/swift-vector-and-matrix.git
Revision (git rev-parse @):
96425b79febe176e2b71da37676e7e81089461fb
SUCCESS checkout https://github.com/ihar-shalouski/swift-vector-and-matrix.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ihar-shalouski/swift-vector-and-matrix.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 SwiftVectors
[4/6] Compiling SwiftVectors Vector2.swift
[5/6] Compiling SwiftVectors Matrix2.swift
[6/6] Compiling SwiftVectors BinaryFloatingPoint+ExternalExtensions.swift
Build complete! (4.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftVectors",
  "name" : "SwiftVectors",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftVectors",
      "targets" : [
        "SwiftVectors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftVectorsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVectorsTests",
      "path" : "SwiftVectorsTests",
      "sources" : [
        "BinaryFloatingPointExtensionsTests.swift",
        "Matrix2Tests.swift",
        "TestsUtils.swift",
        "Vector2Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftVectors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftVectors",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVectors",
      "path" : "SwiftVectors",
      "product_memberships" : [
        "SwiftVectors"
      ],
      "sources" : [
        "BinaryFloatingPoint+ExternalExtensions.swift",
        "Matrix2.swift",
        "Vector2.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.