This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 WebBrowser with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oliveroneill/WebBrowser.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oliveroneill/WebBrowser
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 98cf3dc Update README with version instructions
Cloned https://github.com/oliveroneill/WebBrowser.git
Revision (git rev-parse @):
98cf3dc1aab9be2023af9f5575e91af07f4063ea
SUCCESS checkout https://github.com/oliveroneill/WebBrowser.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/oliveroneill/WebBrowser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Emitting module ShellOut
[5/5] Compiling ShellOut ShellOut.swift
[6/7] Compiling WebBrowser WebBrowser.swift
[7/7] Emitting module WebBrowser
Build complete! (19.13s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/956] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.98s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.1.0 (0.67s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "WebBrowser",
  "name" : "WebBrowser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WebBrowser",
      "targets" : [
        "WebBrowser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebBrowserTests",
      "module_type" : "SwiftTarget",
      "name" : "WebBrowserTests",
      "path" : "Tests/WebBrowserTests",
      "sources" : [
        "WebBrowserTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WebBrowser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebBrowser",
      "module_type" : "SwiftTarget",
      "name" : "WebBrowser",
      "path" : "Sources/WebBrowser",
      "product_dependencies" : [
        "ShellOut"
      ],
      "product_memberships" : [
        "WebBrowser"
      ],
      "sources" : [
        "WebBrowser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.