The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swiftui-property-inspector, reference main (a1a8f0), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 15:34:39 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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 a1a8f07 update ci
Cloned https://github.com/ipedro/swiftui-property-inspector.git
Revision (git rev-parse @):
a1a8f07f73179ff9743a5a76d9fce704f3146a03
SUCCESS checkout https://github.com/ipedro/swiftui-property-inspector.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipedro/swiftui-property-inspector.git
https://github.com/ipedro/swiftui-property-inspector.git
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.54.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "swiftui-property-inspector",
  "name" : "swiftui-property-inspector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "PropertyInspector",
      "targets" : [
        "PropertyInspector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyInspector-Examples",
      "targets" : [
        "PropertyInspector-Examples"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyInspector_Examples",
      "module_type" : "SwiftTarget",
      "name" : "PropertyInspector-Examples",
      "path" : "Examples",
      "product_memberships" : [
        "PropertyInspector-Examples"
      ],
      "sources" : [
        "Examples.swift"
      ],
      "target_dependencies" : [
        "PropertyInspector"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PropertyInspector",
      "module_type" : "SwiftTarget",
      "name" : "PropertyInspector",
      "path" : "Development",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "PropertyInspector",
        "PropertyInspector-Examples"
      ],
      "sources" : [
        "Environment/EnvironmentKeys.swift",
        "Environment/PreferenceKeys.swift",
        "Extensions/Animation+Constants.swift",
        "Extensions/View+ConditionalFeatures.swift",
        "Models/Context.Data.swift",
        "Models/Context.Filter.swift",
        "Models/HashableBox.swift",
        "Models/HashableDictionary.swift",
        "Models/Property.swift",
        "Models/PropertyID.swift",
        "Models/PropertyInspectorHighlightBehavior.swift",
        "Models/PropertyLocation.swift",
        "Models/PropertyType.swift",
        "Models/PropertyValue.swift",
        "Models/RowViewBuilder.swift",
        "Models/RowViewBuilderRegistry.swift",
        "PropertyInspector+View.swift",
        "PropertyInspector.swift",
        "Protocols/PropertyInspectorStyle.swift",
        "Styles/InlinePropertyInspector.swift",
        "Styles/ListPropertyInspector.swift",
        "Styles/SheetPropertyInspector.swift",
        "ToggleStyles/PropertyToggleStyle.swift",
        "ViewModifiers/Context.swift",
        "ViewModifiers/PreferenceWriter.swift",
        "ViewModifiers/PropertyHiglighter.swift",
        "ViewModifiers/PropertyWriter.swift",
        "Views/PropertyInspectorFilters.swift",
        "Views/PropertyInspectorHeader.swift",
        "Views/PropertyInspectorRow.swift",
        "Views/PropertyInspectorRows.swift",
        "Views/PropertyLocationView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/199] Fetching swiftlintplugins
[200/47266] Fetching swiftlintplugins, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (49.42s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (49.42s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (50.12s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.65s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[32750/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.74s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 macosSpm