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 SwiftyVector, reference 0.4.0-alpha (db9fdf), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 18:39:53 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/koher/swiftyvector.git
Reference: 0.4.0-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/koher/swiftyvector
 * tag               0.4.0-alpha -> FETCH_HEAD
HEAD is now at db9fdf8 Update README.md
Cloned https://github.com/koher/swiftyvector.git
Revision (git rev-parse @):
db9fdf8b2c66b34f6b10b11fe07ea64d90e70e27
SUCCESS checkout https://github.com/koher/swiftyvector.git at 0.4.0-alpha
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/koher/swiftyvector.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 SwiftyVector Vector.swift
[4/6] Compiling SwiftyVector Concrete.swift
[5/6] Emitting module SwiftyVector
[6/6] Compiling SwiftyVector CoreGraphics.swift
Build complete! (3.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyVector",
  "name" : "SwiftyVector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyVector",
      "targets" : [
        "SwiftyVector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyVectorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyVectorTests",
      "path" : "Tests/SwiftyVectorTests",
      "sources" : [
        "ConcreteTests.swift",
        "SwiftyVectorTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwiftyVector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyVector",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyVector",
      "path" : "Sources/SwiftyVector",
      "product_memberships" : [
        "SwiftyVector"
      ],
      "sources" : [
        "Concrete.swift",
        "CoreGraphics.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.