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 WebView, reference 0.1.1 (f41d4b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 01:53:55 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/phatblat/WebView.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/phatblat/WebView
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at f41d4b7 🐛 Fix compile error on iOS
Cloned https://github.com/phatblat/WebView.git
Revision (git rev-parse @):
f41d4b73c19bdb4b0227fd43b2d464d6c2e8d64e
SUCCESS checkout https://github.com/phatblat/WebView.git at 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/phatblat/WebView.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/7] Compiling WebView UIViewContainerView.swift
[4/7] Emitting module WebView
[5/7] Compiling WebView WebView.swift
[6/7] Compiling WebView NSViewContainerView.swift
[7/7] Compiling WebView WebViewStore.swift
Build complete! (7.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WebView",
  "name" : "WebView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "WebView",
      "targets" : [
        "WebView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebViewTests",
      "module_type" : "SwiftTarget",
      "name" : "WebViewTests",
      "path" : "Tests/WebViewTests",
      "sources" : [
        "WebViewTests.swift"
      ],
      "target_dependencies" : [
        "WebView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebView",
      "module_type" : "SwiftTarget",
      "name" : "WebView",
      "path" : "Sources/WebView",
      "product_memberships" : [
        "WebView"
      ],
      "sources" : [
        "NSViewContainerView.swift",
        "UIViewContainerView.swift",
        "WebView.swift",
        "WebViewStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.