The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Wrap, reference 6.0.0 (3b731a), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 05:12:36 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/VergeGroup/swift-operator-wrap.git
Reference: 6.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/swift-operator-wrap
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at 3b731a1 Update Swift 6 (#6)
Cloned https://github.com/VergeGroup/swift-operator-wrap.git
Revision (git rev-parse @):
3b731a14d9ee74b80bd781bba8c4baac6510d51b
SUCCESS checkout https://github.com/VergeGroup/swift-operator-wrap.git at 6.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/VergeGroup/swift-operator-wrap.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 Wrap Wrap.swift
[4/4] Emitting module Wrap
Build complete! (0.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Wrap",
  "name" : "Wrap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wrap",
      "targets" : [
        "Wrap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WrapTests",
      "module_type" : "SwiftTarget",
      "name" : "WrapTests",
      "path" : "Tests/WrapTests",
      "sources" : [
        "File.swift"
      ],
      "target_dependencies" : [
        "Wrap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wrap",
      "module_type" : "SwiftTarget",
      "name" : "Wrap",
      "path" : "Sources/Wrap",
      "product_memberships" : [
        "Wrap"
      ],
      "sources" : [
        "Wrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.