The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WebUI, reference 4.4.0 (a7bdad), with Swift 6.3 for macOS (SPM) on 29 Apr 2026 01:15:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cybozu/WebUI.git
Reference: 4.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cybozu/WebUI
 * tag               4.4.0      -> FETCH_HEAD
HEAD is now at a7bdade Merge pull request #98 from cybozu/modify-workflow-and-test
Cloned https://github.com/cybozu/WebUI.git
Revision (git rev-parse @):
a7bdade767f8474d80b034bf0d758f6d8559e4ce
SUCCESS checkout https://github.com/cybozu/WebUI.git at 4.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "webui",
      "name": "WebUI",
      "url": "https://github.com/cybozu/WebUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebUI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cybozu/WebUI.git
[1/1446] Fetching webui
Fetched https://github.com/cybozu/WebUI.git from cache (1.14s)
Creating working copy for https://github.com/cybozu/WebUI.git
Working copy of https://github.com/cybozu/WebUI.git resolved at 4.4.0 (a7bdade)
warning: '.resolve-product-dependencies': dependency 'webui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cybozu/WebUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling WebUI WorkaroundForPlatformDifferences.swift
[4/12] Compiling WebUI WebView+Extension.swift
[5/12] Compiling WebUI WebView.swift
[6/12] Compiling WebUI SetUpWebViewProxyAction.swift
[7/12] Compiling WebUI Publisher+Extension.swift
[8/12] Compiling WebUI EnhancedWKWebView.swift
[9/12] Compiling WebUI WebViewReader.swift
[10/12] Compiling WebUI Remakeable.swift
[11/12] Compiling WebUI WebViewProxy.swift
[12/12] Emitting module WebUI
Build complete! (9.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WebUI",
  "name" : "WebUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.4"
    },
    {
      "name" : "macos",
      "version" : "13.3"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "WebUI",
      "targets" : [
        "WebUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebUITests",
      "module_type" : "SwiftTarget",
      "name" : "WebUITests",
      "path" : "Tests/WebUITests",
      "sources" : [
        "Mocks.swift",
        "WebViewProxyTests.swift",
        "WebViewReaderTests.swift",
        "WebViewTests.swift"
      ],
      "target_dependencies" : [
        "WebUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebUI",
      "module_type" : "SwiftTarget",
      "name" : "WebUI",
      "path" : "Sources/WebUI",
      "product_memberships" : [
        "WebUI"
      ],
      "sources" : [
        "EnhancedWKWebView.swift",
        "Publisher+Extension.swift",
        "Remakeable.swift",
        "SetUpWebViewProxyAction.swift",
        "WebView+Extension.swift",
        "WebView.swift",
        "WebViewProxy.swift",
        "WebViewReader.swift",
        "WorkaroundForPlatformDifferences.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.