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 LNURLDecoder, reference main (bfdfd5), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 11:17:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlorianHubl/LNURLDecoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlorianHubl/LNURLDecoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bfdfd54 Initial Commit
Cloned https://github.com/FlorianHubl/LNURLDecoder.git
Revision (git rev-parse @):
bfdfd5434571f8910ffd7cdb9e46759dd33ecbbd
SUCCESS checkout https://github.com/FlorianHubl/LNURLDecoder.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FlorianHubl/LNURLDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/6] Compiling LNURLDecoder SegwitAddrCoder.swift
[4/6] Compiling LNURLDecoder Bech32.swift
[5/6] Emitting module LNURLDecoder
/Users/admin/builder/spi-builder-workspace/Sources/LNURLDecoder/LNURLDecoder.swift:16:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension String: Error {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | }
18 |
[6/6] Compiling LNURLDecoder LNURLDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/LNURLDecoder/LNURLDecoder.swift:16:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension String: Error {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | }
18 |
Build complete! (13.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LNURLDecoder",
  "name" : "LNURLDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LNURLDecoder",
      "targets" : [
        "LNURLDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNURLDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "LNURLDecoderTests",
      "path" : "Tests/LNURLDecoderTests",
      "sources" : [
        "LNURLDecoderTests.swift"
      ],
      "target_dependencies" : [
        "LNURLDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LNURLDecoder",
      "module_type" : "SwiftTarget",
      "name" : "LNURLDecoder",
      "path" : "Sources/LNURLDecoder",
      "product_memberships" : [
        "LNURLDecoder"
      ],
      "sources" : [
        "Bech32.swift",
        "LNURLDecoder.swift",
        "SegwitAddrCoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.