The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenBox, reference 0.0.1 (aefde0), with Swift 6.2 for macOS (SPM) on 30 Aug 2025 07:29:17 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OpenSwiftUIProject/OpenRenderBox
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at aefde05 Fix NSUUID issue on Linux platform
Cloned https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Revision (git rev-parse @):
aefde05980b466cd140066d33ea64d9ba16474ef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenRenderBox.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying RenderBox.framework
[2/4] Write swift-version-1EA4D86E10B52AF.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenBox/OBUUID.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OpenBox/OBUUID.h:8:
/Users/admin/builder/spi-builder-workspace/Sources/OpenBox/OBBase.h:63:5: warning: 'TARGET_OS_DARWIN' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
   63 | #if TARGET_OS_DARWIN && __OBJC__
      |     ^
1 warning generated.
[3/6] Compiling OpenBox OBUUID.mm
[5/6] Compiling OpenBoxShims BoxShims.swift
[6/6] Emitting module OpenBoxShims
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "Headers/RenderBox-umbrella.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RenderBox.framework/Headers/RenderBox-umbrella.h:8:1: warning: umbrella header for module 'RenderBox' does not include header 'RBPathStorage.h'
6 | RB_EXPORT double RenderBoxVersionNumber;
7 | RB_EXPORT const unsigned char RenderBoxVersionString[];
8 |
  | `- warning: umbrella header for module 'RenderBox' does not include header 'RBPathStorage.h'
Build complete! (6.93s)
Fetching https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
[1/2226] Fetching darwinprivateframeworks
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (1.10s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.11s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (1.53s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at main (ee496e6)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "darwinprivateframeworks",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git"
    }
  ],
  "manifest_display_name" : "OpenBox",
  "name" : "OpenBox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenBox",
      "targets" : [
        "OpenBox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenBoxShims",
      "targets" : [
        "OpenBoxShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenBoxTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxTests",
      "path" : "Tests/OpenBoxTests",
      "sources" : [
        "DummyTests.swift"
      ],
      "target_dependencies" : [
        "OpenBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBoxShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxShims",
      "path" : "Sources/OpenBoxShims",
      "product_dependencies" : [
        "RenderBox"
      ],
      "product_memberships" : [
        "OpenBoxShims"
      ],
      "sources" : [
        "BoxShims.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenBoxCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenBoxCompatibilityTests",
      "path" : "Tests/OpenBoxCompatibilityTests",
      "product_dependencies" : [
        "RealModule"
      ],
      "sources" : [
        "BoxShims.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "OpenBox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenBox",
      "module_type" : "ClangTarget",
      "name" : "OpenBox",
      "path" : "Sources/OpenBox",
      "product_memberships" : [
        "OpenBox"
      ],
      "sources" : [
        "OBUUID.mm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.