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, reference 1.0.0 (fd56bd), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 07:52:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oliveroneill/WebBrowser.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oliveroneill/WebBrowser
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at fd56bdc Change wording of test documentation
Cloned https://github.com/oliveroneill/WebBrowser.git
Revision (git rev-parse @):
fd56bdcfd0f50396772ce96aca43ed76db02813f
SUCCESS checkout https://github.com/oliveroneill/WebBrowser.git at 1.0.0
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.86s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.1.0 (0.64s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "webbrowser",
      "name": "WebBrowser",
      "url": "https://github.com/oliveroneill/WebBrowser.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebBrowser",
      "dependencies": [
        {
          "identity": "shellout",
          "name": "ShellOut",
          "url": "https://github.com/JohnSundell/ShellOut.git",
          "version": "2.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/oliveroneill/WebBrowser.git
[1/58] Fetching webbrowser
Fetched https://github.com/oliveroneill/WebBrowser.git from cache (0.58s)
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.47s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (2.57s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/oliveroneill/WebBrowser.git
Working copy of https://github.com/oliveroneill/WebBrowser.git resolved at 1.0.0 (fd56bdc)
warning: '.resolve-product-dependencies': dependency 'webbrowser' is not used by any target
Found 1 product dependencies
  - ShellOut
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/oliveroneill/WebBrowser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[4/5] Compiling ShellOut ShellOut.swift
[5/5] Emitting module ShellOut
[6/7] Compiling WebBrowser WebBrowser.swift
[7/7] Emitting module WebBrowser
Build complete! (6.80s)
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.