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 wren-swift, reference 0.1.0 (8c5fab), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 13:12:00 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/helje5/wren-swift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/wren-swift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8c5fab5 Merge branch 'develop' into main
Cloned https://github.com/helje5/wren-swift.git
Revision (git rev-parse @):
8c5fab5bca54d28e920ac7bec79fe1a901b20758
SUCCESS checkout https://github.com/helje5/wren-swift.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/helje5/wren-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling CWren wren.c
[4/13] Compiling Wren ValueConvertible.swift
[5/13] Compiling Wren Handle.swift
[6/13] Compiling Wren Values.swift
[7/14] Compiling Wren Slots.swift
[8/14] Compiling Wren Configuration.swift
[9/14] Emitting module Wren
[10/14] Compiling Wren Callbacks.swift
[11/14] Compiling Wren Error.swift
[12/14] Compiling Wren Dynamic.swift
[13/14] Compiling Wren Foreign.swift
[14/14] Compiling Wren WrenVM.swift
Build complete! (4.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "wren-swift",
  "name" : "wren-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CWren",
      "targets" : [
        "CWren"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Wren",
      "targets" : [
        "Wren"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrenTests",
      "module_type" : "SwiftTarget",
      "name" : "WrenTests",
      "path" : "Tests/WrenTests",
      "sources" : [
        "DynamicWrenTests.swift",
        "WrenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Wren"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wren",
      "module_type" : "SwiftTarget",
      "name" : "Wren",
      "path" : "Sources/Wren",
      "product_memberships" : [
        "Wren"
      ],
      "sources" : [
        "Callbacks.swift",
        "Configuration.swift",
        "Dynamic.swift",
        "Error.swift",
        "Foreign.swift",
        "Handle.swift",
        "Slots.swift",
        "ValueConvertible.swift",
        "Values.swift",
        "WrenVM.swift"
      ],
      "target_dependencies" : [
        "CWren"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CWrenTests",
      "module_type" : "SwiftTarget",
      "name" : "CWrenTests",
      "path" : "Tests/CWrenTests",
      "sources" : [
        "CWrenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CWren"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CWren",
      "module_type" : "ClangTarget",
      "name" : "CWren",
      "path" : "Sources/CWren",
      "product_memberships" : [
        "CWren",
        "Wren"
      ],
      "sources" : [
        "wren.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.