The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OSet, reference 0.7.0 (8cd4d8), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 04:51:39 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/sciv-img/oset.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sciv-img/oset
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 8cd4d8e workflow: nope, would have been too good
Cloned https://github.com/sciv-img/oset.git
Revision (git rev-parse @):
8cd4d8e9a5d197f78fb52e2c6970b8e86584e360
SUCCESS checkout https://github.com/sciv-img/oset.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sciv-img/oset.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/4] Compiling OSet OSet.swift
[4/4] Emitting module OSet
Build complete! (0.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OSet",
  "name" : "OSet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSet",
      "targets" : [
        "OSet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSetTests",
      "module_type" : "SwiftTarget",
      "name" : "OSetTests",
      "path" : "Tests/OSetTests",
      "sources" : [
        "OSetTests.swift"
      ],
      "target_dependencies" : [
        "OSet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSet",
      "module_type" : "SwiftTarget",
      "name" : "OSet",
      "path" : "Sources",
      "product_memberships" : [
        "OSet"
      ],
      "sources" : [
        "OSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.