The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AppStorage, reference 1.0.4 (dfc265), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 03:00:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xavierLowmiller/AppStorage.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xavierLowmiller/AppStorage
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at dfc2652 Disable Carthage
Cloned https://github.com/xavierLowmiller/AppStorage.git
Revision (git rev-parse @):
dfc26527f7c1ea1880b1913053bc5f380e63eaa1
SUCCESS checkout https://github.com/xavierLowmiller/AppStorage.git at 1.0.4
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "appstorage",
      "name": "AppStorage",
      "url": "https://github.com/xavierLowmiller/AppStorage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppStorage",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/xavierLowmiller/AppStorage.git
[1/282] Fetching appstorage
Fetched https://github.com/xavierLowmiller/AppStorage.git from cache (0.88s)
Creating working copy for https://github.com/xavierLowmiller/AppStorage.git
Working copy of https://github.com/xavierLowmiller/AppStorage.git resolved at 1.0.4 (dfc2652)
warning: '.resolve-product-dependencies': dependency 'appstorage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/xavierLowmiller/AppStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module AppStorage
[4/4] Compiling AppStorage AppStorage.swift
Build complete! (7.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AppStorage",
  "name" : "AppStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStorage",
      "targets" : [
        "AppStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStorageTests",
      "path" : "Tests/AppStorageTests",
      "sources" : [
        "AppStorageKVOTests.swift",
        "AppStorageTests.swift"
      ],
      "target_dependencies" : [
        "AppStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStorageCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStorageCompatibilityTests",
      "path" : "Tests/AppStorageCompatibilityTests",
      "sources" : [
        "AppStorageCompatibilityTests.swift"
      ],
      "target_dependencies" : [
        "AppStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStorage",
      "module_type" : "SwiftTarget",
      "name" : "AppStorage",
      "path" : "Sources/AppStorage",
      "product_memberships" : [
        "AppStorage"
      ],
      "sources" : [
        "AppStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.