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 UnicodeURL with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nysander/UnicodeURL.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "unicodeurl",
      "name": "UnicodeURL",
      "url": "https://github.com/nysander/UnicodeURL.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UnicodeURL",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nysander/UnicodeURL.git from cache
Fetched https://github.com/nysander/UnicodeURL.git (0.24s)
Creating working copy for https://github.com/nysander/UnicodeURL.git
Working copy of https://github.com/nysander/UnicodeURL.git resolved at main
warning: '.resolve-product-dependencies': dependency 'unicodeurl' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling IDNSDK util.c
[1/5] Compiling IDNSDK toxxx.c
[2/5] Compiling IDNSDK puny.c
[3/5] Compiling IDNSDK nameprep.c
[4/5] Compiling IDNSDK race.c
[6/10] Compiling UnicodeURL String+Unicode.swift
[7/10] Compiling UnicodeURL UnicodeURL.swift
[8/10] Emitting module UnicodeURL
[9/10] Compiling UnicodeURL ConvertError.swift
[10/10] Compiling UnicodeURL URL+Unicode.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UnicodeURL/URL+Unicode.swift:25:21: warning: function call causes an infinite recursion
        return self.urlWithUnicodeString(str: str)
                    ^
Build complete! (11.02s)
Build complete.
Done.