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 TypedAppStorage, reference main (4fa2f6), with Swift 6.0 for macOS (SPM) on 14 Jun 2025 19:06:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/TypedAppStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/laosb/TypedAppStorage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4fa2f61 doc: Document TypedUserDefaults usage and update docs
Cloned https://github.com/laosb/TypedAppStorage.git
Revision (git rev-parse @):
4fa2f6153238b3a98acbb315e5a556ae924d9569
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/laosb/TypedAppStorage.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/laosb/TypedAppStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling TypedAppStorage TypedUserDefaults.swift
[4/5] Emitting module TypedAppStorage
[5/5] Compiling TypedAppStorage TypedAppStorage.swift
Build complete! (7.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedAppStorage",
  "name" : "TypedAppStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedAppStorage",
      "targets" : [
        "TypedAppStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypedAppStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedAppStorageTests",
      "path" : "Tests/TypedAppStorageTests",
      "sources" : [
        "TypedAppStorageTests.swift",
        "TypedUserDefaultsTests.swift"
      ],
      "target_dependencies" : [
        "TypedAppStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedAppStorage",
      "module_type" : "SwiftTarget",
      "name" : "TypedAppStorage",
      "path" : "Sources/TypedAppStorage",
      "product_memberships" : [
        "TypedAppStorage"
      ],
      "sources" : [
        "TypedAppStorage.swift",
        "TypedUserDefaults.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.