The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Sankey, reference master (1440b4), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 01:22:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxhumber/Sankey.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxhumber/Sankey
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1440b44 minor readme corrections
Cloned https://github.com/maxhumber/Sankey.git
Revision (git rev-parse @):
1440b44c5f58fb006364fd260bed05b7d6ad67f9
SUCCESS checkout https://github.com/maxhumber/Sankey.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/maxhumber/Sankey.git
https://github.com/maxhumber/Sankey.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sankey",
  "name" : "Sankey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Sankey",
      "targets" : [
        "Sankey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SankeyTests",
      "module_type" : "SwiftTarget",
      "name" : "SankeyTests",
      "path" : "Tests/SankeyTests",
      "sources" : [
        "SankeyTests.swift"
      ],
      "target_dependencies" : [
        "Sankey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sankey",
      "module_type" : "SwiftTarget",
      "name" : "Sankey",
      "path" : "Sources",
      "product_memberships" : [
        "Sankey"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/d3-sankey.min.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/d3.min.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Deprecated/SankeyDiagram+deprecated.swift",
        "Deprecated/SankeyLink+deprecated.swift",
        "Helpers/Color+.swift",
        "Helpers/HexColor.swift",
        "SankeyData.swift",
        "SankeyDiagram.swift",
        "SankeyLink.swift",
        "SankeyNode.swift",
        "SankeyOptions.swift",
        "SankeyResources.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Sankey: /Users/admin/builder/spi-builder-workspace
resolved source packages: Sankey
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sankey",
  "name" : "Sankey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Sankey",
      "targets" : [
        "Sankey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SankeyTests",
      "module_type" : "SwiftTarget",
      "name" : "SankeyTests",
      "path" : "Tests/SankeyTests",
      "sources" : [
        "SankeyTests.swift"
      ],
      "target_dependencies" : [
        "Sankey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sankey",
      "module_type" : "SwiftTarget",
      "name" : "Sankey",
      "path" : "Sources",
      "product_memberships" : [
        "Sankey"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/d3-sankey.min.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/d3.min.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Deprecated/SankeyDiagram+deprecated.swift",
        "Deprecated/SankeyLink+deprecated.swift",
        "Helpers/Color+.swift",
        "Helpers/HexColor.swift",
        "SankeyData.swift",
        "SankeyDiagram.swift",
        "SankeyLink.swift",
        "SankeyNode.swift",
        "SankeyOptions.swift",
        "SankeyResources.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Sankey"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Sankey -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Sankey -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Sankey: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Sankey' in project 'Sankey'
        ➜ Explicit dependency on target 'Sankey' in project 'Sankey'
        ➜ Explicit dependency on target 'Sankey_Sankey' in project 'Sankey'
    Target 'Sankey' in project 'Sankey'
        ➜ Explicit dependency on target 'Sankey_Sankey' in project 'Sankey'
    Target 'Sankey_Sankey' in project 'Sankey' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a288702a387dc2cd08c4dbbfcdcac5a7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a288702a387dc2cd08c4dbbfcdcac5a7.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/empty-Sankey_Sankey.plist (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/empty-Sankey_Sankey.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.modulemap (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.DependencyMetadataFileList (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/Sankey_Sankey.DependencyStaticMetadataFileList (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/Sankey_Sankey.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.DependencyStaticMetadataFileList (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Resources (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/Sankey_Sankey.DependencyMetadataFileList (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/Sankey_Sankey.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.SwiftConstValuesFileList (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.SwiftFileList (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey_const_extract_protocols.json (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.LinkFileList (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey-OutputFileMap.json (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Sankey.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Sankey.modulemap (in target 'Sankey' from project 'Sankey')
    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/Sankey.build/Debug/Sankey.build/Sankey.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/empty-Sankey_Sankey.plist (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/empty-Sankey_Sankey.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Resources/d3.min.js /Users/admin/builder/spi-builder-workspace/Sources/Resources/d3.min.js (in target 'Sankey_Sankey' from project 'Sankey')
    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/Sources/Resources/d3.min.js /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Resources
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Resources/d3-sankey.min.js /Users/admin/builder/spi-builder-workspace/Sources/Resources/d3-sankey.min.js (in target 'Sankey_Sankey' from project 'Sankey')
    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/Sources/Resources/d3-sankey.min.js /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle
SwiftDriver Sankey normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sankey -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey_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/Sankey.build/Debug/Sankey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.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/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SankeyLink+deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyLink+deprecated.swift (in target 'Sankey' from project 'Sankey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyLink+deprecated.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ SankeyData.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift (in target 'Sankey' from project 'Sankey')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyDiagram+deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyLink+deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Color+.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/HexColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyDiagram.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyLink.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyNode.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyResources.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.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/Sankey.build/Debug/Sankey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Sankey -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.o -index-unit-output-path /Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:19:37: error: 'withoutEscapingSlashes' is only available in macOS 10.15 or newer
        encoder.outputFormatting = .withoutEscapingSlashes
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:19:37: note: add 'if #available' version check
        encoder.outputFormatting = .withoutEscapingSlashes
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:17:16: note: add @available attribute to enclosing property
    public var description: String {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:3:15: note: add @available attribute to enclosing struct
public struct SankeyData: Encodable, CustomStringConvertible {
              ^
SwiftCompile normal arm64 Compiling\ SankeyDiagram.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyDiagram.swift (in target 'Sankey' from project 'Sankey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SankeyDiagram.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ SankeyDiagram+deprecated.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyDiagram+deprecated.swift (in target 'Sankey' from project 'Sankey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyDiagram+deprecated.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Sankey (in target 'Sankey' from project 'Sankey')
Command SwiftEmitModule failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1932422052a600f0d2bf639c5d05d7f2d05821d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1932422052a600f0d2bf639c5d05d7f2d05821d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1932422052a600f0d2bf639c5d05d7f2d05821d3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1932422052a600f0d2bf639c5d05d7f2d05821d3, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ SankeyData.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift (in target 'Sankey' from project 'Sankey')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift (in target 'Sankey' from project 'Sankey')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Sankey (in target 'Sankey' from project 'Sankey')
	Building workspace spi-builder-workspace with scheme Sankey
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Sankey: /Users/admin/builder/spi-builder-workspace
resolved source packages: Sankey
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sankey",
  "name" : "Sankey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Sankey",
      "targets" : [
        "Sankey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SankeyTests",
      "module_type" : "SwiftTarget",
      "name" : "SankeyTests",
      "path" : "Tests/SankeyTests",
      "sources" : [
        "SankeyTests.swift"
      ],
      "target_dependencies" : [
        "Sankey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sankey",
      "module_type" : "SwiftTarget",
      "name" : "Sankey",
      "path" : "Sources",
      "product_memberships" : [
        "Sankey"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/d3-sankey.min.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/d3.min.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Deprecated/SankeyDiagram+deprecated.swift",
        "Deprecated/SankeyLink+deprecated.swift",
        "Helpers/Color+.swift",
        "Helpers/HexColor.swift",
        "SankeyData.swift",
        "SankeyDiagram.swift",
        "SankeyLink.swift",
        "SankeyNode.swift",
        "SankeyOptions.swift",
        "SankeyResources.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Sankey"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Sankey -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Sankey -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Sankey: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'Sankey' in project 'Sankey'
        ➜ Explicit dependency on target 'Sankey' in project 'Sankey'
        ➜ Explicit dependency on target 'Sankey_Sankey' in project 'Sankey'
    Target 'Sankey' in project 'Sankey'
        ➜ Explicit dependency on target 'Sankey_Sankey' in project 'Sankey'
    Target 'Sankey_Sankey' in project 'Sankey' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 696422bd4ccfa6f281fb03d4abbf7b48
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/696422bd4ccfa6f281fb03d4abbf7b48.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/empty-Sankey_Sankey.plist (in target 'Sankey_Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey_Sankey.build/empty-Sankey_Sankey.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Sankey_Sankey.bundle/Contents/Info.plist
SwiftDriver Sankey normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sankey -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey_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/Sankey.build/Debug/Sankey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.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/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SankeyData.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift (in target 'Sankey' from project 'Sankey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:19:37: error: 'withoutEscapingSlashes' is only available in macOS 10.15 or newer
        encoder.outputFormatting = .withoutEscapingSlashes
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:19:37: note: add 'if #available' version check
        encoder.outputFormatting = .withoutEscapingSlashes
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:17:16: note: add @available attribute to enclosing property
    public var description: String {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift:3:15: note: add @available attribute to enclosing struct
public struct SankeyData: Encodable, CustomStringConvertible {
              ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyDiagram+deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyLink+deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Color+.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/HexColor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SankeyData.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyDiagram.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyLink.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyNode.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/SankeyResources.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/Sankey_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.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/Sankey.build/Debug/Sankey.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Sankey -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.o -index-unit-output-path /Sankey.build/Debug/Sankey.build/Objects-normal/arm64/SankeyData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ SankeyDiagram+deprecated.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyDiagram+deprecated.swift (in target 'Sankey' from project 'Sankey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sankey.build/Debug/Sankey.build/DerivedSources/resource_bundle_accessor.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyDiagram+deprecated.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SankeyLink+deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyLink+deprecated.swift (in target 'Sankey' from project 'Sankey')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Deprecated/SankeyLink+deprecated.swift (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ Sankey (in target 'Sankey' from project 'Sankey')
EmitSwiftModule normal arm64 (in target 'Sankey' from project 'Sankey')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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