The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Reorderable, reference 1.3.2 (b24bb0), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 19 Apr 2026 19:55:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Reorderable -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/visfitness/reorderable.git
Reference: 1.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/visfitness/reorderable
 * tag               1.3.2      -> FETCH_HEAD
HEAD is now at b24bb02 Changed autoscroll to use task instead of timer
Cloned https://github.com/visfitness/reorderable.git
Revision (git rev-parse @):
b24bb0285de065df1e46bf288eba770202e79482
SUCCESS checkout https://github.com/visfitness/reorderable.git at 1.3.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/visfitness/reorderable.git
https://github.com/visfitness/reorderable.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reorderable",
  "name" : "Reorderable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Reorderable",
      "targets" : [
        "Reorderable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reorderable",
      "module_type" : "SwiftTarget",
      "name" : "Reorderable",
      "path" : "Sources/Reorderable",
      "product_memberships" : [
        "Reorderable"
      ],
      "sources" : [
        "Autoscroll.swift",
        "Axis.swift",
        "Bindings.swift",
        "Disabling.swift",
        "DragHandle.swift",
        "Position.swift",
        "ReorderableHStack.swift",
        "ReorderableStack.swift",
        "ReorderableVStack.swift",
        "SensoryFeedback.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Reorderable: /Users/admin/builder/spi-builder-workspace
resolved source packages: Reorderable
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reorderable",
  "name" : "Reorderable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Reorderable",
      "targets" : [
        "Reorderable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reorderable",
      "module_type" : "SwiftTarget",
      "name" : "Reorderable",
      "path" : "Sources/Reorderable",
      "product_memberships" : [
        "Reorderable"
      ],
      "sources" : [
        "Autoscroll.swift",
        "Axis.swift",
        "Bindings.swift",
        "Disabling.swift",
        "DragHandle.swift",
        "Position.swift",
        "ReorderableHStack.swift",
        "ReorderableStack.swift",
        "ReorderableVStack.swift",
        "SensoryFeedback.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Reorderable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Reorderable -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Reorderable -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
  Reorderable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Reorderable' in project 'Reorderable'
        ➜ Explicit dependency on target 'Reorderable' in project 'Reorderable'
    Target 'Reorderable' in project 'Reorderable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 077fce00adb01753f1d9e22e87704178
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/077fce00adb01753f1d9e22e87704178.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.DependencyMetadataFileList (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.modulemap (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.DependencyStaticMetadataFileList (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-OutputFileMap.json (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable_const_extract_protocols.json (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.LinkFileList (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.SwiftFileList (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.SwiftConstValuesFileList (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Reorderable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.modulemap (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Reorderable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Reorderable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Reorderable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SensoryFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/SensoryFeedback.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/SensoryFeedback.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Reorderable (in target 'Reorderable' from project 'Reorderable')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Autoscroll.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Bindings.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Disabling.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/DragHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Position.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/SensoryFeedback.swift -target arm64-apple-macos15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=5 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Reorderable -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.abi.json
EmitSwiftModule normal arm64 (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:54:14: error: cannot find type 'UIColor' in scope
  var color: UIColor
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:58:17: error: cannot find type 'UIColor' in scope
  init(_ color: UIColor, _ height: CGFloat) {
                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:66:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:66:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:66:78: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:84:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:84:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:84:78: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:110:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen,  50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:110:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen,  50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:110:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen,  50), Sample(UIColor.systemGray, 150)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:130:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:130:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:130:78: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:181: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                                                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:214:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemIndigo))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:243:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemRed))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:255:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:255:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:255:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:259:25: error: cannot find 'UIColor' in scope
      data.append(.init(UIColor.systemMint, 100))
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:54:14: error: cannot find type 'UIColor' in scope
  var color: UIColor
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:58:17: error: cannot find type 'UIColor' in scope
  init(_ color: UIColor, _ height: CGFloat) {
                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:66:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:66:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:66:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:84:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:84:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:84:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:110:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:110:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:110:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:130:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:130:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:130:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:214:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemIndigo))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:243:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemRed))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:255:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:255:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:255:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:260:25: error: cannot find 'UIColor' in scope
      data.append(.init(UIColor.systemMint, 100))
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:294:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:294:55: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:294:88: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:295:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:295:54: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:295:86: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:296:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:296:57: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:296:89: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:308:23: error: cannot find 'UIColor' in scope
          .fill(Color(UIColor.systemOrange))
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:336:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:336:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:336:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:345:27: error: cannot find 'UIColor' in scope
          sample.color = [UIColor.systemRed, UIColor.systemYellow, UIColor.systemMint].randomElement()!
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:345:46: error: cannot find 'UIColor' in scope
          sample.color = [UIColor.systemRed, UIColor.systemYellow, UIColor.systemMint].randomElement()!
                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:345:68: error: cannot find 'UIColor' in scope
          sample.color = [UIColor.systemRed, UIColor.systemYellow, UIColor.systemMint].randomElement()!
                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:354:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:354:55: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:354:88: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:355:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:355:54: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:355:86: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:356:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:356:57: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:356:89: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:363:23: error: cannot find 'UIColor' in scope
          .fill(Color(UIColor.systemOrange))
                      ^~~~~~~
SwiftCompile normal arm64 Compiling\ Autoscroll.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Autoscroll.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Autoscroll.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Bindings.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Bindings.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Bindings.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Disabling.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Disabling.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Disabling.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Position.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Position.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Position.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReorderableStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableStack.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableStack.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Axis.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Axis.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReorderableHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReorderableVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DragHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/DragHandle.swift (in target 'Reorderable' from project 'Reorderable')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Reorderable (in target 'Reorderable' from project 'Reorderable')
	EmitSwiftModule normal arm64 (in target 'Reorderable' from project 'Reorderable')
	SwiftCompile normal arm64 Compiling\ DragHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/DragHandle.swift (in target 'Reorderable' from project 'Reorderable')
	Building workspace spi-builder-workspace with scheme Reorderable
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Reorderable: /Users/admin/builder/spi-builder-workspace
resolved source packages: Reorderable
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reorderable",
  "name" : "Reorderable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Reorderable",
      "targets" : [
        "Reorderable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reorderable",
      "module_type" : "SwiftTarget",
      "name" : "Reorderable",
      "path" : "Sources/Reorderable",
      "product_memberships" : [
        "Reorderable"
      ],
      "sources" : [
        "Autoscroll.swift",
        "Axis.swift",
        "Bindings.swift",
        "Disabling.swift",
        "DragHandle.swift",
        "Position.swift",
        "ReorderableHStack.swift",
        "ReorderableStack.swift",
        "ReorderableVStack.swift",
        "SensoryFeedback.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Reorderable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Reorderable -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Reorderable -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Reorderable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Reorderable' in project 'Reorderable'
        ➜ Explicit dependency on target 'Reorderable' in project 'Reorderable'
    Target 'Reorderable' in project 'Reorderable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e72a1f5b0fd3f60ca7ad9fe946f1f7bf
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e72a1f5b0fd3f60ca7ad9fe946f1f7bf.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
SwiftDriver Reorderable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Reorderable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Bindings.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Bindings.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Bindings.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Axis.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Axis.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Reorderable (in target 'Reorderable' from project 'Reorderable')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Autoscroll.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Axis.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Bindings.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Disabling.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/DragHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Position.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/SensoryFeedback.swift -target arm64-apple-macos15.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=5 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Reorderable -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Reorderable.build/Debug/Reorderable.build/Objects-normal/arm64/Reorderable.abi.json
EmitSwiftModule normal arm64 (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:54:14: error: cannot find type 'UIColor' in scope
  var color: UIColor
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:58:17: error: cannot find type 'UIColor' in scope
  init(_ color: UIColor, _ height: CGFloat) {
                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:66:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:66:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:66:78: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:84:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:84:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:84:78: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:110:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen,  50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:110:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen,  50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:110:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen,  50), Sample(UIColor.systemGray, 150)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:130:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:130:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:130:78: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 50), Sample(UIColor.systemGray, 150)]
                                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:155:181: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple,  150), Sample(UIColor.orange, 100)]
                                                                                                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:182:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 100), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 150), Sample(UIColor.systemMint, 100), Sample(UIColor.systemPurple, 150), Sample(UIColor.orange, 100)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:209:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:214:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemIndigo))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:243:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemRed))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:255:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:255:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:255:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift:259:25: error: cannot find 'UIColor' in scope
      data.append(.init(UIColor.systemMint, 100))
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:54:14: error: cannot find type 'UIColor' in scope
  var color: UIColor
             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:58:17: error: cannot find type 'UIColor' in scope
  init(_ color: UIColor, _ height: CGFloat) {
                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:66:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:66:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:66:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:84:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:84:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:84:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:110:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:110:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:110:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:130:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:130:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:130:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:155:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:182:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:112: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:145: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:209:180: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 200), Sample(UIColor.systemGray, 300), Sample(UIColor.systemMint, 200), Sample(UIColor.systemPurple, 300), Sample(UIColor.orange, 200)]
                                                                                                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:214:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemIndigo))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:243:21: error: cannot find 'UIColor' in scope
        .fill(Color(UIColor.systemRed))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:255:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:255:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:255:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 200)
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:260:25: error: cannot find 'UIColor' in scope
      data.append(.init(UIColor.systemMint, 100))
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:294:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:294:55: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:294:88: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:295:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:295:54: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:295:86: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:296:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:296:57: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:296:89: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:308:23: error: cannot find 'UIColor' in scope
          .fill(Color(UIColor.systemOrange))
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:336:12: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:336:45: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                            ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:336:79: error: cannot find 'UIColor' in scope
    Sample(UIColor.systemBlue, 200), Sample(UIColor.systemGreen, 100), Sample(UIColor.systemGray, 300)]
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:345:27: error: cannot find 'UIColor' in scope
          sample.color = [UIColor.systemRed, UIColor.systemYellow, UIColor.systemMint].randomElement()!
                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:345:46: error: cannot find 'UIColor' in scope
          sample.color = [UIColor.systemRed, UIColor.systemYellow, UIColor.systemMint].randomElement()!
                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:345:68: error: cannot find 'UIColor' in scope
          sample.color = [UIColor.systemRed, UIColor.systemYellow, UIColor.systemMint].randomElement()!
                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:354:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:354:55: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:354:88: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemBlue, 200), .init(UIColor.systemGreen, 100), .init(UIColor.systemGray, 200)]),
                                                                                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:355:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:355:54: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:355:86: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemRed, 200), .init(UIColor.systemMint, 100), .init(UIColor.systemPurple, 200)]),
                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:356:23: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:356:57: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:356:89: error: cannot find 'UIColor' in scope
    .init(row: [.init(UIColor.systemIndigo, 200), .init(UIColor.systemTeal, 100), .init(UIColor.systemYellow, 200)]),
                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift:363:23: error: cannot find 'UIColor' in scope
          .fill(Color(UIColor.systemOrange))
                      ^~~~~~~
SwiftCompile normal arm64 Compiling\ DragHandle.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/DragHandle.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/DragHandle.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReorderableHStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableHStack.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SensoryFeedback.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/SensoryFeedback.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/SensoryFeedback.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Autoscroll.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Autoscroll.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Autoscroll.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Position.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Position.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Position.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReorderableVStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableVStack.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Disabling.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Disabling.swift (in target 'Reorderable' from project 'Reorderable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/Disabling.swift (in target 'Reorderable' from project 'Reorderable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ReorderableStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableStack.swift (in target 'Reorderable' from project 'Reorderable')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1bc52ca92f9b63a06b2c227455c69cd86e7e67a1, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Reorderable (in target 'Reorderable' from project 'Reorderable')
	EmitSwiftModule normal arm64 (in target 'Reorderable' from project 'Reorderable')
	SwiftCompile normal arm64 Compiling\ ReorderableStack.swift /Users/admin/builder/spi-builder-workspace/Sources/Reorderable/ReorderableStack.swift (in target 'Reorderable' from project 'Reorderable')
	Building workspace spi-builder-workspace with scheme Reorderable
(4 failures)
BUILD FAILURE 6.1 macosXcodebuild