The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LNURLDecoder, reference main (b23811), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 16:51:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "lnurldecoder",
      "name": "LNURLDecoder",
      "url": "https://github.com/FlorianHubl/LNURLDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LNURLDecoder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FlorianHubl/LNURLDecoder.git
[1/32] Fetching lnurldecoder
Fetched https://github.com/FlorianHubl/LNURLDecoder.git from cache (0.58s)
Creating working copy for https://github.com/FlorianHubl/LNURLDecoder.git
Working copy of https://github.com/FlorianHubl/LNURLDecoder.git resolved at main (b23811f)
warning: '.resolve-product-dependencies': dependency 'lnurldecoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FlorianHubl/LNURLDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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: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 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 |
Build complete! (8.40s)
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.