Build Information
Successful build of LNURLDecoder, reference main (bfdfd5
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 10:53:47 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/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
========================================
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": "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",
"dependencies": [
]
}
]
}
Fetching https://github.com/FlorianHubl/LNURLDecoder.git
[1/18] 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 (bfdfd54)
warning: '.resolve-product-dependencies': dependency 'lnurldecoder' is not used by any target
Found 0 product dependencies
========================================
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.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling LNURLDecoder SegwitAddrCoder.swift
[4/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 |
[5/6] Compiling LNURLDecoder Bech32.swift
[6/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 |
Build complete! (12.20s)
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.