The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GfxMath, reference master (249161), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 23 Apr 2026 07:24:37 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/UnGast/swift-gfx-math.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UnGast/swift-gfx-math
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2491615 improve transform array application
Cloned https://github.com/UnGast/swift-gfx-math.git
Revision (git rev-parse @):
2491615cd3a69d04db9aa4996d96f207acf89727
SUCCESS checkout https://github.com/UnGast/swift-gfx-math.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/UnGast/swift-gfx-math.git
Command line invocation:
    /Applications/Xcode-26.4.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:
  GfxMath: /Users/admin/builder/spi-builder-workspace
resolved source packages: GfxMath
2026-04-23 03:24:14.317 xcodebuild[529:3074] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GfxMath",
  "name" : "GfxMath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GfxMath",
      "targets" : [
        "GfxMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GfxMathTests",
      "module_type" : "SwiftTarget",
      "name" : "GfxMathTests",
      "path" : "Tests/GfxMathTests",
      "sources" : [
        "MatrixTests.swift",
        "QuaternionTests.swift",
        "RectTests.swift",
        "VectorProtocolTests.swift"
      ],
      "target_dependencies" : [
        "GfxMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GfxMath",
      "module_type" : "SwiftTarget",
      "name" : "GfxMath",
      "path" : "Sources/GfxMath",
      "product_memberships" : [
        "GfxMath"
      ],
      "sources" : [
        "Accuracy.swift",
        "Color/Color+Conversions.swift",
        "Color/Color+DefaultColors.swift",
        "Color/Color.swift",
        "Color/Experimental/Color+EColor.swift",
        "Color/Experimental/Conversions/EColor+swim.swift",
        "Color/Experimental/EColor.swift",
        "Color/Experimental/EColorFormatFpRGB.swift",
        "Color/Experimental/EColorFormatFpRGBA.swift",
        "Color/Experimental/EColorFormatIRGB.swift",
        "Color/Experimental/EColorFormatIRGBA.swift",
        "Color/Experimental/ERGBAColor.swift",
        "Color/Experimental/ERGBColor.swift",
        "FloatingPointGenericMath.swift",
        "Matrix.swift",
        "MatrixDimension.swift",
        "Point.swift",
        "Quaternion.swift",
        "Size.swift",
        "Transform.swift",
        "Transformation.swift",
        "geometry/Line.swift",
        "geometry/LineSegment.swift",
        "geometry/Plane.swift",
        "geometry/Rect.swift",
        "geometry/Triangle.swift",
        "vector/Vector.swift",
        "vector/VectorLayout.swift",
        "vector/VectorProtocol+Initializers.swift",
        "vector/VectorProtocol+Operators.swift",
        "vector/VectorProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GfxMath"
    ]
  }
}
2026-04-23 03:24:22.262 xcodebuild[631:3829] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GfxMath -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 GfxMath -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  GfxMath: /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 'GfxMath' in project 'GfxMath'
        ➜ Explicit dependency on target 'GfxMath' in project 'GfxMath'
    Target 'GfxMath' in project 'GfxMath' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c6415983530599afee16ccedbaa591c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c6415983530599afee16ccedbaa591c9.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
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
    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/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
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/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/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/GfxMath.build/Debug/GfxMath.build/GfxMath.DependencyMetadataFileList (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/GfxMath.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/GfxMath.DependencyStaticMetadataFileList (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/GfxMath.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/GfxMath.modulemap (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/GfxMath.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-OutputFileMap.json (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath_const_extract_protocols.json (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.LinkFileList (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.SwiftFileList (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.SwiftConstValuesFileList (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/GfxMath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/GfxMath.modulemap (in target 'GfxMath' from project 'GfxMath')
    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/GfxMath.build/Debug/GfxMath.build/GfxMath.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver GfxMath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GfxMath -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath_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/GfxMath.build/Debug/GfxMath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.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/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-ADGO289DDFG5Q27QQ112PKPEZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-3I2AYATAZOB5SX5PV3FFLUN3C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6A9L0EIEOJ6YCVBSISW78RWKS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BCLCOFDJ45OMTZGSK1C16CGHW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-E0NVGU93S9O2QVCG64NNOZE2S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1WXIS9B8VZ4ADZ061QHYRWR5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AAQ399SBBP2BDCMG81VRYRUPH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-32R3Z9RQY92YALH0OD4ICAILO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5X5O5I1K4D43GH7GT4CGHWXLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-GSSKQPJJW7SA1MLS4HASRW3M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-X5HZSTF4XF14KD1VQVVZ7DB8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-491K6A0QLGG5JHYG15DXNJX2E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6AB3YXIQ4BDSRRE3TRNTF0OMM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-B8IE8I8WDCT8XY9KJOINFAYTG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DMGWQDFUW313ZACCZI4XLDLQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-3PT2HVP45SXV8N8LCNR5SYA65.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BBBF5RT536Y4I87NLI3MWUZS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-3F91P5BX2TKCGL6BR17N6GQDC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-RVY6HDIC3JFUPOK9RR52HYIA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-AFSCPX9157218S9492O0JL1YP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-BDEU6LGPQ76RC84QS7KXQQ3QL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-6TCYF66X09PKWGHX4JCJOWK1K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DT91J1DL43SMC5KJP0KLXIA3Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-8FRTL4121JBMOHW50XB1IB9V3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-B0DV6M8EG5BIP5321UHN4BRJU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-ANQ3A25QNSYX7B50BP32T807.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-2J5ES7IQGYS2L7L69WUL6MTBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9O034QAFSU7BBHM8I0WT8OZ01.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-E1TTD7GPKU23O8MO53HNIJ123.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-CV0NM9C2Z4JA5YDDLMIYM5KY9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-VO6U70ZP61URI2H1J70SQCQZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-9VY6U63TWM3XIX70OZQU6WOIQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-4ST2G3OL1U694TZLAJEK24H48.pcm
SwiftCompile normal arm64 Compiling\ Triangle.swift,\ Vector.swift,\ VectorLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Triangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorLayout.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Triangle.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorLayout.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ EColorFormatFpRGB.swift,\ EColorFormatFpRGBA.swift,\ EColorFormatIRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGB.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGB.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ GfxMath (in target 'GfxMath' from project 'GfxMath')
Failed frontend command:
/Applications/Xcode-26.4.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/GfxMath/Accuracy.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+DefaultColors.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Color+EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Conversions/EColor+swim.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBAColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/MatrixDimension.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Point.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Rect.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Triangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Initializers.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift -target arm64-apple-macos10.15 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.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/GfxMath.build/Debug/GfxMath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name GfxMath -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-macos26.4 -target-sdk-version 26.4 -target-sdk-name macosx26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.abi.json
EmitSwiftModule normal arm64 (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: Numeric
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~

Swift.Sequence.Element:2:16: note: 'Element' declared here
associatedtype Element where Self.Element == Self.Iterator.Element}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift:24:24: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func toIRGB<D>() -> IRGBColor<D> {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift:1:26: note: 'D' previously declared here
public struct FpRGBColor<D: BinaryFloatingPoint>: ERGBColor {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift:28:25: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func toIRGBA<D>() -> IRGBAColor<D> {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift:3:27: note: 'D' previously declared here
public struct FpRGBAColor<D: BinaryFloatingPoint>: ERGBAColor {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'FloatingPoint', 'Hashable', 'SignedNumeric', 'Strideable', 'Equatable', 'Numeric', 'Comparable', 'AdditiveArithmetic', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: note: add '@retroactive' to silence this warning
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:15:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _log(_ x: Float80) -> Float80 { return log(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:15:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _log(_ x: Float80) -> Float80 { return log(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:16:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _sin(_ x: Float80) -> Float80 { return sin(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:16:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _sin(_ x: Float80) -> Float80 { return sin(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:17:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _cos(_ x: Float80) -> Float80 { return cos(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:17:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _cos(_ x: Float80) -> Float80 { return cos(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:18:33: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _acos(_ x: Float80) -> Float80 { return acos(x) }
                                ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:18:45: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _acos(_ x: Float80) -> Float80 { return acos(x) }
                                            ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:19:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _tan(_ x: Float80) -> Float80 { return tan(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:19:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _tan(_ x: Float80) -> Float80 { return tan(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:20:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _pow(_ x: Float80, _ y: Float80) -> Float80 { return pow(x, y) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:20:46: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _pow(_ x: Float80, _ y: Float80) -> Float80 { return pow(x, y) }
                                             ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:20:58: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _pow(_ x: Float80, _ y: Float80) -> Float80 { return pow(x, y) }
                                                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
extension Float80 : FloatingPointGenericMath {
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: note: add stubs for conformance
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'FloatingPoint'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:138:28: note: candidate would match if 'Float80' conformed to 'MatrixProtocol'
    @inlinable static func / (lhs: Self, rhs: Self) -> Self {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift:118:22: note: candidate has non-matching type '<E> (Quaternion<E>, Quaternion<E>.Element) -> Quaternion<E>' (aka '<E> (Quaternion<E>, E) -> Quaternion<E>') [with Exponent = _]
  public static func / (lhs: Self, rhs: Element) -> Self {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift:135:33: note: candidate has non-matching type '<Self> (Self, Self.Element) -> Self' [with Exponent = _]
  @inlinable public static func / (lhs: Self, rhs: Element) -> Self {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift:147:33: note: candidate would match if 'Float80' conformed to 'VectorProtocol'
  @inlinable public static func / (lhs: Self, rhs: Self) -> Self {
                                ^
Swift.Duration./:3:22: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = _]
  public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger}
                     ^
Swift.SIMD./:2:20: note: candidate would match if 'Float80' conformed to 'SIMD'
public static func / (a: Self, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate would match if 'Float80' conformed to 'SIMD'
public static func / (a: Self, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = _]
public static func / (a: Self.Scalar, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = _]
public static func / (a: Self, b: Self.Scalar) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = _]
public static func / (a: Self.Scalar, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = _]
public static func / (a: Self, b: Self.Scalar) -> Self}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: warning: unavailable struct 'Float80' was used to satisfy a requirement of protocol 'Strideable': Float80 is not available on target platform.; this will be an error in a future Swift language mode
extension Float80 : FloatingPointGenericMath {
^
Swift.Float80:2:23: note: 'Float80' declared here
@frozen public struct Float80 {
                      ^
Swift.Strideable.Stride:2:16: note: requirement 'Stride' declared here
associatedtype Stride : Comparable, SignedNumeric}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'Strideable'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: warning: unavailable struct 'Float80' was used to satisfy a requirement of protocol 'Numeric': Float80 is not available on target platform.; this will be an error in a future Swift language mode
extension Float80 : FloatingPointGenericMath {
^
Swift.Float80:2:23: note: 'Float80' declared here
@frozen public struct Float80 {
                      ^
Swift.Numeric.Magnitude:2:16: note: requirement 'Magnitude' declared here
associatedtype Magnitude : Comparable, Numeric}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift:20:35: note: candidate would match if 'Float80' conformed to 'EColor'
    @inlinable public static func + (lhs: Self, rhs: Self) -> Self {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:104:28: note: candidate has non-matching type '<Self> (Self, Self.Element) -> Self'
    @inlinable static func + (lhs: Self, rhs: Element) -> Self {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift:18:33: note: candidate would match if 'Float80' conformed to 'VectorProtocol'
  @inlinable public static func + <O: VectorProtocol>(lhs: Self, rhs: O) -> Self where O.Dimension == Dimension, O.Element == Element {
                                ^
Swift.Strideable.+:2:20: note: candidate would match if 'Float80' conformed to '_Pointer'
public static func + (lhs: Self, rhs: Self.Stride) -> Self}
                   ^
Swift.Strideable.+:2:20: note: candidate would match if 'Float80' conformed to '_Pointer'
public static func + (lhs: Self.Stride, rhs: Self) -> Self}
                   ^
Swift.RangeReplaceableCollection.+:2:31: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
@inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
                              ^
Swift.RangeReplaceableCollection.+:2:31: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
@inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
                              ^
Swift.RangeReplaceableCollection.+:2:31: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
@inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
                              ^
Swift.Sequence.+:3:22: note: candidate has non-matching type '<Self> (Self, String) -> Never'
  public static func + (lhs: Self, rhs: String) -> Never}
                     ^
Swift.Sequence.+:3:22: note: candidate has non-matching type '<Self> (String, Self) -> Never'
  public static func + (lhs: String, rhs: Self) -> Never}
                     ^
Swift.SIMD.+:2:20: note: candidate would match if 'Float80' conformed to 'SIMD'
public static func + (a: Self, b: Self) -> Self}
                   ^
Swift.SIMD.+:3:22: note: candidate would match if 'Float80' conformed to 'SIMD'
  public static func + (a: Self, b: Self) -> Self}
                     ^
Swift.SIMD.+:3:22: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
  public static func + (a: Self, b: Self.Scalar) -> Self}
                     ^
Swift.SIMD.+:3:22: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
  public static func + (a: Self.Scalar, b: Self) -> Self}
                     ^
Swift.SIMD.+:2:20: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
public static func + (a: Self.Scalar, b: Self) -> Self}
                   ^
Swift.SIMD.+:2:20: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
public static func + (a: Self, b: Self.Scalar) -> Self}
                   ^
Foundation.AttributedString.+:2:20: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: note: add stubs for conformance
extension Float80 : FloatingPointGenericMath {
^
Swift.FloatingPoint.Exponent:2:16: note: protocol requires nested type 'Exponent'
associatedtype Exponent : SignedInteger}
               ^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(signOf:magnitudeOf:)' with type '(signOf: Float80, magnitudeOf: Float80)'
init(signOf: Self, magnitudeOf: Self)}
^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(_:)' with type 'Int'
init(_ value: Int)}
^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(_:)' with type 'Source'
init<Source>(_ value: Source) where Source : BinaryInteger}
^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(exactly:)' with type '(exactly: Source)'
init?<Source>(exactly value: Source) where Source : BinaryInteger}
^
Swift.FloatingPoint.radix:2:12: note: protocol requires property 'radix' with type 'Int'
static var radix: Int { get }}
           ^
Swift.FloatingPoint.nan:2:12: note: protocol requires property 'nan' with type 'Float80'
static var nan: Self { get }}
           ^
Swift.FloatingPoint.signalingNaN:2:12: note: protocol requires property 'signalingNaN' with type 'Float80'
static var signalingNaN: Self { get }}
           ^
Swift.FloatingPoint.infinity:2:12: note: protocol requires property 'infinity' with type 'Float80'
static var infinity: Self { get }}
           ^
Swift.FloatingPoint.greatestFiniteMagnitude:2:12: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
static var greatestFiniteMagnitude: Self { get }}
           ^
Swift.FloatingPoint.pi:2:12: note: protocol requires property 'pi' with type 'Float80'
static var pi: Self { get }}
           ^
Swift.FloatingPoint.ulp:2:5: note: protocol requires property 'ulp' with type 'Float80'
var ulp: Self { get }}
    ^
Swift.FloatingPoint.leastNormalMagnitude:2:12: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
static var leastNormalMagnitude: Self { get }}
           ^
Swift.FloatingPoint.leastNonzeroMagnitude:2:12: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
static var leastNonzeroMagnitude: Self { get }}
           ^
Swift.FloatingPoint.sign:2:5: note: protocol requires property 'sign' with type 'FloatingPointSign'
var sign: FloatingPointSign { get }}
    ^
Swift.FloatingPoint.significand:2:5: note: protocol requires property 'significand' with type 'Float80'
var significand: Self { get }}
    ^
Swift.FloatingPoint./:2:13: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'
static func / (lhs: Self, rhs: Self) -> Self}
            ^
Swift.FloatingPoint.formRemainder:2:15: note: protocol requires function 'formRemainder(dividingBy:)' with type '(Float80) -> ()'
mutating func formRemainder(dividingBy other: Self)}
              ^
Swift.FloatingPoint.formTruncatingRemainder:2:15: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
mutating func formTruncatingRemainder(dividingBy other: Self)}
              ^
Swift.FloatingPoint.formSquareRoot:2:15: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
mutating func formSquareRoot()}
              ^
Swift.FloatingPoint.addProduct:2:15: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
mutating func addProduct(_ lhs: Self, _ rhs: Self)}
              ^
Swift.FloatingPoint.nextUp:2:5: note: protocol requires property 'nextUp' with type 'Float80'
var nextUp: Self { get }}
    ^
Swift.FloatingPoint.isEqual:2:6: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
func isEqual(to other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLess:2:6: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
func isLess(than other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLessThanOrEqualTo:2:6: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
func isLessThanOrEqualTo(_ other: Self) -> Bool}
     ^
Swift.FloatingPoint.isTotallyOrdered:2:6: note: protocol requires function 'isTotallyOrdered(belowOrEqualTo:)' with type '(Float80) -> Bool'
func isTotallyOrdered(belowOrEqualTo other: Self) -> Bool}
     ^
Swift.FloatingPoint.isNormal:2:5: note: protocol requires property 'isNormal' with type 'Bool'
var isNormal: Bool { get }}
    ^
Swift.FloatingPoint.isFinite:2:5: note: protocol requires property 'isFinite' with type 'Bool'
var isFinite: Bool { get }}
    ^
Swift.FloatingPoint.isZero:2:5: note: protocol requires property 'isZero' with type 'Bool'
var isZero: Bool { get }}
    ^
Swift.FloatingPoint.isSubnormal:2:5: note: protocol requires property 'isSubnormal' with type 'Bool'
var isSubnormal: Bool { get }}
    ^
Swift.FloatingPoint.isInfinite:2:5: note: protocol requires property 'isInfinite' with type 'Bool'
var isInfinite: Bool { get }}
    ^
Swift.FloatingPoint.isNaN:2:5: note: protocol requires property 'isNaN' with type 'Bool'
var isNaN: Bool { get }}
    ^
Swift.FloatingPoint.isSignalingNaN:2:5: note: protocol requires property 'isSignalingNaN' with type 'Bool'
var isSignalingNaN: Bool { get }}
    ^
Swift.FloatingPoint.isCanonical:2:5: note: protocol requires property 'isCanonical' with type 'Bool'
var isCanonical: Bool { get }}
    ^
Swift.Strideable.distance:2:6: note: protocol requires function 'distance(to:)' with type '(Float80) -> Float80'
func distance(to other: Self) -> Self.Stride}
     ^
Swift.Strideable.advanced:2:6: note: protocol requires function 'advanced(by:)' with type '(Float80) -> Float80'
func advanced(by n: Self.Stride) -> Self}
     ^
Swift.Numeric.magnitude:2:5: note: protocol requires property 'magnitude' with type 'Float80'
var magnitude: Self.Magnitude { get }}
    ^
Swift.AdditiveArithmetic.+:2:13: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
static func + (lhs: Self, rhs: Self) -> Self}
            ^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80 : FloatingPointGenericMath {
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:45:16: warning: 'public' modifier is redundant for property declared in a public extension
    @inlinable public var transposed: Self {
               ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:265:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init<M3: Matrix3Protocol>(topLeft: M3, rest: Self = .identity) where M3.Element == Element {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:101:20: warning: typealias overriding associated type 'Dimension' from protocol 'VectorProtocol' is better expressed as same-type constraint on the protocol
  public typealias Dimension = Dim_3x1
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift:4:18: note: 'Dimension' declared here
  associatedtype Dimension: MatrixDimension
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:174:20: warning: typealias overriding associated type 'Dimension' from protocol 'VectorProtocol' is better expressed as same-type constraint on the protocol
  public typealias Dimension = Dim_4x1
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift:4:18: note: 'Dimension' declared here
  associatedtype Dimension: MatrixDimension
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:379:16: warning: no calls to throwing functions occur within 'try' expression
        return try! Self([
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:438:12: warning: no calls to throwing functions occur within 'try' expression
    return try! lhs.matmul(rhs)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:28:20: warning: typealias overriding associated type 'Dimension' from protocol 'VectorProtocol' is better expressed as same-type constraint on the protocol
  public typealias Dimension = Dim_2x1
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift:4:18: note: 'Dimension' declared here
  associatedtype Dimension: MatrixDimension
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift:133:15: warning: deprecated default implementation is used to satisfy initializer 'init(point:direction:)' required by protocol 'LineProtocol': use init(origin:, direction:)
public struct Line<V: VectorProtocol>: LineProtocol, Equatable where V.Element: BinaryFloatingPoint {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift:16:5: note: 'init(point:direction:)' declared here
    init(point: VectorProtocol, direction: VectorProtocol) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift:10:5: note: requirement 'init(point:direction:)' declared here
    init(point: VectorProtocol, direction: VectorProtocol)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift:16:20: warning: 'AnyLine' is deprecated: use Line<V> instead of AnyLine<V>
  public var line: AnyLine<Vector>
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift:18:21: warning: 'AnyLine' is deprecated: use Line<V> instead of AnyLine<V>
  public init(line: AnyLine<Vector>, scaleMin: Vector.Element, scaleMax: Vector.Element) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift:16:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(point: VectorProtocol, normal: VectorProtocol) {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:244:27: warning: no calls to throwing functions occur within 'try' expression
    return VectorProtocol(try! self.matmul(other).elements)
                          ^
SwiftCompile normal arm64 Compiling\ EColorFormatIRGBA.swift,\ ERGBAColor.swift,\ ERGBColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBAColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBColor.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGBA.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBAColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Accuracy.swift,\ Color+Conversions.swift,\ Color+DefaultColors.swift,\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Accuracy.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+DefaultColors.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Accuracy.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+Conversions.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+DefaultColors.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LineSegment.swift,\ Plane.swift,\ Rect.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Rect.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Rect.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Color+EColor.swift,\ EColor+swim.swift,\ EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Color+EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Conversions/EColor+swim.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Color+EColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Conversions/EColor+swim.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Transform.swift,\ Transformation.swift,\ Line.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transform.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transformation.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FloatingPointGenericMath.swift,\ Matrix.swift,\ MatrixDimension.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/MatrixDimension.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/MatrixDimension.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Point.swift,\ Quaternion.swift,\ Size.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Point.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Size.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Point.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Size.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VectorProtocol+Initializers.swift,\ VectorProtocol+Operators.swift,\ VectorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Initializers.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift (in target 'GfxMath' from project 'GfxMath')
2026-04-23 03:24:23.767 xcodebuild[638:3891] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ GfxMath (in target 'GfxMath' from project 'GfxMath')
	EmitSwiftModule normal arm64 (in target 'GfxMath' from project 'GfxMath')
	Building workspace spi-builder-workspace with scheme GfxMath
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  GfxMath: /Users/admin/builder/spi-builder-workspace
resolved source packages: GfxMath
2026-04-23 03:24:33.027 xcodebuild[698:4201] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GfxMath",
  "name" : "GfxMath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GfxMath",
      "targets" : [
        "GfxMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GfxMathTests",
      "module_type" : "SwiftTarget",
      "name" : "GfxMathTests",
      "path" : "Tests/GfxMathTests",
      "sources" : [
        "MatrixTests.swift",
        "QuaternionTests.swift",
        "RectTests.swift",
        "VectorProtocolTests.swift"
      ],
      "target_dependencies" : [
        "GfxMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GfxMath",
      "module_type" : "SwiftTarget",
      "name" : "GfxMath",
      "path" : "Sources/GfxMath",
      "product_memberships" : [
        "GfxMath"
      ],
      "sources" : [
        "Accuracy.swift",
        "Color/Color+Conversions.swift",
        "Color/Color+DefaultColors.swift",
        "Color/Color.swift",
        "Color/Experimental/Color+EColor.swift",
        "Color/Experimental/Conversions/EColor+swim.swift",
        "Color/Experimental/EColor.swift",
        "Color/Experimental/EColorFormatFpRGB.swift",
        "Color/Experimental/EColorFormatFpRGBA.swift",
        "Color/Experimental/EColorFormatIRGB.swift",
        "Color/Experimental/EColorFormatIRGBA.swift",
        "Color/Experimental/ERGBAColor.swift",
        "Color/Experimental/ERGBColor.swift",
        "FloatingPointGenericMath.swift",
        "Matrix.swift",
        "MatrixDimension.swift",
        "Point.swift",
        "Quaternion.swift",
        "Size.swift",
        "Transform.swift",
        "Transformation.swift",
        "geometry/Line.swift",
        "geometry/LineSegment.swift",
        "geometry/Plane.swift",
        "geometry/Rect.swift",
        "geometry/Triangle.swift",
        "vector/Vector.swift",
        "vector/VectorLayout.swift",
        "vector/VectorProtocol+Initializers.swift",
        "vector/VectorProtocol+Operators.swift",
        "vector/VectorProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GfxMath"
    ]
  }
}
2026-04-23 03:24:34.214 xcodebuild[708:4295] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GfxMath -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 GfxMath -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  GfxMath: /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 'GfxMath' in project 'GfxMath'
        ➜ Explicit dependency on target 'GfxMath' in project 'GfxMath'
    Target 'GfxMath' in project 'GfxMath' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver GfxMath normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GfxMath -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath_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/GfxMath.build/Debug/GfxMath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.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/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ GfxMath (in target 'GfxMath' from project 'GfxMath')
EmitSwiftModule normal arm64 (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:4:20: warning: redeclaration of associated type 'Element' from protocol 'Sequence' is better expressed as a 'where' clause on the protocol
    associatedtype Element: Numeric
    ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~

Swift.Sequence.Element:2:16: note: 'Element' declared here
associatedtype Element where Self.Element == Self.Iterator.Element}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift:24:24: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func toIRGB<D>() -> IRGBColor<D> {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift:1:26: note: 'D' previously declared here
public struct FpRGBColor<D: BinaryFloatingPoint>: ERGBColor {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift:28:25: warning: generic parameter 'D' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func toIRGBA<D>() -> IRGBAColor<D> {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift:3:27: note: 'D' previously declared here
public struct FpRGBAColor<D: BinaryFloatingPoint>: ERGBAColor {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'FloatingPoint', 'Hashable', 'SignedNumeric', 'Strideable', 'Equatable', 'Numeric', 'Comparable', 'AdditiveArithmetic', 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: note: add '@retroactive' to silence this warning
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:15:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _log(_ x: Float80) -> Float80 { return log(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:15:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _log(_ x: Float80) -> Float80 { return log(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:16:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _sin(_ x: Float80) -> Float80 { return sin(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:16:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _sin(_ x: Float80) -> Float80 { return sin(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:17:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _cos(_ x: Float80) -> Float80 { return cos(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:17:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _cos(_ x: Float80) -> Float80 { return cos(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:18:33: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _acos(_ x: Float80) -> Float80 { return acos(x) }
                                ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:18:45: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _acos(_ x: Float80) -> Float80 { return acos(x) }
                                            ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:19:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _tan(_ x: Float80) -> Float80 { return tan(x) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:19:44: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _tan(_ x: Float80) -> Float80 { return tan(x) }
                                           ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:20:32: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _pow(_ x: Float80, _ y: Float80) -> Float80 { return pow(x, y) }
                               ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:20:46: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _pow(_ x: Float80, _ y: Float80) -> Float80 { return pow(x, y) }
                                             ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:20:58: error: 'Float80' is unavailable: Float80 is not available on target platform.
  public static func _pow(_ x: Float80, _ y: Float80) -> Float80 { return pow(x, y) }
                                                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
extension Float80 : FloatingPointGenericMath {
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: note: add stubs for conformance
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'FloatingPoint'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:138:28: note: candidate would match if 'Float80' conformed to 'MatrixProtocol'
    @inlinable static func / (lhs: Self, rhs: Self) -> Self {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift:118:22: note: candidate has non-matching type '<E> (Quaternion<E>, Quaternion<E>.Element) -> Quaternion<E>' (aka '<E> (Quaternion<E>, E) -> Quaternion<E>') [with Exponent = _]
  public static func / (lhs: Self, rhs: Element) -> Self {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift:135:33: note: candidate has non-matching type '<Self> (Self, Self.Element) -> Self' [with Exponent = _]
  @inlinable public static func / (lhs: Self, rhs: Element) -> Self {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift:147:33: note: candidate would match if 'Float80' conformed to 'VectorProtocol'
  @inlinable public static func / (lhs: Self, rhs: Self) -> Self {
                                ^
Swift.Duration./:3:22: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = _]
  public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger}
                     ^
Swift.SIMD./:2:20: note: candidate would match if 'Float80' conformed to 'SIMD'
public static func / (a: Self, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate would match if 'Float80' conformed to 'SIMD'
public static func / (a: Self, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = _]
public static func / (a: Self.Scalar, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = _]
public static func / (a: Self, b: Self.Scalar) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = _]
public static func / (a: Self.Scalar, b: Self) -> Self}
                   ^
Swift.SIMD./:2:20: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = _]
public static func / (a: Self, b: Self.Scalar) -> Self}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: warning: unavailable struct 'Float80' was used to satisfy a requirement of protocol 'Strideable': Float80 is not available on target platform.; this will be an error in a future Swift language mode
extension Float80 : FloatingPointGenericMath {
^
Swift.Float80:2:23: note: 'Float80' declared here
@frozen public struct Float80 {
                      ^
Swift.Strideable.Stride:2:16: note: requirement 'Stride' declared here
associatedtype Stride : Comparable, SignedNumeric}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'Strideable'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: warning: unavailable struct 'Float80' was used to satisfy a requirement of protocol 'Numeric': Float80 is not available on target platform.; this will be an error in a future Swift language mode
extension Float80 : FloatingPointGenericMath {
^
Swift.Float80:2:23: note: 'Float80' declared here
@frozen public struct Float80 {
                      ^
Swift.Numeric.Magnitude:2:16: note: requirement 'Magnitude' declared here
associatedtype Magnitude : Comparable, Numeric}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift:20:35: note: candidate would match if 'Float80' conformed to 'EColor'
    @inlinable public static func + (lhs: Self, rhs: Self) -> Self {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:104:28: note: candidate has non-matching type '<Self> (Self, Self.Element) -> Self'
    @inlinable static func + (lhs: Self, rhs: Element) -> Self {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift:18:33: note: candidate would match if 'Float80' conformed to 'VectorProtocol'
  @inlinable public static func + <O: VectorProtocol>(lhs: Self, rhs: O) -> Self where O.Dimension == Dimension, O.Element == Element {
                                ^
Swift.Strideable.+:2:20: note: candidate would match if 'Float80' conformed to '_Pointer'
public static func + (lhs: Self, rhs: Self.Stride) -> Self}
                   ^
Swift.Strideable.+:2:20: note: candidate would match if 'Float80' conformed to '_Pointer'
public static func + (lhs: Self.Stride, rhs: Self) -> Self}
                   ^
Swift.RangeReplaceableCollection.+:2:31: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
@inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
                              ^
Swift.RangeReplaceableCollection.+:2:31: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
@inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
                              ^
Swift.RangeReplaceableCollection.+:2:31: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
@inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
                              ^
Swift.Sequence.+:3:22: note: candidate has non-matching type '<Self> (Self, String) -> Never'
  public static func + (lhs: Self, rhs: String) -> Never}
                     ^
Swift.Sequence.+:3:22: note: candidate has non-matching type '<Self> (String, Self) -> Never'
  public static func + (lhs: String, rhs: Self) -> Never}
                     ^
Swift.SIMD.+:2:20: note: candidate would match if 'Float80' conformed to 'SIMD'
public static func + (a: Self, b: Self) -> Self}
                   ^
Swift.SIMD.+:3:22: note: candidate would match if 'Float80' conformed to 'SIMD'
  public static func + (a: Self, b: Self) -> Self}
                     ^
Swift.SIMD.+:3:22: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
  public static func + (a: Self, b: Self.Scalar) -> Self}
                     ^
Swift.SIMD.+:3:22: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
  public static func + (a: Self.Scalar, b: Self) -> Self}
                     ^
Swift.SIMD.+:2:20: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
public static func + (a: Self.Scalar, b: Self) -> Self}
                   ^
Swift.SIMD.+:2:20: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
public static func + (a: Self, b: Self.Scalar) -> Self}
                   ^
Foundation.AttributedString.+:2:20: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString}
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80 : FloatingPointGenericMath {
^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:1: note: add stubs for conformance
extension Float80 : FloatingPointGenericMath {
^
Swift.FloatingPoint.Exponent:2:16: note: protocol requires nested type 'Exponent'
associatedtype Exponent : SignedInteger}
               ^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(signOf:magnitudeOf:)' with type '(signOf: Float80, magnitudeOf: Float80)'
init(signOf: Self, magnitudeOf: Self)}
^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(_:)' with type 'Int'
init(_ value: Int)}
^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(_:)' with type 'Source'
init<Source>(_ value: Source) where Source : BinaryInteger}
^
Swift.FloatingPoint.init:2:1: note: protocol requires initializer 'init(exactly:)' with type '(exactly: Source)'
init?<Source>(exactly value: Source) where Source : BinaryInteger}
^
Swift.FloatingPoint.radix:2:12: note: protocol requires property 'radix' with type 'Int'
static var radix: Int { get }}
           ^
Swift.FloatingPoint.nan:2:12: note: protocol requires property 'nan' with type 'Float80'
static var nan: Self { get }}
           ^
Swift.FloatingPoint.signalingNaN:2:12: note: protocol requires property 'signalingNaN' with type 'Float80'
static var signalingNaN: Self { get }}
           ^
Swift.FloatingPoint.infinity:2:12: note: protocol requires property 'infinity' with type 'Float80'
static var infinity: Self { get }}
           ^
Swift.FloatingPoint.greatestFiniteMagnitude:2:12: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
static var greatestFiniteMagnitude: Self { get }}
           ^
Swift.FloatingPoint.pi:2:12: note: protocol requires property 'pi' with type 'Float80'
static var pi: Self { get }}
           ^
Swift.FloatingPoint.ulp:2:5: note: protocol requires property 'ulp' with type 'Float80'
var ulp: Self { get }}
    ^
Swift.FloatingPoint.leastNormalMagnitude:2:12: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
static var leastNormalMagnitude: Self { get }}
           ^
Swift.FloatingPoint.leastNonzeroMagnitude:2:12: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
static var leastNonzeroMagnitude: Self { get }}
           ^
Swift.FloatingPoint.sign:2:5: note: protocol requires property 'sign' with type 'FloatingPointSign'
var sign: FloatingPointSign { get }}
    ^
Swift.FloatingPoint.significand:2:5: note: protocol requires property 'significand' with type 'Float80'
var significand: Self { get }}
    ^
Swift.FloatingPoint./:2:13: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'
static func / (lhs: Self, rhs: Self) -> Self}
            ^
Swift.FloatingPoint.formRemainder:2:15: note: protocol requires function 'formRemainder(dividingBy:)' with type '(Float80) -> ()'
mutating func formRemainder(dividingBy other: Self)}
              ^
Swift.FloatingPoint.formTruncatingRemainder:2:15: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
mutating func formTruncatingRemainder(dividingBy other: Self)}
              ^
Swift.FloatingPoint.formSquareRoot:2:15: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
mutating func formSquareRoot()}
              ^
Swift.FloatingPoint.addProduct:2:15: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
mutating func addProduct(_ lhs: Self, _ rhs: Self)}
              ^
Swift.FloatingPoint.nextUp:2:5: note: protocol requires property 'nextUp' with type 'Float80'
var nextUp: Self { get }}
    ^
Swift.FloatingPoint.isEqual:2:6: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
func isEqual(to other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLess:2:6: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
func isLess(than other: Self) -> Bool}
     ^
Swift.FloatingPoint.isLessThanOrEqualTo:2:6: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
func isLessThanOrEqualTo(_ other: Self) -> Bool}
     ^
Swift.FloatingPoint.isTotallyOrdered:2:6: note: protocol requires function 'isTotallyOrdered(belowOrEqualTo:)' with type '(Float80) -> Bool'
func isTotallyOrdered(belowOrEqualTo other: Self) -> Bool}
     ^
Swift.FloatingPoint.isNormal:2:5: note: protocol requires property 'isNormal' with type 'Bool'
var isNormal: Bool { get }}
    ^
Swift.FloatingPoint.isFinite:2:5: note: protocol requires property 'isFinite' with type 'Bool'
var isFinite: Bool { get }}
    ^
Swift.FloatingPoint.isZero:2:5: note: protocol requires property 'isZero' with type 'Bool'
var isZero: Bool { get }}
    ^
Swift.FloatingPoint.isSubnormal:2:5: note: protocol requires property 'isSubnormal' with type 'Bool'
var isSubnormal: Bool { get }}
    ^
Swift.FloatingPoint.isInfinite:2:5: note: protocol requires property 'isInfinite' with type 'Bool'
var isInfinite: Bool { get }}
    ^
Swift.FloatingPoint.isNaN:2:5: note: protocol requires property 'isNaN' with type 'Bool'
var isNaN: Bool { get }}
    ^
Swift.FloatingPoint.isSignalingNaN:2:5: note: protocol requires property 'isSignalingNaN' with type 'Bool'
var isSignalingNaN: Bool { get }}
    ^
Swift.FloatingPoint.isCanonical:2:5: note: protocol requires property 'isCanonical' with type 'Bool'
var isCanonical: Bool { get }}
    ^
Swift.Strideable.distance:2:6: note: protocol requires function 'distance(to:)' with type '(Float80) -> Float80'
func distance(to other: Self) -> Self.Stride}
     ^
Swift.Strideable.advanced:2:6: note: protocol requires function 'advanced(by:)' with type '(Float80) -> Float80'
func advanced(by n: Self.Stride) -> Self}
     ^
Swift.Numeric.magnitude:2:5: note: protocol requires property 'magnitude' with type 'Float80'
var magnitude: Self.Magnitude { get }}
    ^
Swift.AdditiveArithmetic.+:2:13: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
static func + (lhs: Self, rhs: Self) -> Self}
            ^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift:14:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80 : FloatingPointGenericMath {
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:45:16: warning: 'public' modifier is redundant for property declared in a public extension
    @inlinable public var transposed: Self {
               ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:265:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init<M3: Matrix3Protocol>(topLeft: M3, rest: Self = .identity) where M3.Element == Element {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:101:20: warning: typealias overriding associated type 'Dimension' from protocol 'VectorProtocol' is better expressed as same-type constraint on the protocol
  public typealias Dimension = Dim_3x1
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift:4:18: note: 'Dimension' declared here
  associatedtype Dimension: MatrixDimension
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:174:20: warning: typealias overriding associated type 'Dimension' from protocol 'VectorProtocol' is better expressed as same-type constraint on the protocol
  public typealias Dimension = Dim_4x1
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift:4:18: note: 'Dimension' declared here
  associatedtype Dimension: MatrixDimension
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:379:16: warning: no calls to throwing functions occur within 'try' expression
        return try! Self([
               ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift:438:12: warning: no calls to throwing functions occur within 'try' expression
    return try! lhs.matmul(rhs)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:28:20: warning: typealias overriding associated type 'Dimension' from protocol 'VectorProtocol' is better expressed as same-type constraint on the protocol
  public typealias Dimension = Dim_2x1
         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift:4:18: note: 'Dimension' declared here
  associatedtype Dimension: MatrixDimension
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift:133:15: warning: deprecated default implementation is used to satisfy initializer 'init(point:direction:)' required by protocol 'LineProtocol': use init(origin:, direction:)
public struct Line<V: VectorProtocol>: LineProtocol, Equatable where V.Element: BinaryFloatingPoint {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift:16:5: note: 'init(point:direction:)' declared here
    init(point: VectorProtocol, direction: VectorProtocol) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift:10:5: note: requirement 'init(point:direction:)' declared here
    init(point: VectorProtocol, direction: VectorProtocol)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift:16:20: warning: 'AnyLine' is deprecated: use Line<V> instead of AnyLine<V>
  public var line: AnyLine<Vector>
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift:18:21: warning: 'AnyLine' is deprecated: use Line<V> instead of AnyLine<V>
  public init(line: AnyLine<Vector>, scaleMin: Vector.Element, scaleMax: Vector.Element) {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift:16:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(point: VectorProtocol, normal: VectorProtocol) {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift:244:27: warning: no calls to throwing functions occur within 'try' expression
    return VectorProtocol(try! self.matmul(other).elements)
                          ^
Failed frontend command:
/Applications/Xcode-26.4.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/GfxMath/Accuracy.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+DefaultColors.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Color+EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Conversions/EColor+swim.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBAColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/MatrixDimension.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Point.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Size.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Rect.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Triangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Initializers.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift -target arm64-apple-macos10.15 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.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/GfxMath.build/Debug/GfxMath.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name GfxMath -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-macos26.4 -target-sdk-version 26.4 -target-sdk-name macosx26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GfxMath.build/Debug/GfxMath.build/Objects-normal/arm64/GfxMath.abi.json
SwiftCompile normal arm64 Compiling\ Triangle.swift,\ Vector.swift,\ VectorLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Triangle.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorLayout.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Triangle.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/Vector.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorLayout.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ EColorFormatIRGBA.swift,\ ERGBAColor.swift,\ ERGBColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBAColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBColor.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGBA.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBAColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/ERGBColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ EColorFormatFpRGB.swift,\ EColorFormatFpRGBA.swift,\ EColorFormatIRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGB.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGB.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatFpRGBA.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColorFormatIRGB.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Accuracy.swift,\ Color+Conversions.swift,\ Color+DefaultColors.swift,\ Color.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Accuracy.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+DefaultColors.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Accuracy.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+Conversions.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color+DefaultColors.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Color.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LineSegment.swift,\ Plane.swift,\ Rect.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Rect.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/LineSegment.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Plane.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Rect.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ VectorProtocol+Initializers.swift,\ VectorProtocol+Operators.swift,\ VectorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Initializers.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Initializers.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol+Operators.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/vector/VectorProtocol.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Point.swift,\ Quaternion.swift,\ Size.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Point.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Size.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Point.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Quaternion.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Size.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Transform.swift,\ Transformation.swift,\ Line.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transform.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Transformation.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/geometry/Line.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Color+EColor.swift,\ EColor+swim.swift,\ EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Color+EColor.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Conversions/EColor+swim.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift (in target 'GfxMath' from project 'GfxMath')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Color+EColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/Conversions/EColor+swim.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Color/Experimental/EColor.swift (in target 'GfxMath' from project 'GfxMath')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FloatingPointGenericMath.swift,\ Matrix.swift,\ MatrixDimension.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/FloatingPointGenericMath.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/GfxMath/MatrixDimension.swift (in target 'GfxMath' from project 'GfxMath')
2026-04-23 03:24:35.123 xcodebuild[711:4332] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:adb9907771cce192054293ab49ebf1c51a2a5c63, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'GfxMath' from project 'GfxMath')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ GfxMath (in target 'GfxMath' from project 'GfxMath')
	Building workspace spi-builder-workspace with scheme GfxMath
(3 failures)
BUILD FAILURE 6.3 macosXcodebuild