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 SwiftUIWebKit, reference 0.0.11 (165774), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:25:08 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/edonv/SwiftUIWebKit.git
Reference: 0.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/SwiftUIWebKit
 * tag               0.0.11     -> FETCH_HEAD
HEAD is now at 165774a Added empty privacy manifest
Cloned https://github.com/edonv/SwiftUIWebKit.git
Revision (git rev-parse @):
165774abbf761aff79781d992968017c13fda05b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/SwiftUIWebKit.git at 0.0.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edonv/SwiftUIWebKit.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/10] Compiling SwiftUIWebKit WebView.swift
[4/10] Compiling SwiftUIWebKit WebView+Representable.swift
[5/10] Compiling SwiftUIWebKit WebViewTest.swift
[6/10] Compiling SwiftUIWebKit WebViewReloadButton.swift
[7/10] Compiling SwiftUIWebKit LoadRequest.swift
[8/10] Compiling SwiftUIWebKit WebViewLoadingProgressViewStyle.swift
[9/10] Emitting module SwiftUIWebKit
[10/10] Compiling SwiftUIWebKit WebView+Delegate.swift
Build complete! (8.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIWebKit",
  "name" : "SwiftUIWebKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIWebKit",
      "targets" : [
        "SwiftUIWebKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIWebKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIWebKitTests",
      "path" : "Tests/SwiftUIWebKitTests",
      "sources" : [
        "SwiftUIWebKitTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIWebKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIWebKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIWebKit",
      "path" : "Sources/SwiftUIWebKit",
      "product_memberships" : [
        "SwiftUIWebKit"
      ],
      "sources" : [
        "Helper Types/LoadRequest.swift",
        "Helper Types/WebViewLoadingProgressViewStyle.swift",
        "WebView+Delegate.swift",
        "WebView+Representable.swift",
        "WebView.swift",
        "WebViewReloadButton.swift",
        "WebViewTest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.