The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DidUpdate, reference 0.12.1 (3fc88f), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 17:56:53 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/PimCoumans/DidUpdate.git
Reference: 0.12.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PimCoumans/DidUpdate
 * tag               0.12.1     -> FETCH_HEAD
HEAD is now at 3fc88f1 Move down Codable initializer
Cloned https://github.com/PimCoumans/DidUpdate.git
Revision (git rev-parse @):
3fc88f18ccfca134a0b60f4b85e2379b5d23f5af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/PimCoumans/DidUpdate.git at 0.12.1
========================================
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": "didupdate",
      "name": "DidUpdate",
      "url": "https://github.com/PimCoumans/DidUpdate.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DidUpdate",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PimCoumans/DidUpdate.git
[1/673] Fetching didupdate
Fetched https://github.com/PimCoumans/DidUpdate.git from cache (0.79s)
Creating working copy for https://github.com/PimCoumans/DidUpdate.git
Working copy of https://github.com/PimCoumans/DidUpdate.git resolved at 0.12.1 (3fc88f1)
warning: '.resolve-product-dependencies': dependency 'didupdate' 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/PimCoumans/DidUpdate.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/15] Compiling DidUpdate ObservableState.swift
[4/15] Compiling DidUpdate WeakValueProxy.swift
[5/15] Compiling DidUpdate WeakReadOnlyProxy.swift
[6/15] Compiling DidUpdate ValueProxy.swift
[7/16] Compiling DidUpdate ReadOnlyProxy.swift
[8/16] Compiling DidUpdate ObservedValue.swift
[9/16] Compiling DidUpdate ReadOnlyProxy+compound.swift
[10/16] Compiling DidUpdate ExternallyUpdating.swift
[11/16] Compiling DidUpdate ObservedState.swift
[12/16] Emitting module DidUpdate
[13/16] Compiling DidUpdate StateObserver.swift
[14/16] Compiling DidUpdate StateValueObserver.swift
[15/16] Compiling DidUpdate StoredValue.swift
[16/16] Compiling DidUpdate UpdateObservable.swift
Build complete! (4.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DidUpdate",
  "name" : "DidUpdate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DidUpdate",
      "targets" : [
        "DidUpdate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DidUpdateTests",
      "module_type" : "SwiftTarget",
      "name" : "DidUpdateTests",
      "path" : "Tests/DidUpdateTests",
      "sources" : [
        "ViewModelStateTests.swift"
      ],
      "target_dependencies" : [
        "DidUpdate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DidUpdate",
      "module_type" : "SwiftTarget",
      "name" : "DidUpdate",
      "path" : "Sources/DidUpdate",
      "product_memberships" : [
        "DidUpdate"
      ],
      "sources" : [
        "Observers/StateObserver.swift",
        "Observers/StateValueObserver.swift",
        "Property Wrappers/ExternallyUpdating.swift",
        "Property Wrappers/ObservedState.swift",
        "Property Wrappers/ObservedValue.swift",
        "Property Wrappers/ReadOnlyProxy+compound.swift",
        "Property Wrappers/ReadOnlyProxy.swift",
        "Property Wrappers/StoredValue.swift",
        "Property Wrappers/ValueProxy.swift",
        "Property Wrappers/WeakReadOnlyProxy.swift",
        "Property Wrappers/WeakValueProxy.swift",
        "Protocols/ObservableState.swift",
        "Protocols/UpdateObservable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.