The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Nodes, reference 0.0.46 (ab37a4), with Swift 6.1 for macOS (SPM) on 18 Apr 2026 17:26:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/Tinder/Nodes.git
Reference: 0.0.46
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tinder/Nodes
 * tag               0.0.46     -> FETCH_HEAD
HEAD is now at ab37a4a [CPP-4503] Add async builder and plugin; update tests; update stencils (#923)
Cloned https://github.com/Tinder/Nodes.git
Revision (git rev-parse @):
ab37a4a1a459700823ee58559aceea59301ec3b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Tinder/Nodes.git at 0.0.46
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Tinder/Nodes.git
https://github.com/Tinder/Nodes.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.7.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "codextended",
      "requirement" : {
        "exact" : [
          "0.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Codextended.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "exact" : [
          "5.4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "exact" : [
          "0.15.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stencilproject/Stencil.git"
    },
    {
      "identity" : "needle",
      "requirement" : {
        "exact" : [
          "0.25.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uber/needle.git"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "exact" : [
          "0.59.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "14.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.18.9"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "Nodes",
  "name" : "Nodes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "nodes-code-gen",
      "targets" : [
        "NodesCodeGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "nodes-xcode-templates-gen",
      "targets" : [
        "NodesXcodeTemplatesGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Nodes",
      "targets" : [
        "Nodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NodesGenerator",
      "targets" : [
        "NodesGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NodesTesting",
      "targets" : [
        "NodesTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NodesXcodeTemplatesGenerator",
      "module_type" : "SwiftTarget",
      "name" : "NodesXcodeTemplatesGenerator",
      "path" : "Sources/Executables/NodesXcodeTemplatesGenerator",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "nodes-xcode-templates-gen"
      ],
      "sources" : [
        "NodesXcodeTemplatesGeneratorCommand.swift"
      ],
      "target_dependencies" : [
        "NodesGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NodesTests",
      "module_type" : "SwiftTarget",
      "name" : "NodesTests",
      "path" : "Tests/NodesTests",
      "product_dependencies" : [
        "Nimble",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "CoreTests/AbstractBuilderTests.swift",
        "CoreTests/AbstractContextTests.swift",
        "CoreTests/AbstractFlowTests.swift",
        "CoreTests/AbstractWorkerTests.swift",
        "CoreTests/ConfigTests/PluginListTests.swift",
        "CoreTests/ConfigTests/PluginTests.swift",
        "ExtensionsTests/SetTests.swift",
        "InternalTests/FlowControllerTests.swift",
        "InternalTests/WorkerControllerTests.swift",
        "ReactiveTests/MutableStateTests.swift",
        "ReactiveTests/StateObserverTests.swift",
        "ReactiveTests/TransformTests.swift",
        "StateManagementTests/ObservableStoreTests.swift",
        "StateManagementTests/StoreTests.swift",
        "Support/NimbleMatchers.swift",
        "Support/NodesMocks.swift",
        "Support/TestCaseHelpers.swift",
        "UIKitTests/ClassesTests/NavigationControllerTests.swift",
        "UIKitTests/ExtensionsTests/UINavigationController+NavigationControllableTests.swift",
        "UIKitTests/ExtensionsTests/UITabBarController+TabBarControllableTests.swift",
        "UIKitTests/ExtensionsTests/UIViewController+ContainmentTests.swift",
        "UIKitTests/ExtensionsTests/UIViewController+ViewControllableTests.swift",
        "UIKitTests/ExtensionsTests/UIWindow+WindowViewControllableTests.swift",
        "UIKitTests/InterfaceTests/ModalStyleTests.swift"
      ],
      "target_dependencies" : [
        "Nodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NodesTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "NodesTestingTests",
      "path" : "Tests/NodesTestingTests",
      "product_dependencies" : [
        "Nimble",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "XCTestCaseTests.swift"
      ],
      "target_dependencies" : [
        "NodesTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NodesTesting",
      "module_type" : "SwiftTarget",
      "name" : "NodesTesting",
      "path" : "Sources/NodesTesting",
      "product_dependencies" : [
        "NeedleFoundation",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "NodesTesting"
      ],
      "sources" : [
        "DependencyProviderRegistration/DependencyProviderRegistrationBuilder.swift",
        "DependencyProviderRegistration/DependencyProviderRegistry.swift",
        "DependencyProviderRegistration/XCTestCase.swift",
        "Mocks/ObservableStateStoreMock.swift",
        "Mocks/ObservableViewStateStoreMock.swift",
        "Mocks/StateStoreMock.swift",
        "Mocks/ViewStateStoreMock.swift",
        "Utility/PathComponent.swift"
      ],
      "target_dependencies" : [
        "Nodes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodesGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "NodesGeneratorTests",
      "path" : "Tests/NodesGeneratorTests",
      "product_dependencies" : [
        "Nimble",
        "SnapshotTesting",
        "InlineSnapshotTesting",
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "ConfigTests.swift",
        "FileSystemTests.swift",
        "PresetGeneratorTests.swift",
        "StencilContextsTests.swift",
        "StencilRendererTests.swift",
        "StencilTemplateTests.swift",
        "Support/Array.swift",
        "Support/FileSystemMock.swift",
        "Support/Set.swift",
        "Support/String.swift",
        "Support/TestFactories.swift",
        "UIFramework-FrameworkTests.swift",
        "UIFramework-KindTests.swift",
        "UIFrameworkTests.swift",
        "XcodeTemplateConstantsTests.swift",
        "XcodeTemplateGeneratorTests.swift",
        "XcodeTemplatePermutationTests.swift",
        "XcodeTemplatePropertyListTests.swift",
        "XcodeTemplateTests.swift"
      ],
      "target_dependencies" : [
        "NodesGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NodesGenerator",
      "module_type" : "SwiftTarget",
      "name" : "NodesGenerator",
      "path" : "Sources/NodesGenerator",
      "product_dependencies" : [
        "Codextended",
        "Yams",
        "Stencil",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "nodes-code-gen",
        "nodes-xcode-templates-gen",
        "NodesGenerator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Icons/Tinder.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Icons/Tinder@2x.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Analytics.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/AnalyticsTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Builder-SwiftUI.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Builder.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/BuilderTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Context.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ContextTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Flow.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/FlowTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Interface-SwiftUI.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Interface.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Plugin.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/PluginInterface.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/PluginList.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/PluginListInterface.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/PluginListTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/PluginTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/State.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ViewController-SwiftUI.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ViewController.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ViewControllerTests-SwiftUI.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ViewControllerTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ViewState.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/ViewStateFactoryTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/Worker.stencil",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/NodesGenerator/Resources/Stencils/WorkerTests.stencil",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Config.swift",
        "FileSystem.swift",
        "Preset.swift",
        "PresetGenerator.swift",
        "Resources.swift",
        "StencilContext.swift",
        "StencilContexts/NodeStencilContext.swift",
        "StencilContexts/NodeViewInjectedStencilContext.swift",
        "StencilContexts/PluginListStencilContext.swift",
        "StencilContexts/PluginStencilContext.swift",
        "StencilContexts/WorkerStencilContext.swift",
        "StencilRenderer.swift",
        "StencilTemplate.swift",
        "UIFramework.swift",
        "Variable.swift",
        "XcodeTemplate.swift",
        "XcodeTemplateConstants.swift",
        "XcodeTemplateGenerator.swift",
        "XcodeTemplatePermutation.swift",
        "XcodeTemplatePermutations/NodeViewInjectedXcodeTemplatePermutation.swift",
        "XcodeTemplatePermutations/NodeXcodeTemplatePermutation.swift",
        "XcodeTemplatePermutations/PluginListXcodeTemplatePermutation.swift",
        "XcodeTemplatePermutations/PluginXcodeTemplatePermutation.swift",
        "XcodeTemplatePermutations/WorkerXcodeTemplatePermutation.swift",
        "XcodeTemplatePropertyList.swift",
        "XcodeTemplates.swift",
        "XcodeTemplates/NodeViewInjectedXcodeTemplate.swift",
        "XcodeTemplates/NodeXcodeTemplate.swift",
        "XcodeTemplates/PluginListXcodeTemplate.swift",
        "XcodeTemplates/PluginXcodeTemplate.swift",
        "XcodeTemplates/WorkerXcodeTemplate.swift",
        "YAMLDecoder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NodesCodeGenerator",
      "module_type" : "SwiftTarget",
      "name" : "NodesCodeGenerator",
      "path" : "Sources/Executables/NodesCodeGenerator",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "nodes-code-gen"
      ],
      "sources" : [
        "NodesCodeGeneratorCommand.swift"
      ],
      "target_dependencies" : [
        "NodesGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Nodes",
      "module_type" : "SwiftTarget",
      "name" : "Nodes",
      "path" : "Sources/Nodes",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "Nodes",
        "NodesTesting"
      ],
      "sources" : [
        "Core/AbstractBuilder.swift",
        "Core/AbstractContext.swift",
        "Core/AbstractFlow.swift",
        "Core/AbstractWorker.swift",
        "Core/Config/Plugin.swift",
        "Core/Config/PluginList.swift",
        "Core/Protocols/Context.swift",
        "Core/Protocols/Flow.swift",
        "Core/Protocols/Worker.swift",
        "Debugging/DebugInformation.swift",
        "Debugging/Node.swift",
        "Extensions/Set.swift",
        "Internal/FlowController.swift",
        "Internal/WorkerController.swift",
        "Reactive/Cancellable.swift",
        "Reactive/MutableState.swift",
        "Reactive/StateObserver.swift",
        "Reactive/Transform.swift",
        "StateManagement/ObservableStore.swift",
        "StateManagement/Store.swift",
        "UIKit/Classes/NavigationController.swift",
        "UIKit/Extensions/UINavigationController+NavigationControllable.swift",
        "UIKit/Extensions/UITabBarController+TabBarControllable.swift",
        "UIKit/Extensions/UIViewController+Containment.swift",
        "UIKit/Extensions/UIViewController+ViewControllable.swift",
        "UIKit/Extensions/UIWindow+WindowViewControllable.swift",
        "UIKit/Extensions/UIWindowScene+WindowSceneViewControllable.swift",
        "UIKit/Interface/ModalStyle.swift",
        "UIKit/Protocols/NavigationControllable-UIKit.swift",
        "UIKit/Protocols/TabBarControllable-UIKit.swift",
        "UIKit/Protocols/ViewControllable-UIKit.swift",
        "UIKit/Protocols/WindowSceneViewControllable-UIKit.swift",
        "UIKit/Protocols/WindowViewControllable-UIKit.swift",
        "Utility/LeakDetector.swift",
        "ViewControllable/Protocols/ViewControllableFlow.swift",
        "ViewControllable/ViewControllable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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/stencilproject/Stencil.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/uber/needle.git
Fetching https://github.com/JohnSundell/Codextended.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
[1/326] Fetching swiftlintplugins
[34/507] Fetching swiftlintplugins, codextended
[508/5791] Fetching swiftlintplugins, codextended, stencil
[667/13237] Fetching swiftlintplugins, codextended, stencil, needle
[4224/33060] Fetching swiftlintplugins, codextended, stencil, needle, nimble
Fetched https://github.com/stencilproject/Stencil.git from cache (1.12s)
[1872/27776] Fetching swiftlintplugins, codextended, needle, nimble
Fetching https://github.com/apple/swift-docc-plugin.git
[3855/30053] Fetching swiftlintplugins, codextended, needle, nimble, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.19s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
[11414/27776] Fetching swiftlintplugins, codextended, needle, nimble
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.32s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (36.07s)
Fetched https://github.com/JohnSundell/Codextended.git from cache (36.07s)
Fetched https://github.com/Quick/Nimble.git from cache (36.07s)
Fetched https://github.com/uber/needle.git from cache (36.07s)
Fetched https://github.com/jpsim/Yams.git from cache (36.10s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (36.11s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.9 (36.73s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.97s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.72s)
Computing version for https://github.com/Quick/Nimble.git
warning: 'nimble': /Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Computed https://github.com/Quick/Nimble.git at 14.0.0 (2.31s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.75s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (1.27s)
Computing version for https://github.com/uber/needle.git
Computed https://github.com/uber/needle.git at 0.25.1 (0.46s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.62s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[165/2473] Fetching spectre, pathkit
Fetched https://github.com/kylef/Spectre.git from cache (0.90s)
Fetched https://github.com/kylef/PathKit.git from cache (0.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.50s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.56s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.5 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.48s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.58s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.58s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.64s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.22s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.45s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.9
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.5
Creating working copy for https://github.com/uber/needle.git
Working copy of https://github.com/uber/needle.git resolved at 0.25.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 14.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.59.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
warning: 'nimble': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/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 (9.79s)
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