The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Exhibition, reference main (82035f), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 17:45:04 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/mjarvis/Exhibition.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mjarvis/Exhibition
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 82035f9 Fix bug where changes are published during SwiftUI view init (#74)
Cloned https://github.com/mjarvis/Exhibition.git
Revision (git rev-parse @):
82035f9218442b5f7194e92508f12df2286e7de4
SUCCESS checkout https://github.com/mjarvis/Exhibition.git at main
========================================
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": "exhibition",
      "name": "Exhibition",
      "url": "https://github.com/mjarvis/Exhibition.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Exhibition",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mjarvis/Exhibition.git
[1/742] Fetching exhibition
Fetched https://github.com/mjarvis/Exhibition.git from cache (0.71s)
Creating working copy for https://github.com/mjarvis/Exhibition.git
Working copy of https://github.com/mjarvis/Exhibition.git resolved at main (82035f9)
warning: '.resolve-product-dependencies': dependency 'exhibition' 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/mjarvis/Exhibition.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/19] Compiling Exhibition AnyExhibit.swift
[4/19] Compiling Exhibition Context.swift
[5/19] Compiling Exhibition ExhibitListView.swift
[6/19] Compiling Exhibition ExhibitProvider.swift
[7/19] Compiling Exhibition IntParameterView.swift
[8/19] Compiling Exhibition StringParameterView.swift
[9/19] Compiling Exhibition ClosureParameterView.swift
[10/19] Compiling Exhibition DateParameterView.swift
[11/19] Compiling Exhibition DebugView.swift
[12/19] Compiling Exhibition Defaultable.swift
[13/19] Compiling Exhibition DictionaryKeySort.swift
[14/19] Emitting module Exhibition
[15/19] Compiling Exhibition ParameterView.swift
[16/19] Compiling Exhibition BoolParameterView.swift
[17/19] Compiling Exhibition DecimalFormattedParameterView.swift
[18/19] Compiling Exhibition EnumParameterView.swift
[19/19] Compiling Exhibition UnknownParameterView.swift
[20/20] Compiling Exhibition View+Modify.swift
Build complete! (9.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Exhibition",
  "name" : "Exhibition",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Exhibition",
      "targets" : [
        "Exhibition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExhibitionTests",
      "module_type" : "SwiftTarget",
      "name" : "ExhibitionTests",
      "path" : "Tests/ExhibitionTests",
      "sources" : [
        "ExhibitionTests.swift"
      ],
      "target_dependencies" : [
        "Exhibition"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Exhibition",
      "module_type" : "SwiftTarget",
      "name" : "Exhibition",
      "path" : "Sources/Exhibition",
      "product_memberships" : [
        "Exhibition"
      ],
      "sources" : [
        "AnyExhibit.swift",
        "Context.swift",
        "DebugView.swift",
        "Defaultable.swift",
        "ExhibitListView.swift",
        "ExhibitProvider.swift",
        "ParameterView.swift",
        "ParameterViews/BoolParameterView.swift",
        "ParameterViews/ClosureParameterView.swift",
        "ParameterViews/DateParameterView.swift",
        "ParameterViews/DecimalFormattedParameterView.swift",
        "ParameterViews/EnumParameterView.swift",
        "ParameterViews/IntParameterView.swift",
        "ParameterViews/StringParameterView.swift",
        "ParameterViews/UnknownParameterView.swift",
        "Utilities/DictionaryKeySort.swift",
        "Utilities/View+Modify.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.