Build Information
Successful build of UnicodeURL, reference main (bdb139
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 17:11:49 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/nysander/UnicodeURL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nysander/UnicodeURL
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bdb1397 Merge pull request #6 from rizwankce/swift-package-index-badges
Cloned https://github.com/nysander/UnicodeURL.git
Revision (git rev-parse @):
bdb1397f1f8a8fdda9d214e89ce62664cd71e839
SUCCESS checkout https://github.com/nysander/UnicodeURL.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nysander/UnicodeURL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-1EA4D86E10B52AF.txt
[2/7] Compiling IDNSDK toxxx.c
[3/7] Compiling IDNSDK util.c
[4/7] Compiling IDNSDK puny.c
[5/7] Compiling IDNSDK nameprep.c
[6/7] Compiling IDNSDK race.c
[8/12] Compiling UnicodeURL UnicodeURL.swift
[9/12] Compiling UnicodeURL String+Unicode.swift
[10/12] Compiling UnicodeURL ConvertError.swift
[11/12] Emitting module UnicodeURL
[12/12] Compiling UnicodeURL URL+Unicode.swift
/Users/admin/builder/spi-builder-workspace/Sources/UnicodeURL/URL+Unicode.swift:25:21: warning: function call causes an infinite recursion
23 |
24 | static func urlWithUnicodeString(str: String) -> Self {
25 | return self.urlWithUnicodeString(str: str)
| `- warning: function call causes an infinite recursion
26 | }
27 |
Build complete! (3.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UnicodeURL",
"name" : "UnicodeURL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UnicodeURL",
"targets" : [
"UnicodeURL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IDNSDK",
"targets" : [
"IDNSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UnicodeURLTests",
"module_type" : "SwiftTarget",
"name" : "UnicodeURLTests",
"path" : "Tests/UnicodeURLTests",
"sources" : [
"UnicodeURLTests.swift"
],
"target_dependencies" : [
"UnicodeURL"
],
"type" : "test"
},
{
"c99name" : "UnicodeURL",
"module_type" : "SwiftTarget",
"name" : "UnicodeURL",
"path" : "Sources/UnicodeURL",
"product_memberships" : [
"UnicodeURL"
],
"sources" : [
"ConvertError.swift",
"String+Unicode.swift",
"URL+Unicode.swift",
"UnicodeURL.swift"
],
"target_dependencies" : [
"IDNSDK"
],
"type" : "library"
},
{
"c99name" : "IDNSDK",
"module_type" : "ClangTarget",
"name" : "IDNSDK",
"path" : "Sources/IDNSDK",
"product_memberships" : [
"UnicodeURL",
"IDNSDK"
],
"sources" : [
"nameprep.c",
"puny.c",
"race.c",
"toxxx.c",
"util.c"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.