The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of UserDefaultsKey, reference main (c52b82), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:23:14 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/danielctull/UserDefaultsKey.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/UserDefaultsKey
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c52b82f Correctly handle storing URLs in UserDefaults
Cloned https://github.com/danielctull/UserDefaultsKey.git
Revision (git rev-parse @):
c52b82fcf31bbe41f1210e983c94988792ffc9c5
SUCCESS checkout https://github.com/danielctull/UserDefaultsKey.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielctull/UserDefaultsKey.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/8] Compiling UserDefaultsKey UserDefaultsKey.swift
[4/8] Compiling UserDefaultsKey UserDefaults.swift
[5/8] Compiling UserDefaultsKey PropertyWrapper-Static.swift
[6/8] Compiling UserDefaultsKey KeyValueObservation.swift
[7/8] Emitting module UserDefaultsKey
[8/8] Compiling UserDefaultsKey PropertyWrapper-Dynamic.swift
Build complete! (7.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UserDefaultsKey",
  "name" : "UserDefaultsKey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UserDefaultsKey",
      "targets" : [
        "UserDefaultsKey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserDefaultsKeyTests",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsKeyTests",
      "path" : "Tests/UserDefaultsKeyTests",
      "sources" : [
        "KeyTests.swift",
        "PropertyWrapperTests.swift",
        "String+Random.swift",
        "Unwrap.swift"
      ],
      "target_dependencies" : [
        "UserDefaultsKey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserDefaultsKey",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsKey",
      "path" : "Sources/UserDefaultsKey",
      "product_memberships" : [
        "UserDefaultsKey"
      ],
      "sources" : [
        "KeyValueObservation.swift",
        "PropertyWrapper-Dynamic.swift",
        "PropertyWrapper-Static.swift",
        "UserDefaults.swift",
        "UserDefaultsKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.