The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArraySwift, reference main (277321), with Swift 6.0 for macOS (SPM) on 9 Apr 2026 20:57:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/ArraySwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisGVE/ArraySwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2773210 docs: update README, CHANGELOG, and DocC for audit changes
Cloned https://github.com/ChrisGVE/ArraySwift.git
Revision (git rev-parse @):
2773210c2505e2b10d0c5d875e45f58b89de8263
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChrisGVE/ArraySwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChrisGVE/ArraySwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/11] Compiling ArraySwift NDArrayManipulation.swift
[6/11] Compiling ArraySwift NDArrayMath.swift
[7/11] Compiling ArraySwift NDArrayReduction.swift
[8/11] Compiling ArraySwift NDArray.swift
[9/11] Emitting module ArraySwift
[10/11] Compiling ArraySwift NDArrayCreation.swift
[11/11] Compiling ArraySwift NDArrayArithmetic.swift
Build complete! (26.63s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ArraySwift",
  "name" : "ArraySwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ArraySwift",
      "targets" : [
        "ArraySwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArraySwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ArraySwiftTests",
      "path" : "Tests/ArraySwiftTests",
      "sources" : [
        "NDArrayTests.swift"
      ],
      "target_dependencies" : [
        "ArraySwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArraySwift",
      "module_type" : "SwiftTarget",
      "name" : "ArraySwift",
      "path" : "Sources/ArraySwift",
      "product_memberships" : [
        "ArraySwift"
      ],
      "sources" : [
        "NDArray.swift",
        "NDArrayArithmetic.swift",
        "NDArrayCreation.swift",
        "NDArrayManipulation.swift",
        "NDArrayMath.swift",
        "NDArrayReduction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.