The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Rosalind, reference main (2e480e), with Swift 6.1 for watchOS using Xcode 16.3 on 1 May 2026 00:46:16 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rosalind -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/Rosalind.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/Rosalind
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2e480ee chore(deps): update dependency wrangler to v4.87.0 (#503)
Cloned https://github.com/tuist/Rosalind.git
Revision (git rev-parse @):
2e480eed683af71c29c54e82f7a48b7b73b66728
SUCCESS checkout https://github.com/tuist/Rosalind.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/Rosalind.git
https://github.com/tuist/Rosalind.git
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    },
    {
      "identity" : "filesystem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.37",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/FileSystem.git"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit"
    },
    {
      "identity" : "mockable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kolos65/Mockable"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.37.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Rosalind",
  "name" : "Rosalind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Rosalind",
      "targets" : [
        "Rosalind"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RosalindTests",
      "module_type" : "SwiftTarget",
      "name" : "RosalindTests",
      "path" : "Tests/RosalindTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "Mockable"
      ],
      "sources" : [
        "AndroidBundleMetadataServiceTests.swift",
        "AppBundleLoaderTests.swift",
        "AssetUtilControllerTests.swift",
        "Extensions/Snapshotting+RosalindReport.swift",
        "RosalindAcceptanceTests.swift",
        "RosalindTests.swift"
      ],
      "target_dependencies" : [
        "Rosalind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rosalind",
      "module_type" : "SwiftTarget",
      "name" : "Rosalind",
      "path" : "Sources/Rosalind",
      "product_dependencies" : [
        "Crypto",
        "Path",
        "FileSystem",
        "Command",
        "MachOKit",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Rosalind"
      ],
      "sources" : [
        "AndroidBundleMetadataService.swift",
        "AppBundle.swift",
        "AppBundleLoader.swift",
        "AppBundleReport.swift",
        "AssetUtilController.swift",
        "Extensions/FileHandle+Read.swift",
        "Extensions/Sequence+Concurrency.swift",
        "PoolLock.swift",
        "Proto/Generated/Configuration.pb.swift",
        "Proto/Generated/Resources.pb.swift",
        "Rosalind.swift",
        "ShasumCalculator.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
Fetching from https://github.com/Kolos65/Mockable
Fetching from https://github.com/tuist/FileSystem.git
Fetching from https://github.com/tuist/Command.git
Fetching from https://github.com/p-x9/MachOKit
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/pointfreeco/swift-snapshot-testing (cached)
Fetching from https://github.com/apple/swift-protobuf.git (cached)
Fetching from https://github.com/tuist/Path.git
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/p-x9/swift-binary-parse-support.git
Fetching from https://github.com/p-x9/swift-fileio-extra.git
Fetching from https://github.com/p-x9/ObjectArchiveKit.git
Fetching from https://github.com/p-x9/swift-fileio.git
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/apple/swift-log (cached)
Fetching from https://github.com/tuist/ZIPFoundation
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Creating working copy of package ‘swift-binary-parse-support’
Checking out 0.2.1 of package ‘swift-binary-parse-support’
Creating working copy of package ‘swift-protobuf’
Checking out 1.37.0 of package ‘swift-protobuf’
Creating working copy of package ‘swift-fileio’
Checking out 0.13.0 of package ‘swift-fileio’
Creating working copy of package ‘Path’
Checking out 0.3.8 of package ‘Path’
Creating working copy of package ‘ObjectArchiveKit’
Checking out 0.5.0 of package ‘ObjectArchiveKit’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.1 of package ‘swift-crypto’
Creating working copy of package ‘swift-fileio-extra’
Checking out 0.2.2 of package ‘swift-fileio-extra’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘Command’
Checking out 0.14.2 of package ‘Command’
Creating working copy of package ‘MachOKit’
Checking out 0.49.0 of package ‘MachOKit’
Creating working copy of package ‘Mockable’
Checking out 0.6.2 of package ‘Mockable’
Creating working copy of package ‘ZIPFoundation’
Checking out 0.9.21 of package ‘ZIPFoundation’
Creating working copy of package ‘FileSystem’
Checking out 0.17.2 of package ‘FileSystem’
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.19.2 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install zlib using your system-packager:
    brew install zlib
Resolve Package Graph
you may be able to install zlib using your system-packager:
    brew install zlib
Resolved source packages:
  swift-fileio: https://github.com/p-x9/swift-fileio.git @ 0.13.0
  swift-fileio-extra: https://github.com/p-x9/swift-fileio-extra.git @ 0.2.2
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  Path: https://github.com/tuist/Path.git @ 0.3.8
  FileSystem: https://github.com/tuist/FileSystem.git @ 0.17.2
  MachOKit: https://github.com/p-x9/MachOKit @ 0.49.0
  swift-binary-parse-support: https://github.com/p-x9/swift-binary-parse-support.git @ 0.2.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-log: https://github.com/apple/swift-log @ 1.12.0
  Rosalind: /Users/admin/builder/spi-builder-workspace
  Mockable: https://github.com/Kolos65/Mockable @ 0.6.2
  ZIPFoundation: https://github.com/tuist/ZIPFoundation @ 0.9.21
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
  ObjectArchiveKit: https://github.com/p-x9/ObjectArchiveKit.git @ 0.5.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  Command: https://github.com/tuist/Command.git @ 0.14.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
resolved source packages: swift-fileio, swift-fileio-extra, swift-crypto, swift-syntax, Path, FileSystem, MachOKit, swift-binary-parse-support, xctest-dynamic-overlay, swift-log, Rosalind, Mockable, ZIPFoundation, SwiftProtobuf, ObjectArchiveKit, swift-custom-dump, Command, swift-snapshot-testing, swift-asn1
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    },
    {
      "identity" : "filesystem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.37",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/FileSystem.git"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit"
    },
    {
      "identity" : "mockable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kolos65/Mockable"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.37.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Rosalind",
  "name" : "Rosalind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Rosalind",
      "targets" : [
        "Rosalind"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RosalindTests",
      "module_type" : "SwiftTarget",
      "name" : "RosalindTests",
      "path" : "Tests/RosalindTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "Mockable"
      ],
      "sources" : [
        "AndroidBundleMetadataServiceTests.swift",
        "AppBundleLoaderTests.swift",
        "AssetUtilControllerTests.swift",
        "Extensions/Snapshotting+RosalindReport.swift",
        "RosalindAcceptanceTests.swift",
        "RosalindTests.swift"
      ],
      "target_dependencies" : [
        "Rosalind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rosalind",
      "module_type" : "SwiftTarget",
      "name" : "Rosalind",
      "path" : "Sources/Rosalind",
      "product_dependencies" : [
        "Crypto",
        "Path",
        "FileSystem",
        "Command",
        "MachOKit",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Rosalind"
      ],
      "sources" : [
        "AndroidBundleMetadataService.swift",
        "AppBundle.swift",
        "AppBundleLoader.swift",
        "AppBundleReport.swift",
        "AssetUtilController.swift",
        "Extensions/FileHandle+Read.swift",
        "Extensions/Sequence+Concurrency.swift",
        "PoolLock.swift",
        "Proto/Generated/Configuration.pb.swift",
        "Proto/Generated/Resources.pb.swift",
        "Rosalind.swift",
        "ShasumCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BinaryParseSupport",
      "Rosalind",
      "swift-binary-parse-support"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BinaryParseSupport",
      "Rosalind",
      "swift-binary-parse-support"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rosalind -destination generic/platform=watchOS 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 Rosalind -destination generic/platform=watchOS "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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install zlib using your system-packager:
    brew install zlib
Resolve Package Graph
you may be able to install zlib using your system-packager:
    brew install zlib
Resolved source packages:
  Rosalind: /Users/admin/builder/spi-builder-workspace
  swift-binary-parse-support: https://github.com/p-x9/swift-binary-parse-support.git @ 0.2.1
  Path: https://github.com/tuist/Path.git @ 0.3.8
  Mockable: https://github.com/Kolos65/Mockable @ 0.6.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  swift-fileio-extra: https://github.com/p-x9/swift-fileio-extra.git @ 0.2.2
  ZIPFoundation: https://github.com/tuist/ZIPFoundation @ 0.9.21
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  Command: https://github.com/tuist/Command.git @ 0.14.2
  swift-log: https://github.com/apple/swift-log @ 1.12.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  MachOKit: https://github.com/p-x9/MachOKit @ 0.49.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  ObjectArchiveKit: https://github.com/p-x9/ObjectArchiveKit.git @ 0.5.0
  swift-fileio: https://github.com/p-x9/swift-fileio.git @ 0.13.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  FileSystem: https://github.com/tuist/FileSystem.git @ 0.17.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (33 targets)
    Target 'Rosalind' in project 'Rosalind'
        ➜ Explicit dependency on target 'Rosalind' in project 'Rosalind'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'Rosalind' in project 'Rosalind'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
    Target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Glob' in project 'FileSystem'
        ➜ Explicit dependency on target 'CFileSystemShims' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'RFC 4648' in project 'FileSystem'
        ➜ Explicit dependency on target 'File System Primitives' in project 'FileSystem'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
    Target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Glob' in project 'FileSystem'
        ➜ Explicit dependency on target 'CFileSystemShims' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'RFC 4648' in project 'FileSystem'
        ➜ Explicit dependency on target 'File System Primitives' in project 'FileSystem'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'File System Primitives' in project 'FileSystem'
        ➜ Explicit dependency on target 'CFileSystemShims' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'RFC 4648' in project 'FileSystem'
    Target 'RFC 4648' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
    Target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
    Target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
    Target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
    Target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
    Target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
    Target 'StandardLibraryExtensions' in project 'FileSystem' (no dependencies)
    Target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
    Target 'Algebra' in project 'FileSystem' (no dependencies)
    Target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
    Target 'VendoredCSystem' in project 'FileSystem' (no dependencies)
    Target 'CFileSystemShims' in project 'FileSystem' (no dependencies)
    Target 'Glob' in project 'FileSystem' (no dependencies)
    Target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Path' in project 'Path'
    Target 'Path' in project 'Path' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4d08012b653af7faf1c83cb9c65eaf98
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4d08012b653af7faf1c83cb9c65eaf98.xcbuilddata
error: The package product 'FileSystem' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'Rosalind' from project 'Rosalind')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Rosalind
(1 failure)
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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install zlib using your system-packager:
    brew install zlib
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-binary-parse-support: https://github.com/p-x9/swift-binary-parse-support.git @ 0.2.1
  Rosalind: /Users/admin/builder/spi-builder-workspace
  ZIPFoundation: https://github.com/tuist/ZIPFoundation @ 0.9.21
  Command: https://github.com/tuist/Command.git @ 0.14.2
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  MachOKit: https://github.com/p-x9/MachOKit @ 0.49.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
  Mockable: https://github.com/Kolos65/Mockable @ 0.6.2
  swift-fileio-extra: https://github.com/p-x9/swift-fileio-extra.git @ 0.2.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  ObjectArchiveKit: https://github.com/p-x9/ObjectArchiveKit.git @ 0.5.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-log: https://github.com/apple/swift-log @ 1.12.0
  FileSystem: https://github.com/tuist/FileSystem.git @ 0.17.2
  swift-fileio: https://github.com/p-x9/swift-fileio.git @ 0.13.0
  Path: https://github.com/tuist/Path.git @ 0.3.8
resolved source packages: swift-syntax, swift-binary-parse-support, Rosalind, ZIPFoundation, Command, swift-crypto, MachOKit, SwiftProtobuf, Mockable, swift-fileio-extra, swift-snapshot-testing, swift-custom-dump, ObjectArchiveKit, swift-asn1, xctest-dynamic-overlay, swift-log, FileSystem, swift-fileio, Path
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    },
    {
      "identity" : "filesystem",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.37",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/FileSystem.git"
    },
    {
      "identity" : "command",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Command.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit"
    },
    {
      "identity" : "mockable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kolos65/Mockable"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.37.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Rosalind",
  "name" : "Rosalind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Rosalind",
      "targets" : [
        "Rosalind"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RosalindTests",
      "module_type" : "SwiftTarget",
      "name" : "RosalindTests",
      "path" : "Tests/RosalindTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "Mockable"
      ],
      "sources" : [
        "AndroidBundleMetadataServiceTests.swift",
        "AppBundleLoaderTests.swift",
        "AssetUtilControllerTests.swift",
        "Extensions/Snapshotting+RosalindReport.swift",
        "RosalindAcceptanceTests.swift",
        "RosalindTests.swift"
      ],
      "target_dependencies" : [
        "Rosalind"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rosalind",
      "module_type" : "SwiftTarget",
      "name" : "Rosalind",
      "path" : "Sources/Rosalind",
      "product_dependencies" : [
        "Crypto",
        "Path",
        "FileSystem",
        "Command",
        "MachOKit",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Rosalind"
      ],
      "sources" : [
        "AndroidBundleMetadataService.swift",
        "AppBundle.swift",
        "AppBundleLoader.swift",
        "AppBundleReport.swift",
        "AssetUtilController.swift",
        "Extensions/FileHandle+Read.swift",
        "Extensions/Sequence+Concurrency.swift",
        "PoolLock.swift",
        "Proto/Generated/Configuration.pb.swift",
        "Proto/Generated/Resources.pb.swift",
        "Rosalind.swift",
        "ShasumCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BinaryParseSupport",
      "Rosalind",
      "swift-binary-parse-support"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BinaryParseSupport",
      "Rosalind",
      "swift-binary-parse-support"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rosalind -destination generic/platform=watchOS
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 Rosalind -destination generic/platform=watchOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install zlib using your system-packager:
    brew install zlib
Resolved source packages:
  Command: https://github.com/tuist/Command.git @ 0.14.2
  MachOKit: https://github.com/p-x9/MachOKit @ 0.49.0
  ObjectArchiveKit: https://github.com/p-x9/ObjectArchiveKit.git @ 0.5.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-log: https://github.com/apple/swift-log @ 1.12.0
  FileSystem: https://github.com/tuist/FileSystem.git @ 0.17.2
  Rosalind: /Users/admin/builder/spi-builder-workspace
  swift-binary-parse-support: https://github.com/p-x9/swift-binary-parse-support.git @ 0.2.1
  Path: https://github.com/tuist/Path.git @ 0.3.8
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
  Mockable: https://github.com/Kolos65/Mockable @ 0.6.2
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-fileio-extra: https://github.com/p-x9/swift-fileio-extra.git @ 0.2.2
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
  swift-fileio: https://github.com/p-x9/swift-fileio.git @ 0.13.0
  ZIPFoundation: https://github.com/tuist/ZIPFoundation @ 0.9.21
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (33 targets)
    Target 'Rosalind' in project 'Rosalind'
        ➜ Explicit dependency on target 'Rosalind' in project 'Rosalind'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'Rosalind' in project 'Rosalind'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
    Target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Command' in project 'Command'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Glob' in project 'FileSystem'
        ➜ Explicit dependency on target 'CFileSystemShims' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'RFC 4648' in project 'FileSystem'
        ➜ Explicit dependency on target 'File System Primitives' in project 'FileSystem'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
    Target 'FileSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'Glob' in project 'FileSystem'
        ➜ Explicit dependency on target 'CFileSystemShims' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'RFC 4648' in project 'FileSystem'
        ➜ Explicit dependency on target 'File System Primitives' in project 'FileSystem'
        ➜ Explicit dependency on target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation' in project 'ZIPFoundation'
        ➜ Explicit dependency on target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation'
    Target 'ZIPFoundation_ZIPFoundation' in project 'ZIPFoundation' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'File System Primitives' in project 'FileSystem'
        ➜ Explicit dependency on target 'CFileSystemShims' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'RFC 4648' in project 'FileSystem'
    Target 'RFC 4648' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'INCITS 4 1986' in project 'FileSystem'
    Target 'INCITS 4 1986' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'Standards' in project 'FileSystem'
    Target 'Standards' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
        ➜ Explicit dependency on target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
        ➜ Explicit dependency on target 'Binary' in project 'FileSystem'
    Target 'Locale' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
    Target 'Formatting' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
    Target 'StandardTime' in project 'FileSystem'
        ➜ Explicit dependency on target 'StandardLibraryExtensions' in project 'FileSystem'
    Target 'StandardLibraryExtensions' in project 'FileSystem' (no dependencies)
    Target 'Binary' in project 'FileSystem'
        ➜ Explicit dependency on target 'Algebra' in project 'FileSystem'
    Target 'Algebra' in project 'FileSystem' (no dependencies)
    Target 'VendoredSystemPackage' in project 'FileSystem'
        ➜ Explicit dependency on target 'VendoredCSystem' in project 'FileSystem'
    Target 'VendoredCSystem' in project 'FileSystem' (no dependencies)
    Target 'CFileSystemShims' in project 'FileSystem' (no dependencies)
    Target 'Glob' in project 'FileSystem' (no dependencies)
    Target 'Path' in project 'Path'
        ➜ Explicit dependency on target 'Path' in project 'Path'
    Target 'Path' in project 'Path' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 8ee6131e1af0efd191f7deeaacbafd91
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8ee6131e1af0efd191f7deeaacbafd91.xcbuilddata
error: The package product 'FileSystem' requires minimum platform version 9.0 for the watchOS platform, but this target supports 5.0 (in target 'Rosalind' from project 'Rosalind')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Rosalind
(1 failure)
BUILD FAILURE 6.1 watchOS