The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LNURLDecoder, reference main (b23811), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 00:00:53 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/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 b23811f changed readme
Cloned https://github.com/FlorianHubl/LNURLDecoder.git
Revision (git rev-parse @):
b23811fe968380e38bee059411bd0a6a6532fede
SUCCESS checkout https://github.com/FlorianHubl/LNURLDecoder.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FlorianHubl/LNURLDecoder.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/6] Compiling LNURLDecoder LNURLDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/LNURLDecoder/LNURLDecoder.swift:27: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
25 | }
26 |
27 | 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
28 | }
29 |
[4/6] Compiling LNURLDecoder Bech32.swift
[5/6] Emitting module LNURLDecoder
/Users/admin/builder/spi-builder-workspace/Sources/LNURLDecoder/LNURLDecoder.swift:27: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
25 | }
26 |
27 | 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
28 | }
29 |
[6/6] Compiling LNURLDecoder SegwitAddrCoder.swift
Build complete! (7.64s)
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.