The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenBox, reference 0.0.1 (aefde0), with Swift 6.0 for macOS (SPM) on 30 Aug 2025 07:29:21 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.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.0
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenRenderBox.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying RenderBox.framework
[2/4] Write swift-version-5BDAB9E9C0126B9D.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: 0:Build complete! (7.24s)
Fetching https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
[1/2226] Fetching darwinprivateframeworks
Fetched https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git from cache (1.02s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.16s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.44s)
Creating working copy for https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Working copy of https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git resolved at main (ee496e6)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/openswiftuiproject/openrenderbox/0.0.1
Repository:               OpenSwiftUIProject/OpenRenderBox
Swift version used:       6.0
Target:                   OpenBox
Extracting symbol information for 'OpenBox'...
Finished extracting symbol information for 'OpenBox'. (0.16s)
Building documentation for 'OpenBox'...
Finished building documentation for 'OpenBox' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/openswiftuiproject/openrenderbox/0.0.1
Updating https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git
Updated https://github.com/OpenSwiftUIProject/DarwinPrivateFrameworks.git (0.45s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-numerics
Updated https://github.com/apple/swift-numerics (0.43s)
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.41s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3488] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.60s)
Building for debugging...
Build of target: 'OpenBox' complete! (0.04s)
      54
2	/Users/admin/builder/spi-builder-workspace/.docs/openswiftuiproject/openrenderbox/0.0.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/openswiftuiproject/openrenderbox/0.0.1
File count: 54
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-openswiftuiproject-openrenderbox-0.0.1-ed666506.zip to s3://spi-docs-inbox/prod-openswiftuiproject-openrenderbox-0.0.1-ed666506.zip
Copying... [21%]
Copying... [42%]
Copying... [62%]
Copying... [83%]
Copying... [100%]
Done.