The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of WebView, reference 0.3.1 (8abc88), with Swift 5.9 for macOS (SPM) on 31 Dec 2024 16:13:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehickinson/swiftui-webview.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehickinson/swiftui-webview
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 8abc88c Merge pull request #13 from Ericarman/bug/memeory-leak-fix
Cloned https://github.com/kylehickinson/swiftui-webview.git
Revision (git rev-parse @):
8abc88c7c5c98da391a60a401110ddf59a7b961a
SUCCESS checkout https://github.com/kylehickinson/swiftui-webview.git at 0.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/kylehickinson/swiftui-webview.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling WebView WebView.swift
[2/2] Emitting module WebView
Build complete! (9.97s)
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" : "WebView",
      "module_type" : "SwiftTarget",
      "name" : "WebView",
      "path" : "Sources/WebView",
      "product_memberships" : [
        "WebView"
      ],
      "sources" : [
        "WebView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.