Build Information
Failed to build Scipio, reference 0.29.1 (3a8494
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 22 Jun 2025 18:06:08 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Scipio.git
Reference: 0.29.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/Scipio
* tag 0.29.1 -> FETCH_HEAD
HEAD is now at 3a84943 Merge pull request #203 from Ryu0118/fix-cache
Cloned https://github.com/giginet/Scipio.git
Revision (git rev-parse @):
3a8494307c12c8c3b45ac8f2f007a002b9aea643
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/giginet/Scipio.git at 0.29.1
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/giginet/Scipio.git
https://github.com/giginet/Scipio.git
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
{
"dependencies" : [
{
"identity" : "swift-package-manager",
"requirement" : {
"branch" : [
"release/6.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-package-manager.git"
},
{
"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"
}
],
"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",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildOptionsTests.swift",
"CacheSystemTests.swift",
"ClangCheckerTests.swift",
"DWARFSymbolStripperTests.swift",
"DebugSymbolTests.swift",
"DependencyGraphTests.swift",
"DescriptionPackageTests.swift",
"FrameworkBundleAssemblerTests.swift",
"FrameworkModuleMapGeneratorTests.swift",
"InfoPlistGeneratorTests.swift",
"IntegrationTests.swift",
"PartialCacheTests.swift",
"RunnerTests.swift",
"TestingExecutor.swift",
"ToolchainEnvironmentTests.swift",
"XCTestCase+Utils.swift",
"XcodeVersionFetcherTests.swift"
],
"target_dependencies" : [
"ScipioKit"
],
"type" : "test"
},
{
"c99name" : "ScipioKit",
"module_type" : "SwiftTarget",
"name" : "ScipioKit",
"path" : "Sources/ScipioKit",
"product_dependencies" : [
"SwiftPMDataModel-auto",
"XCBuildSupport",
"Logging",
"Collections",
"Algorithms",
"Rainbow",
"ScipioStorage"
],
"product_memberships" : [
"scipio",
"ScipioKit"
],
"sources" : [
"BuildOptions.swift",
"DependencyGraph/DependencyGraph.swift",
"DependencyGraph/WeakReference.swift",
"DescriptionPackage.swift",
"Executor.swift",
"Logger.swift",
"PackageGraph+Extensions.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/BuildConfiguration+Extensions.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",
"Runner.swift",
"String+Extensions.swift",
"SwiftPM+Compatibility.swift",
"ToolchainEnvironment.swift",
"URL+Extensions.swift"
],
"target_dependencies" : [
"GenerateScipioVersion"
],
"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/swiftlang/swift-package-manager.git
Fetching from https://github.com/apple/swift-llbuild.git
Fetching from https://github.com/apple/swift-tools-support-core.git (cached)
Fetching from https://github.com/apple/swift-driver.git
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/swiftlang/swift-toolchain-sqlite
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/giginet/scipio-cache-storage.git
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘scipio-cache-storage’
Checking out 1.0.0 of package ‘scipio-cache-storage’
Creating working copy of package ‘swift-package-manager’
Checking out release/6.1 (45c31f1) of package ‘swift-package-manager’
Creating working copy of package ‘swift-crypto’
Checking out 3.0.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-llbuild’
Checking out release/6.1 (4fc005b) of package ‘swift-llbuild’
Creating working copy of package ‘swift-toolchain-sqlite’
Checking out 1.0.5 of package ‘swift-toolchain-sqlite’
Creating working copy of package ‘swift-system’
Checking out 1.5.0 of package ‘swift-system’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘Yams’
Checking out 5.0.6 of package ‘Yams’
Creating working copy of package ‘swift-tools-support-core’
Checking out release/6.1 (5cd61a7) of package ‘swift-tools-support-core’
Creating working copy of package ‘swift-driver’
Checking out release/6.1 (20cd624) of package ‘swift-driver’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-syntax’
Checking out release/6.1 (cbd0366) of package ‘swift-syntax’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘swift-certificates’
Checking out 1.5.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for sqlite3Resolve Package Graph
couldn't find pc file for sqlite3
Resolved source packages:
scipio-cache-storage: https://github.com/giginet/scipio-cache-storage.git @ 1.0.0
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.0.0
swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ release/6.1 (5cd61a7)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ release/6.1 (cbd0366)
Scipio: /Users/admin/builder/spi-builder-workspace
swift-toolchain-sqlite: https://github.com/swiftlang/swift-toolchain-sqlite @ 1.0.5
SwiftPM: https://github.com/swiftlang/swift-package-manager.git @ release/6.1 (45c31f1)
swift-driver: https://github.com/apple/swift-driver.git @ release/6.1 (20cd624)
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
Yams: https://github.com/jpsim/Yams.git @ 5.0.6
swift-system: https://github.com/apple/swift-system.git @ 1.5.0
llbuild: https://github.com/apple/swift-llbuild.git @ release/6.1 (4fc005b)
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.5.0
resolved source packages: scipio-cache-storage, swift-numerics, swift-crypto, swift-tools-support-core, swift-syntax, Scipio, swift-toolchain-sqlite, SwiftPM, swift-driver, swift-algorithms, Yams, swift-system, llbuild, swift-argument-parser, Rainbow, swift-asn1, swift-log, swift-collections, swift-certificates
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
{
"dependencies" : [
{
"identity" : "swift-package-manager",
"requirement" : {
"branch" : [
"release/6.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-package-manager.git"
},
{
"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"
}
],
"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",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildOptionsTests.swift",
"CacheSystemTests.swift",
"ClangCheckerTests.swift",
"DWARFSymbolStripperTests.swift",
"DebugSymbolTests.swift",
"DependencyGraphTests.swift",
"DescriptionPackageTests.swift",
"FrameworkBundleAssemblerTests.swift",
"FrameworkModuleMapGeneratorTests.swift",
"InfoPlistGeneratorTests.swift",
"IntegrationTests.swift",
"PartialCacheTests.swift",
"RunnerTests.swift",
"TestingExecutor.swift",
"ToolchainEnvironmentTests.swift",
"XCTestCase+Utils.swift",
"XcodeVersionFetcherTests.swift"
],
"target_dependencies" : [
"ScipioKit"
],
"type" : "test"
},
{
"c99name" : "ScipioKit",
"module_type" : "SwiftTarget",
"name" : "ScipioKit",
"path" : "Sources/ScipioKit",
"product_dependencies" : [
"SwiftPMDataModel-auto",
"XCBuildSupport",
"Logging",
"Collections",
"Algorithms",
"Rainbow",
"ScipioStorage"
],
"product_memberships" : [
"scipio",
"ScipioKit"
],
"sources" : [
"BuildOptions.swift",
"DependencyGraph/DependencyGraph.swift",
"DependencyGraph/WeakReference.swift",
"DescriptionPackage.swift",
"Executor.swift",
"Logger.swift",
"PackageGraph+Extensions.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/BuildConfiguration+Extensions.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",
"Runner.swift",
"String+Extensions.swift",
"SwiftPM+Compatibility.swift",
"ToolchainEnvironment.swift",
"URL+Extensions.swift"
],
"target_dependencies" : [
"GenerateScipioVersion"
],
"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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for sqlite3
Resolved source packages:
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.3
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
swift-system: https://github.com/apple/swift-system.git @ 1.5.0
llbuild: https://github.com/apple/swift-llbuild.git @ release/6.1 (4fc005b)
Yams: https://github.com/jpsim/Yams.git @ 5.0.6
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ release/6.1 (cbd0366)
scipio-cache-storage: https://github.com/giginet/scipio-cache-storage.git @ 1.0.0
swift-tools-support-core: https://github.com/apple/swift-tools-support-core.git @ release/6.1 (5cd61a7)
SwiftPM: https://github.com/swiftlang/swift-package-manager.git @ release/6.1 (45c31f1)
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
swift-toolchain-sqlite: https://github.com/swiftlang/swift-toolchain-sqlite @ 1.0.5
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.0.0
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-log: https://github.com/apple/swift-log.git @ 1.6.3
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
Scipio: /Users/admin/builder/spi-builder-workspace
swift-certificates: https://github.com/apple/swift-certificates.git @ 1.5.0
swift-driver: https://github.com/apple/swift-driver.git @ release/6.1 (20cd624)
resolved source packages: swift-numerics, swift-argument-parser, swift-system, llbuild, Yams, swift-syntax, scipio-cache-storage, swift-tools-support-core, SwiftPM, swift-algorithms, swift-toolchain-sqlite, swift-crypto, swift-asn1, Rainbow, swift-log, swift-collections, Scipio, swift-certificates, swift-driver
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures
{
"dependencies" : [
{
"identity" : "swift-package-manager",
"requirement" : {
"branch" : [
"release/6.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-package-manager.git"
},
{
"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"
}
],
"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",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScipioKitTests/Resources/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BuildOptionsTests.swift",
"CacheSystemTests.swift",
"ClangCheckerTests.swift",
"DWARFSymbolStripperTests.swift",
"DebugSymbolTests.swift",
"DependencyGraphTests.swift",
"DescriptionPackageTests.swift",
"FrameworkBundleAssemblerTests.swift",
"FrameworkModuleMapGeneratorTests.swift",
"InfoPlistGeneratorTests.swift",
"IntegrationTests.swift",
"PartialCacheTests.swift",
"RunnerTests.swift",
"TestingExecutor.swift",
"ToolchainEnvironmentTests.swift",
"XCTestCase+Utils.swift",
"XcodeVersionFetcherTests.swift"
],
"target_dependencies" : [
"ScipioKit"
],
"type" : "test"
},
{
"c99name" : "ScipioKit",
"module_type" : "SwiftTarget",
"name" : "ScipioKit",
"path" : "Sources/ScipioKit",
"product_dependencies" : [
"SwiftPMDataModel-auto",
"XCBuildSupport",
"Logging",
"Collections",
"Algorithms",
"Rainbow",
"ScipioStorage"
],
"product_memberships" : [
"scipio",
"ScipioKit"
],
"sources" : [
"BuildOptions.swift",
"DependencyGraph/DependencyGraph.swift",
"DependencyGraph/WeakReference.swift",
"DescriptionPackage.swift",
"Executor.swift",
"Logger.swift",
"PackageGraph+Extensions.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/BuildConfiguration+Extensions.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",
"Runner.swift",
"String+Extensions.swift",
"SwiftPM+Compatibility.swift",
"ToolchainEnvironment.swift",
"URL+Extensions.swift"
],
"target_dependencies" : [
"GenerateScipioVersion"
],
"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"
}
BUILD FAILURE 6.1 macosXcodebuild