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

Failed to build swiftui-property-inspector, reference main (65a046), with Swift 5.10 for macOS (SPM) on 8 Nov 2025 15:42:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-property-inspector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/swiftui-property-inspector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65a0469 update workflows
Cloned https://github.com/ipedro/swiftui-property-inspector.git
Revision (git rev-parse @):
65a046999a5ce14a5d02b38b8e0a01491308f0d6
SUCCESS checkout https://github.com/ipedro/swiftui-property-inspector.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ipedro/swiftui-property-inspector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
[3/6] Write sources
[5/6] Write swift-version-33747A42983211AE.txt
[7/38] Emitting module PropertyInspector
[8/41] Compiling PropertyInspector HighlightAnimationTester.swift
[9/41] Compiling PropertyInspector EnvironmentKeys.swift
[10/41] Compiling PropertyInspector PreferenceKeys.swift
[11/41] Compiling PropertyInspector Animation+Constants.swift
[12/41] Compiling PropertyInspector PropertyInspectorRow.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:7:13: error: main actor-isolated property 'id' can not be referenced from a non-isolated context
        lhs.id == rhs.id
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:10:9: note: property declared here
    var id: Int
        ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:7:23: error: main actor-isolated property 'id' can not be referenced from a non-isolated context
        lhs.id == rhs.id
                      ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:10:9: note: property declared here
    var id: Int
        ^
[13/41] Compiling PropertyInspector PropertyInspectorRows.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:7:13: error: main actor-isolated property 'id' can not be referenced from a non-isolated context
        lhs.id == rhs.id
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:10:9: note: property declared here
    var id: Int
        ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:7:23: error: main actor-isolated property 'id' can not be referenced from a non-isolated context
        lhs.id == rhs.id
                      ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:10:9: note: property declared here
    var id: Int
        ^
[14/41] Compiling PropertyInspector PropertyLocationView.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:7:13: error: main actor-isolated property 'id' can not be referenced from a non-isolated context
        lhs.id == rhs.id
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:10:9: note: property declared here
    var id: Int
        ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:7:23: error: main actor-isolated property 'id' can not be referenced from a non-isolated context
        lhs.id == rhs.id
                      ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:10:9: note: property declared here
    var id: Int
        ^
[15/41] Compiling PropertyInspector ListPropertyInspector.swift
[16/41] Compiling PropertyInspector SheetPropertyInspector.swift
[17/41] Compiling PropertyInspector PropertyToggleStyle.swift
[18/41] Compiling PropertyInspector RowViewBuilder.swift
[19/41] Compiling PropertyInspector RowViewBuilderRegistry.swift
[20/41] Compiling PropertyInspector PropertyInspector+View.swift
[21/41] Compiling PropertyInspector PropertyWriter.swift
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:54:49: error: call to main actor-isolated instance method 'property(for:token:value:isHighlighted:)' in a synchronous nonisolated context
            let property = PropertyCache.shared.property(
                                                ^
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:37:10: note: calls to instance method 'property(for:token:value:isHighlighted:)' from outside of its actor context are implicitly asynchronous
    func property(
         ^
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:54:42: warning: main actor-isolated static property 'shared' can not be referenced from a non-isolated context; this is an error in Swift 6
            let property = PropertyCache.shared.property(
                                         ^
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:19:16: note: static property declared here
    static let shared = PropertyCache()
               ^
[22/41] Compiling PropertyInspector PropertyInspectorFilters.swift
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:54:49: error: call to main actor-isolated instance method 'property(for:token:value:isHighlighted:)' in a synchronous nonisolated context
            let property = PropertyCache.shared.property(
                                                ^
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:37:10: note: calls to instance method 'property(for:token:value:isHighlighted:)' from outside of its actor context are implicitly asynchronous
    func property(
         ^
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:54:42: warning: main actor-isolated static property 'shared' can not be referenced from a non-isolated context; this is an error in Swift 6
            let property = PropertyCache.shared.property(
                                         ^
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:19:16: note: static property declared here
    static let shared = PropertyCache()
               ^
[23/41] Compiling PropertyInspector PropertyInspectorHeader.swift
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:54:49: error: call to main actor-isolated instance method 'property(for:token:value:isHighlighted:)' in a synchronous nonisolated context
            let property = PropertyCache.shared.property(
                                                ^
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:37:10: note: calls to instance method 'property(for:token:value:isHighlighted:)' from outside of its actor context are implicitly asynchronous
    func property(
         ^
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:54:42: warning: main actor-isolated static property 'shared' can not be referenced from a non-isolated context; this is an error in Swift 6
            let property = PropertyCache.shared.property(
                                         ^
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:19:16: note: static property declared here
    static let shared = PropertyCache()
               ^
[24/41] Compiling PropertyInspector PropertyInspectorHighlightBehavior.swift
[25/41] Compiling PropertyInspector PropertyLocation.swift
[26/41] Compiling PropertyInspector PropertyType.swift
[27/41] Compiling PropertyInspector PropertyValue.swift
[28/41] Compiling PropertyInspector View+ConditionalFeatures.swift
[29/41] Compiling PropertyInspector Context.Data.swift
[30/41] Compiling PropertyInspector Context.Filter.swift
[31/41] Compiling PropertyInspector HashableBox.swift
[32/41] Compiling PropertyInspector PropertyInspector.swift
[33/41] Compiling PropertyInspector PropertyInspectorStyle.swift
[34/41] Compiling PropertyInspector InlinePropertyInspector.swift
[35/41] Compiling PropertyInspector Context.swift
[36/41] Compiling PropertyInspector PreferenceWriter.swift
[37/41] Compiling PropertyInspector PropertyHiglighter.swift
[38/41] Compiling PropertyInspector HashableDictionary.swift
[39/41] Compiling PropertyInspector Property.swift
[40/41] Compiling PropertyInspector PropertyCache.swift
[41/41] Compiling PropertyInspector PropertyID.swift
error: fatalError
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/nicklockwood/SwiftFormat
[6/253] Fetching swiftlintplugins
[254/52698] Fetching swiftlintplugins, swiftformat
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (21.95s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (21.95s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.62.2 (0.37s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.5 (0.46s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.62.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.5
[16375/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.55s)
BUILD FAILURE 5.10 macosSpm