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 Scipio, reference main (ff8158), with Swift 6.1 for tvOS using Xcode 16.3 on 9 Sep 2025 15:26:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Scipio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/Scipio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ff81585 Merge pull request #240 from giginet/dependabot/github_actions/actions/upload-pages-artifact-4
Cloned https://github.com/giginet/Scipio.git
Revision (git rev-parse @):
ff815854b5d2ac74bcf165c08e8602e3f5bb8aad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/giginet/Scipio.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/giginet/Scipio.git
https://github.com/giginet/Scipio.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "packagemanifestkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/PackageManifestKit"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    }
  ],
  "manifest_display_name" : "Scipio",
  "name" : "Scipio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "scipio",
      "targets" : [
        "scipio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScipioKit",
      "targets" : [
        "ScipioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "scipio",
      "module_type" : "SwiftTarget",
      "name" : "scipio",
      "path" : "Sources/scipio",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scipio"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandType.swift",
        "CreateCommands.swift",
        "DumpCacheKey.swift",
        "Options.swift",
        "PrepareCommands.swift",
        "Scipio.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScipioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitTests",
      "path" : "Tests/ScipioKitTests",
      "sources" : [
        "BuildOptionsTests.swift",
        "CacheSystemTests.swift",
        "ClangCheckerTests.swift",
        "DWARFSymbolStripperTests.swift",
        "DebugSymbolTests.swift",
        "DependencyGraphTests.swift",
        "DescriptionPackageTests.swift",
        "DynamicFrameworkTests.swift",
        "FrameworkBundleAssemblerTests.swift",
        "FrameworkModuleMapGeneratorTests.swift",
        "InfoPlistGeneratorTests.swift",
        "IntegrationTests.swift",
        "PartialCacheTests.swift",
        "ProcessExecutorTests.swift",
        "RunnerTests.swift",
        "TestingExecutor.swift",
        "URLExtensionsTests.swift",
        "VariousModulePathsTests.swift",
        "XCTestCase+Utils.swift",
        "XcodeVersionFetcherTests.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioKit",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKit",
      "path" : "Sources/ScipioKit",
      "product_dependencies" : [
        "Logging",
        "Collections",
        "Algorithms",
        "Rainbow",
        "ScipioStorage",
        "PackageManifestKit",
        "AsyncOperations"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildOptions.swift",
        "DependencyGraph/DependencyGraph.swift",
        "DependencyGraph/WeakReference.swift",
        "DescriptionPackage.swift",
        "Executor.swift",
        "FileSystem.swift",
        "Logger.swift",
        "PackageLocator.swift",
        "Producer/BinaryExtractor.swift",
        "Producer/Cache/CacheSystem.swift",
        "Producer/Cache/LocalDiskCacheStorage.swift",
        "Producer/Cache/ProjectCacheStorage.swift",
        "Producer/Cache/XcodeVersion.swift",
        "Producer/CacheStorage+DisplayName.swift",
        "Producer/Compiler.swift",
        "Producer/DWARFSymbolStripper.swift",
        "Producer/DwarfExtractor.swift",
        "Producer/FrameworkProducer.swift",
        "Producer/InfoPlistGenerator.swift",
        "Producer/PIF/BuildParametersGenerator.swift",
        "Producer/PIF/FrameworkBundleAssembler.swift",
        "Producer/PIF/FrameworkComponentsCollector.swift",
        "Producer/PIF/FrameworkModuleMapGenerator.swift",
        "Producer/PIF/PIFCompiler.swift",
        "Producer/PIF/PIFGenerator.swift",
        "Producer/PIF/ToolchainGenerator.swift",
        "Producer/PIF/XCBuildClient.swift",
        "Producer/PIF/XCBuildExecutor.swift",
        "Resolver/ManifestLoader.swift",
        "Resolver/ModuleTypeResolver.swift",
        "Resolver/PackageResolveExecutor.swift",
        "Resolver/PackageResolver.swift",
        "Resolver/ResolvedModels.swift",
        "Resolver/ShowDependenciesParser.swift",
        "Runner.swift",
        "String+Extensions.swift",
        "SwiftPM/CannonicalPackageLocation.swift",
        "SwiftPM/ModuleMapGenerator.swift",
        "SwiftPM/StringConversions.swift",
        "SwiftPM/StringMangling.swift",
        "SwiftPM/Version.swift",
        "SwiftPM/XCBuildMessage.swift",
        "SwiftPM/topologicalSort.swift",
        "Target+bundleName.swift",
        "URL+Extensions.swift"
      ],
      "target_dependencies" : [
        "PIFKit",
        "GenerateScipioVersion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PIFKitTests",
      "path" : "Tests/PIFKitTests",
      "sources" : [
        "BuildConfigurationTests.swift",
        "FixtureLoader.swift",
        "PIFManipulatorTests.swift",
        "PlatformTests.swift",
        "TargetTests.swift"
      ],
      "target_dependencies" : [
        "PIFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIFKit",
      "module_type" : "SwiftTarget",
      "name" : "PIFKit",
      "path" : "Sources/PIFKit",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildConfiguration.swift",
        "JSONConvertible.swift",
        "PIFManipulator.swift",
        "Platform.swift",
        "Target.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateScipioVersion",
      "module_type" : "PluginTarget",
      "name" : "GenerateScipioVersion",
      "path" : "Plugins/GenerateScipioVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/giginet/scipio-cache-storage.git
Fetching from https://github.com/mtj0928/swift-async-operations.git
Fetching from https://github.com/giginet/PackageManifestKit
Fetching from https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/apple/swift-collections (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Creating working copy of package ‘PackageManifestKit’
Checking out 0.1.0 of package ‘PackageManifestKit’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.0 of package ‘swift-numerics’
Creating working copy of package ‘Rainbow’
Checking out 4.2.0 of package ‘Rainbow’
Creating working copy of package ‘SwiftyJSON’
Checking out 5.0.2 of package ‘SwiftyJSON’
Creating working copy of package ‘scipio-cache-storage’
Checking out 1.0.0 of package ‘scipio-cache-storage’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-async-operations’
Checking out 0.3.0 of package ‘swift-async-operations’
Creating working copy of package ‘swift-collections’
Checking out 1.2.1 of package ‘swift-collections’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.3.0
  Scipio: /Users/admin/builder/spi-builder-workspace
  PackageManifestKit: https://github.com/giginet/PackageManifestKit @ 0.1.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-collections: https://github.com/apple/swift-collections @ 1.2.1
  Rainbow: https://github.com/onevcat/Rainbow @ 4.2.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  scipio-cache-storage: https://github.com/giginet/scipio-cache-storage.git @ 1.0.0
resolved source packages: swift-async-operations, Scipio, PackageManifestKit, swift-algorithms, swift-collections, Rainbow, swift-numerics, swift-argument-parser, swift-log, SwiftyJSON, scipio-cache-storage
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "packagemanifestkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/PackageManifestKit"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    }
  ],
  "manifest_display_name" : "Scipio",
  "name" : "Scipio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "scipio",
      "targets" : [
        "scipio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScipioKit",
      "targets" : [
        "ScipioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "scipio",
      "module_type" : "SwiftTarget",
      "name" : "scipio",
      "path" : "Sources/scipio",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scipio"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandType.swift",
        "CreateCommands.swift",
        "DumpCacheKey.swift",
        "Options.swift",
        "PrepareCommands.swift",
        "Scipio.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScipioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitTests",
      "path" : "Tests/ScipioKitTests",
      "sources" : [
        "BuildOptionsTests.swift",
        "CacheSystemTests.swift",
        "ClangCheckerTests.swift",
        "DWARFSymbolStripperTests.swift",
        "DebugSymbolTests.swift",
        "DependencyGraphTests.swift",
        "DescriptionPackageTests.swift",
        "DynamicFrameworkTests.swift",
        "FrameworkBundleAssemblerTests.swift",
        "FrameworkModuleMapGeneratorTests.swift",
        "InfoPlistGeneratorTests.swift",
        "IntegrationTests.swift",
        "PartialCacheTests.swift",
        "ProcessExecutorTests.swift",
        "RunnerTests.swift",
        "TestingExecutor.swift",
        "URLExtensionsTests.swift",
        "VariousModulePathsTests.swift",
        "XCTestCase+Utils.swift",
        "XcodeVersionFetcherTests.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioKit",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKit",
      "path" : "Sources/ScipioKit",
      "product_dependencies" : [
        "Logging",
        "Collections",
        "Algorithms",
        "Rainbow",
        "ScipioStorage",
        "PackageManifestKit",
        "AsyncOperations"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildOptions.swift",
        "DependencyGraph/DependencyGraph.swift",
        "DependencyGraph/WeakReference.swift",
        "DescriptionPackage.swift",
        "Executor.swift",
        "FileSystem.swift",
        "Logger.swift",
        "PackageLocator.swift",
        "Producer/BinaryExtractor.swift",
        "Producer/Cache/CacheSystem.swift",
        "Producer/Cache/LocalDiskCacheStorage.swift",
        "Producer/Cache/ProjectCacheStorage.swift",
        "Producer/Cache/XcodeVersion.swift",
        "Producer/CacheStorage+DisplayName.swift",
        "Producer/Compiler.swift",
        "Producer/DWARFSymbolStripper.swift",
        "Producer/DwarfExtractor.swift",
        "Producer/FrameworkProducer.swift",
        "Producer/InfoPlistGenerator.swift",
        "Producer/PIF/BuildParametersGenerator.swift",
        "Producer/PIF/FrameworkBundleAssembler.swift",
        "Producer/PIF/FrameworkComponentsCollector.swift",
        "Producer/PIF/FrameworkModuleMapGenerator.swift",
        "Producer/PIF/PIFCompiler.swift",
        "Producer/PIF/PIFGenerator.swift",
        "Producer/PIF/ToolchainGenerator.swift",
        "Producer/PIF/XCBuildClient.swift",
        "Producer/PIF/XCBuildExecutor.swift",
        "Resolver/ManifestLoader.swift",
        "Resolver/ModuleTypeResolver.swift",
        "Resolver/PackageResolveExecutor.swift",
        "Resolver/PackageResolver.swift",
        "Resolver/ResolvedModels.swift",
        "Resolver/ShowDependenciesParser.swift",
        "Runner.swift",
        "String+Extensions.swift",
        "SwiftPM/CannonicalPackageLocation.swift",
        "SwiftPM/ModuleMapGenerator.swift",
        "SwiftPM/StringConversions.swift",
        "SwiftPM/StringMangling.swift",
        "SwiftPM/Version.swift",
        "SwiftPM/XCBuildMessage.swift",
        "SwiftPM/topologicalSort.swift",
        "Target+bundleName.swift",
        "URL+Extensions.swift"
      ],
      "target_dependencies" : [
        "PIFKit",
        "GenerateScipioVersion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PIFKitTests",
      "path" : "Tests/PIFKitTests",
      "sources" : [
        "BuildConfigurationTests.swift",
        "FixtureLoader.swift",
        "PIFManipulatorTests.swift",
        "PlatformTests.swift",
        "TargetTests.swift"
      ],
      "target_dependencies" : [
        "PIFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIFKit",
      "module_type" : "SwiftTarget",
      "name" : "PIFKit",
      "path" : "Sources/PIFKit",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildConfiguration.swift",
        "JSONConvertible.swift",
        "PIFManipulator.swift",
        "Platform.swift",
        "Target.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateScipioVersion",
      "module_type" : "PluginTarget",
      "name" : "GenerateScipioVersion",
      "path" : "Plugins/GenerateScipioVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PackageManifestKit",
      "PackageManifestKitTests",
      "scipio",
      "Scipio-Package",
      "ScipioKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Scipio-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Scipio-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  PackageManifestKit: https://github.com/giginet/PackageManifestKit @ 0.1.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  Scipio: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  scipio-cache-storage: https://github.com/giginet/scipio-cache-storage.git @ 1.0.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.3.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  swift-collections: https://github.com/apple/swift-collections @ 1.2.1
  Rainbow: https://github.com/onevcat/Rainbow @ 4.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “GenerateScipioVersion” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/GenerateScipioVersion
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: b084dbfa25e8b47c0fa3c87aa50af399615e3a93b91eb5e23b98cc7a75f705b5
Apply build tool plug-in “GenerateScipioVersion” to target “ScipioKit” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ScipioKit/GenerateScipioVersion\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /bin/zsh
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x10bd074a0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: ScipioKit
        prebuildCommandOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ScipioKit/GenerateScipioVersion/ScipioVersion.generated.swift">)]
        buildCommands: []
        allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ScipioKit/GenerateScipioVersion/ScipioVersion.generated.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (35 targets)
    Target 'scipio' in project 'Scipio'
        ➜ Explicit dependency on target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'GenerateScipioVersion' in project 'Scipio'
        ➜ Explicit dependency on target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'GenerateScipioVersion' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'GenerateScipioVersion' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
    Target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
    Target 'PackageManifestKit' in project 'PackageManifestKit' (no dependencies)
    Target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
    Target 'ScipioStorage' in project 'scipio-cache-storage' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (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 'GenerateScipioVersion' in project 'Scipio' (no dependencies)
    Target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 6d6a9c085ba8bb1a42464c38b88ee32b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6d6a9c085ba8bb1a42464c38b88ee32b.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'scipio' from project 'Scipio')
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'ScipioKit' from project 'Scipio')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Scipio-Package
(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
Resolved source packages:
  Rainbow: https://github.com/onevcat/Rainbow @ 4.2.0
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  scipio-cache-storage: https://github.com/giginet/scipio-cache-storage.git @ 1.0.0
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.3.0
  Scipio: /Users/admin/builder/spi-builder-workspace
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  swift-collections: https://github.com/apple/swift-collections @ 1.2.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  PackageManifestKit: https://github.com/giginet/PackageManifestKit @ 0.1.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
resolved source packages: Rainbow, SwiftyJSON, swift-argument-parser, scipio-cache-storage, swift-async-operations, Scipio, swift-numerics, swift-collections, swift-log, PackageManifestKit, swift-algorithms
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "packagemanifestkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/PackageManifestKit"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    }
  ],
  "manifest_display_name" : "Scipio",
  "name" : "Scipio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "scipio",
      "targets" : [
        "scipio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScipioKit",
      "targets" : [
        "ScipioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "scipio",
      "module_type" : "SwiftTarget",
      "name" : "scipio",
      "path" : "Sources/scipio",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scipio"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandType.swift",
        "CreateCommands.swift",
        "DumpCacheKey.swift",
        "Options.swift",
        "PrepareCommands.swift",
        "Scipio.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScipioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKitTests",
      "path" : "Tests/ScipioKitTests",
      "sources" : [
        "BuildOptionsTests.swift",
        "CacheSystemTests.swift",
        "ClangCheckerTests.swift",
        "DWARFSymbolStripperTests.swift",
        "DebugSymbolTests.swift",
        "DependencyGraphTests.swift",
        "DescriptionPackageTests.swift",
        "DynamicFrameworkTests.swift",
        "FrameworkBundleAssemblerTests.swift",
        "FrameworkModuleMapGeneratorTests.swift",
        "InfoPlistGeneratorTests.swift",
        "IntegrationTests.swift",
        "PartialCacheTests.swift",
        "ProcessExecutorTests.swift",
        "RunnerTests.swift",
        "TestingExecutor.swift",
        "URLExtensionsTests.swift",
        "VariousModulePathsTests.swift",
        "XCTestCase+Utils.swift",
        "XcodeVersionFetcherTests.swift"
      ],
      "target_dependencies" : [
        "ScipioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioKit",
      "module_type" : "SwiftTarget",
      "name" : "ScipioKit",
      "path" : "Sources/ScipioKit",
      "product_dependencies" : [
        "Logging",
        "Collections",
        "Algorithms",
        "Rainbow",
        "ScipioStorage",
        "PackageManifestKit",
        "AsyncOperations"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildOptions.swift",
        "DependencyGraph/DependencyGraph.swift",
        "DependencyGraph/WeakReference.swift",
        "DescriptionPackage.swift",
        "Executor.swift",
        "FileSystem.swift",
        "Logger.swift",
        "PackageLocator.swift",
        "Producer/BinaryExtractor.swift",
        "Producer/Cache/CacheSystem.swift",
        "Producer/Cache/LocalDiskCacheStorage.swift",
        "Producer/Cache/ProjectCacheStorage.swift",
        "Producer/Cache/XcodeVersion.swift",
        "Producer/CacheStorage+DisplayName.swift",
        "Producer/Compiler.swift",
        "Producer/DWARFSymbolStripper.swift",
        "Producer/DwarfExtractor.swift",
        "Producer/FrameworkProducer.swift",
        "Producer/InfoPlistGenerator.swift",
        "Producer/PIF/BuildParametersGenerator.swift",
        "Producer/PIF/FrameworkBundleAssembler.swift",
        "Producer/PIF/FrameworkComponentsCollector.swift",
        "Producer/PIF/FrameworkModuleMapGenerator.swift",
        "Producer/PIF/PIFCompiler.swift",
        "Producer/PIF/PIFGenerator.swift",
        "Producer/PIF/ToolchainGenerator.swift",
        "Producer/PIF/XCBuildClient.swift",
        "Producer/PIF/XCBuildExecutor.swift",
        "Resolver/ManifestLoader.swift",
        "Resolver/ModuleTypeResolver.swift",
        "Resolver/PackageResolveExecutor.swift",
        "Resolver/PackageResolver.swift",
        "Resolver/ResolvedModels.swift",
        "Resolver/ShowDependenciesParser.swift",
        "Runner.swift",
        "String+Extensions.swift",
        "SwiftPM/CannonicalPackageLocation.swift",
        "SwiftPM/ModuleMapGenerator.swift",
        "SwiftPM/StringConversions.swift",
        "SwiftPM/StringMangling.swift",
        "SwiftPM/Version.swift",
        "SwiftPM/XCBuildMessage.swift",
        "SwiftPM/topologicalSort.swift",
        "Target+bundleName.swift",
        "URL+Extensions.swift"
      ],
      "target_dependencies" : [
        "PIFKit",
        "GenerateScipioVersion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PIFKitTests",
      "path" : "Tests/PIFKitTests",
      "sources" : [
        "BuildConfigurationTests.swift",
        "FixtureLoader.swift",
        "PIFManipulatorTests.swift",
        "PlatformTests.swift",
        "TargetTests.swift"
      ],
      "target_dependencies" : [
        "PIFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIFKit",
      "module_type" : "SwiftTarget",
      "name" : "PIFKit",
      "path" : "Sources/PIFKit",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "BuildConfiguration.swift",
        "JSONConvertible.swift",
        "PIFManipulator.swift",
        "Platform.swift",
        "Target.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateScipioVersion",
      "module_type" : "PluginTarget",
      "name" : "GenerateScipioVersion",
      "path" : "Plugins/GenerateScipioVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "scipio",
        "ScipioKit"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PackageManifestKit",
      "PackageManifestKitTests",
      "scipio",
      "Scipio-Package",
      "ScipioKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Scipio-Package -destination generic/platform=tvOS
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 Scipio-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-async-operations: https://github.com/mtj0928/swift-async-operations.git @ 0.3.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  scipio-cache-storage: https://github.com/giginet/scipio-cache-storage.git @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  swift-collections: https://github.com/apple/swift-collections @ 1.2.1
  SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.2
  Rainbow: https://github.com/onevcat/Rainbow @ 4.2.0
  PackageManifestKit: https://github.com/giginet/PackageManifestKit @ 0.1.0
  Scipio: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “GenerateScipioVersion” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/GenerateScipioVersion
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: b084dbfa25e8b47c0fa3c87aa50af399615e3a93b91eb5e23b98cc7a75f705b5
Apply build tool plug-in “GenerateScipioVersion” to target “ScipioKit” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ScipioKit/GenerateScipioVersion\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /bin/zsh
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x153f0e720 path:'/Users/admin/builder/spi-builder-workspace'>
    target: ScipioKit
        prebuildCommandOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ScipioKit/GenerateScipioVersion/ScipioVersion.generated.swift">)]
        buildCommands: []
        allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ScipioKit/GenerateScipioVersion/ScipioVersion.generated.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (35 targets)
    Target 'scipio' in project 'Scipio'
        ➜ Explicit dependency on target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'GenerateScipioVersion' in project 'Scipio'
        ➜ Explicit dependency on target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'GenerateScipioVersion' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'ScipioKit' in project 'Scipio'
        ➜ Explicit dependency on target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'GenerateScipioVersion' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations'
        ➜ Explicit dependency on target 'AsyncOperations' in project 'swift-async-operations'
    Target 'AsyncOperations' in project 'swift-async-operations' (no dependencies)
    Target 'PackageManifestKit' in project 'PackageManifestKit'
        ➜ Explicit dependency on target 'PackageManifestKit' in project 'PackageManifestKit'
    Target 'PackageManifestKit' in project 'PackageManifestKit' (no dependencies)
    Target 'ScipioStorage' in project 'scipio-cache-storage'
        ➜ Explicit dependency on target 'ScipioStorage' in project 'scipio-cache-storage'
    Target 'ScipioStorage' in project 'scipio-cache-storage' (no dependencies)
    Target 'Rainbow' in project 'Rainbow'
        ➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
    Target 'Rainbow' in project 'Rainbow' (no dependencies)
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (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 'GenerateScipioVersion' in project 'Scipio' (no dependencies)
    Target 'PIFKit' in project 'Scipio'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON' in project 'SwiftyJSON'
        ➜ Explicit dependency on target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON'
    Target 'SwiftyJSON_SwiftyJSON' in project 'SwiftyJSON' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 035f39f097b32fecb827545d6aac4a75
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/035f39f097b32fecb827545d6aac4a75.xcbuilddata
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'ScipioKit' from project 'Scipio')
error: The package product 'AsyncOperations' requires minimum platform version 16.0 for the tvOS platform, but this target supports 12.0 (in target 'scipio' from project 'Scipio')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Scipio-Package
(1 failure)
BUILD FAILURE 6.1 tvOS