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 WebUI, reference main (9df92e), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 05:41:23 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/cybozu/WebUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cybozu/WebUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9df92e9 Merge pull request #76 from cybozu/rename-OSView-to-PlatformView
Cloned https://github.com/cybozu/WebUI.git
Revision (git rev-parse @):
9df92e94905a302dd90a3a97f262ec3ca98dcd26
SUCCESS checkout https://github.com/cybozu/WebUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cybozu/WebUI.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/12] Compiling WebUI RefreshControl.swift
[4/12] Compiling WebUI WebView+Extension.swift
[5/12] Compiling WebUI Remakeable.swift
[6/12] Compiling WebUI WebViewReader.swift
[7/12] Emitting module WebUI
[8/12] Compiling WebUI EnhancedWKWebView.swift
[9/12] Compiling WebUI SetUpWebViewProxyAction.swift
[10/12] Compiling WebUI Publisher+Extension.swift
[11/12] Compiling WebUI WebView.swift
[12/12] Compiling WebUI WebViewProxy.swift
Build complete! (8.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WebUI",
  "name" : "WebUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.3"
    },
    {
      "name" : "ios",
      "version" : "16.4"
    },
    {
      "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",
        "RefreshControl.swift",
        "Remakeable.swift",
        "SetUpWebViewProxyAction.swift",
        "WebView+Extension.swift",
        "WebView.swift",
        "WebViewProxy.swift",
        "WebViewReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.