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 Rugby, reference main (962e72), with Swift 6.1 for Wasm on 12 Jun 2025 13:20:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyFinch/Rugby.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwiftyFinch/Rugby
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 962e72d Remove reviewers from dependabot config
Cloned https://github.com/SwiftyFinch/Rugby.git
Revision (git rev-parse @):
962e72d3ec8b23b0f4816f05f0eaacb072aa0f3b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyFinch/Rugby.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyFinch/Rugby.git
https://github.com/SwiftyFinch/Rugby.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.3.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "xcbeautify",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcbeautify"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.19",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation"
    },
    {
      "identity" : "fish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftyfinch/Fish"
    },
    {
      "identity" : "plzmasdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OlehKulykov/PLzmaSDK"
    }
  ],
  "manifest_display_name" : "Rugby",
  "name" : "Rugby",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "rugby",
      "targets" : [
        "Rugby"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RugbyFoundation",
      "targets" : [
        "RugbyFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RugbyTests",
      "module_type" : "SwiftTarget",
      "name" : "RugbyTests",
      "path" : "Tests/RugbyTests",
      "sources" : [
        "Commands/Basic/WarmupTests.swift",
        "Core/Dependencies/VersionParserTests.swift",
        "Mocks/IClockMock.generated.swift",
        "Mocks/IFileMock.generated.swift",
        "Mocks/IMetricsLoggerMock.generated.swift",
        "Mocks/IProgressPrinterMock.generated.swift",
        "Mocks/IStandardOutputMock.generated.swift",
        "Mocks/ITimerTaskFactoryMock.generated.swift",
        "Mocks/ITimerTaskMock.generated.swift",
        "Mocks/Mocks.swift",
        "Mocks/PrinterMock.generated.swift",
        "Utils/Extensions/Swift/DoubleTimeFormatTests.swift",
        "Utils/Logger/LoggerTests.swift",
        "Utils/Logger/Printers/FilePrinterTests.swift",
        "Utils/Logger/Printers/MultiLinePrinterTests.swift",
        "Utils/Logger/Printers/OneLinePrinterTests.swift",
        "Utils/Logger/Printers/ProgressPrinterTests.swift",
        "Utils/Logger/Printers/RawPrinterTests.swift",
        "Utils/Regex/RegexTests.swift"
      ],
      "target_dependencies" : [
        "Rugby"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RugbyFoundation",
      "module_type" : "SwiftTarget",
      "name" : "RugbyFoundation",
      "path" : "Sources/RugbyFoundation",
      "product_dependencies" : [
        "Rainbow",
        "XcodeProj",
        "SwiftShell",
        "XcbeautifyLib",
        "Yams",
        "ZIPFoundation",
        "Fish",
        "PLzmaSDK"
      ],
      "product_memberships" : [
        "rugby",
        "RugbyFoundation"
      ],
      "sources" : [
        "Core/Build/BinariesStorage/BinariesCleaner.swift",
        "Core/Build/BinariesStorage/BinariesStorage.swift",
        "Core/Build/BuildError.swift",
        "Core/Build/BuildManager.swift",
        "Core/Build/BuildTargetsManager.swift",
        "Core/Build/LibrariesPatcher.swift",
        "Core/Build/Prebuild/PrebuildManager.swift",
        "Core/Build/TargetTreePainter.swift",
        "Core/Build/XcodeBuild/BuildLogFormatter.swift",
        "Core/Build/XcodeBuild/XCARGSProvider.swift",
        "Core/Build/XcodeBuild/XcodeBuild.swift",
        "Core/Build/XcodeBuild/XcodeBuildExecutor.swift",
        "Core/Clear/Cleaner.swift",
        "Core/Common/ArchiveType.swift",
        "Core/Common/Hashers/BuildPhasesHasher.swift",
        "Core/Common/Hashers/BuildRulesHasher.swift",
        "Core/Common/Hashers/CocoaPodsScriptsHasher.swift",
        "Core/Common/Hashers/ConfigurationsHasher.swift",
        "Core/Common/Hashers/FileContentHasher.swift",
        "Core/Common/Hashers/FoundationHasher/SHA1FoundationHasher.swift",
        "Core/Common/Hashers/ProductHasher.swift",
        "Core/Common/Hashers/TargetsHasher.swift",
        "Core/Common/IEnvironment.swift",
        "Core/Common/ProcessMonitor/ProcessInterruptionTask.swift",
        "Core/Common/ProcessMonitor/ProcessMonitor.swift",
        "Core/Common/Router.swift",
        "Core/Common/Shell/Git.swift",
        "Core/Common/Shell/ShellExecuter.swift",
        "Core/Common/Shell/SimCTL.swift",
        "Core/Common/Shell/SoundPlayer.swift",
        "Core/Common/TargetsScope.swift",
        "Core/Common/XcodeProject/RugbyXcodeProject.swift",
        "Core/Common/XcodeProject/TargetsPrinter.swift",
        "Core/Delete/DeleteTargetsManager.swift",
        "Core/Env/ArchitectureProvider.swift",
        "Core/Env/EnvVariablesResolver.swift",
        "Core/Env/EnvironmentCollector.swift",
        "Core/Env/SwiftVersionProvider.swift",
        "Core/Env/XcodeCLTVersionProvider.swift",
        "Core/Plans/PlansParser.swift",
        "Core/Rollback/BackupManager.swift",
        "Core/Test/TestImpactManager.swift",
        "Core/Test/TestManager.swift",
        "Core/Test/TestplanEditor.swift",
        "Core/Test/TestsStorage.swift",
        "Core/Use/FileContentEditor.swift",
        "Core/Use/SupportFilesPatcher.swift",
        "Core/Use/UseBinariesManager.swift",
        "Core/Use/XCFrameworksPatcher.swift",
        "Core/Warmup/CacheDownloader.swift",
        "Core/Warmup/Decompressor/IDecompressor.swift",
        "Core/Warmup/Decompressor/SevenZipDecompressor.swift",
        "Core/Warmup/Decompressor/ZipDecompressor.swift",
        "Core/Warmup/ReachabilityChecker.swift",
        "Core/Warmup/URLSession.swift",
        "Core/Warmup/WarmupManager.swift",
        "Utils/Internal/Extensions/Async/Collection+ConcurrentMap.swift",
        "Utils/Internal/Extensions/Async/Optional+AsyncMap.swift",
        "Utils/Internal/Extensions/Async/Sequence+AsyncReduce.swift",
        "Utils/Internal/Extensions/Concurrent/Collection+ConcurrentCompactMap.swift",
        "Utils/Internal/Extensions/Concurrent/Collection+ConcurrentFlatMap.swift",
        "Utils/Internal/Extensions/Concurrent/Sequence+ConcurrentForEach.swift",
        "Utils/Internal/Extensions/Fish/IFile+ReplaceOccurrences.swift",
        "Utils/Internal/Extensions/Foundation/String+HomeRelativePath.swift",
        "Utils/Internal/Extensions/Foundation/String+RegEx.swift",
        "Utils/Internal/Extensions/Swift/Array+Flatten.swift",
        "Utils/Internal/Extensions/Swift/Bool+IfTrue.swift",
        "Utils/Internal/Extensions/Swift/Collection+CompactMap.swift",
        "Utils/Internal/Extensions/Swift/Collection+ModifyIf.swift",
        "Utils/Internal/Extensions/Swift/Collection+Set.swift",
        "Utils/Internal/Extensions/Swift/Collection+isNotEmpty.swift",
        "Utils/Internal/Extensions/Swift/Dictionary/Dictionary+Contains.swift",
        "Utils/Internal/Extensions/Swift/Dictionary/Dictionary+FlatMapValues.swift",
        "Utils/Internal/Extensions/Swift/Dictionary/Dictionary+Partition.swift",
        "Utils/Internal/Extensions/Swift/Dictionary/Dictionary+SetAlgebra.swift",
        "Utils/Internal/Extensions/Swift/Int+Percent.swift",
        "Utils/Internal/Extensions/Swift/Sequence+CaseInsensitiveSorted.swift",
        "Utils/Internal/Extensions/Swift/Set+Contains.swift",
        "Utils/Internal/Extensions/Swift/Set+Filtered.swift",
        "Utils/Internal/Extensions/Swift/Set+Map.swift",
        "Utils/Internal/Extensions/Swift/String/String+Extension.swift",
        "Utils/Internal/Extensions/Swift/String/String+PrefixCount.swift",
        "Utils/Internal/Extensions/Swift/String/String+Removing.swift",
        "Utils/Internal/Extensions/Swift/String/String+Shell.swift",
        "Utils/Internal/Extensions/Swift/String/String+Subpath.swift",
        "Utils/Public/Extensions/Foundation/Error+BeautifulDescription.swift",
        "Utils/Public/Extensions/Foundation/String/String+HomeFinderRelativePath.swift",
        "Utils/Public/Extensions/Foundation/String/String+RegexGroups.swift",
        "Utils/Public/Extensions/Foundation/String/String+UppercasedFirstLetter.swift",
        "Utils/Public/Logger/Core/ILogger.swift",
        "Utils/Public/Logger/Core/Loggable.swift",
        "Utils/Public/Logger/LogsRotator.swift",
        "Utils/Public/Logger/Metrics/MetricsLogger.swift",
        "Utils/Public/Logger/Printers/IProgressPrinter.swift",
        "Utils/Public/Logger/Printers/Printer.swift",
        "Vault/Commands/Build/Vault+Build.swift",
        "Vault/Commands/Build/Vault+Prebuild.swift",
        "Vault/Commands/Vault+Clear.swift",
        "Vault/Commands/Vault+Delete.swift",
        "Vault/Commands/Vault+Plan.swift",
        "Vault/Commands/Vault+Test.swift",
        "Vault/Commands/Vault+Use.swift",
        "Vault/Commands/Vault+Warmup.swift",
        "Vault/Common/XcodeVault.swift",
        "Vault/Settings.swift",
        "Vault/Vault.swift",
        "XcodeProject/Extensions/XcodeProj/PBXFileElement/PBXFileElement+DisplayName.swift",
        "XcodeProject/Extensions/XcodeProj/PBXFileElement/PBXFileElement+FullPath.swift",
        "XcodeProject/Extensions/XcodeProj/PBXProj/PBXProj+Dependencies.swift",
        "XcodeProject/Extensions/XcodeProj/PBXProj/PBXProj+References.swift",
        "XcodeProject/Extensions/XcodeProj/PBXProj/PBXProj+Target.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTarget+BuildPhases.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTarget+BuildRules.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTarget+Configuration.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTarget+Paths.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTarget+Product.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTarget+isTests.swift",
        "XcodeProject/Extensions/XcodeProj/Project/Project+DeleteTargetGroup.swift",
        "XcodeProject/Models/BuildPhase.swift",
        "XcodeProject/Models/BuildRule.swift",
        "XcodeProject/Models/Configuration.swift",
        "XcodeProject/Models/Product.swift",
        "XcodeProject/Models/Project.swift",
        "XcodeProject/Models/Scheme/Scheme+Reachable.swift",
        "XcodeProject/Models/Scheme/Scheme.swift",
        "XcodeProject/Models/Target/Target.swift",
        "XcodeProject/Models/Target/TargetInterface.swift",
        "XcodeProject/Services/XcodeBuildConfigurationEditor.swift",
        "XcodeProject/Services/XcodeBuildSettingsEditor.swift",
        "XcodeProject/Services/XcodePhaseEditor.swift",
        "XcodeProject/Services/XcodeProjectDataSource.swift",
        "XcodeProject/Services/XcodeProjectSchemesEditor.swift",
        "XcodeProject/Services/XcodeTargetsDataSource.swift",
        "XcodeProject/Services/XcodeTargetsEditor.swift",
        "XcodeProject/Services/XcodeTargetsFinder.swift",
        "XcodeProject/Services/XcodeWorkspaceEditor.swift",
        "XcodeProject/XcodeProject.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rugby",
      "module_type" : "SwiftTarget",
      "name" : "Rugby",
      "path" : "Sources/Rugby",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "rugby"
      ],
      "sources" : [
        "Commands/Basic/Build/AdditionalBuildOptions.swift",
        "Commands/Basic/Build/Build.swift",
        "Commands/Basic/Build/BuildOptions.swift",
        "Commands/Basic/Build/TargetsOptions.swift",
        "Commands/Basic/Delete.swift",
        "Commands/Basic/Rollback.swift",
        "Commands/Basic/Test.swift",
        "Commands/Basic/Use.swift",
        "Commands/Basic/Warmup.swift",
        "Commands/Common/CommonFlags.swift",
        "Commands/Common/CommonOptions.swift",
        "Commands/Mixed/Plan.swift",
        "Commands/Mixed/Shortcuts.swift",
        "Commands/Utils/Clear.swift",
        "Commands/Utils/Doctor.swift",
        "Commands/Utils/Env.swift",
        "Commands/Utils/Shell.swift",
        "Commands/Utils/Update.swift",
        "Core/CommandParsing/ParsableCommand+ParseCommand.swift",
        "Core/CommandParsing/ParsableCommand+ParseCommandType.swift",
        "Core/CommandParsing/ParsableCommand+ToRunnable.swift",
        "Core/Dependencies/Dependencies.swift",
        "Core/Dependencies/Environment/Environment.swift",
        "Core/Dependencies/Logger/Vault+Logger.swift",
        "Core/Dependencies/Update/GitHubBinaryInstaller.swift",
        "Core/Dependencies/Update/GitHubReleaseListLoader.swift",
        "Core/Dependencies/Update/GitHubUpdater.swift",
        "Core/Dependencies/Update/Vault+Update.swift",
        "Core/Dependencies/Update/VersionParser.swift",
        "Core/Error/ErrorWrapper.swift",
        "Core/Help/HelpDumper.swift",
        "Core/Help/HelpPrinter.swift",
        "Core/Links.swift",
        "Core/Routing.swift",
        "Core/RunnableCommand/RunnableCommand.swift",
        "Rugby.swift",
        "Utils/Clock/Clock.swift",
        "Utils/Concurrency/TimerTask.swift",
        "Utils/Concurrency/TimerTaskFactory.swift",
        "Utils/Debug/Debugger.swift",
        "Utils/Drawing/BoxPainter.swift",
        "Utils/Drawing/String+Palette.swift",
        "Utils/Extensions/Rainbow/Rainbow+RawCount.swift",
        "Utils/Extensions/Rainbow/Rainbow+Split.swift",
        "Utils/Extensions/Rainbow/Rainbow+Width.swift",
        "Utils/Extensions/Rainbow/Rainbow+WordWrappedLines.swift",
        "Utils/Extensions/Swift/Double+TimeFormat.swift",
        "Utils/Extensions/Swift/String+Padding.swift",
        "Utils/Logger/Logger.swift",
        "Utils/Logger/Printers/FilePrinter.swift",
        "Utils/Logger/Printers/MultiLinePrinter.swift",
        "Utils/Logger/Printers/OneLinePrinter.swift",
        "Utils/Logger/Printers/ProgressPrinter.swift",
        "Utils/Logger/Printers/RawPrinter.swift",
        "Utils/Logger/Printers/StandardOutput.swift",
        "Utils/Regex/Regex.swift",
        "Utils/Terminal/Terminal.swift"
      ],
      "target_dependencies" : [
        "RugbyFoundation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationTests",
      "path" : "Tests/FoundationTests",
      "sources" : [
        "Core/Build/BinariesStorage/BinariesCleanerTests.swift",
        "Core/Build/BinariesStorage/BinariesStorageTests.swift",
        "Core/Build/BuildManagerTests.swift",
        "Core/Build/BuildTargetsManagerTests.swift",
        "Core/Build/LibrariesPatcherTests.swift",
        "Core/Build/PrebuildManagerTests.swift",
        "Core/Build/TargetTreePainter.swift",
        "Core/Build/XcodeBuild/BuildLogFormatterTests.swift",
        "Core/Build/XcodeBuild/XcodeBuildExecutorTests.swift",
        "Core/Build/XcodeBuild/XcodeBuildTests.swift",
        "Core/Clear/CleanerTests.swift",
        "Core/Common/Hashers/BuildPhaseHasherTests.swift",
        "Core/Common/Hashers/CocoaPodsScriptsHasherTests.swift",
        "Core/Common/Hashers/ConfigurationsHasherTests.swift",
        "Core/Common/Hashers/FileContentHasherTests.swift",
        "Core/Common/Hashers/ProductHasherTests.swift",
        "Core/Common/Hashers/SHA1HasherTests.swift",
        "Core/Common/Hashers/TargetsHasherTests.swift",
        "Core/Common/ProcessMonitor/ProcessInterruptionTaskTests.swift",
        "Core/Common/Shell/GitTests.swift",
        "Core/Common/Shell/SimCTLTests.swift",
        "Core/Common/Shell/SoundPlayerTests.swift",
        "Core/Common/XcodeProject/RugbyXcodeProjectTests.swift",
        "Core/Delete/DeleteTargetsManagerTests.swift",
        "Core/Env/ArchitectureProviderTests.swift",
        "Core/Env/EnvironmentCollectorTests.swift",
        "Core/Env/SwiftVersionProviderTests.swift",
        "Core/Env/XcodeCLTVersionProviderTests.swift",
        "Core/Env/XcodeEnvResolverTests.swift",
        "Core/Plans/PlansParserTests.swift",
        "Core/Rollback/BackupManagerTests.swift",
        "Core/Test/TestImpactManagerTests.swift",
        "Core/Test/TestManagerTests.swift",
        "Core/Test/TestplanEditorTests.swift",
        "Core/Test/TestsStorageTests.swift",
        "Core/Use/FileContentEditorTests.swift",
        "Core/Use/SupportFilesPatcherTests.swift",
        "Core/Use/UseBinariesManagerTests.swift",
        "Core/Use/XCFrameworksPatcherTests.swift",
        "Core/Warmup/CacheDownloaderTests.swift",
        "Core/Warmup/ReachabilityCheckerTests.swift",
        "Core/Warmup/WarmupManagerTests.swift",
        "Mocks/FoundationHasherMock.generated.swift",
        "Mocks/IArchitectureProviderMock.generated.swift",
        "Mocks/IBackupManagerMock.generated.swift",
        "Mocks/IBinariesCleanerMock.generated.swift",
        "Mocks/IBinariesStorageMock.generated.swift",
        "Mocks/IBuildLogFormatterMock.generated.swift",
        "Mocks/IBuildPhaseHasherMock.generated.swift",
        "Mocks/IBuildRulesHasherMock.generated.swift",
        "Mocks/IBuildTargetsManagerMock.generated.swift",
        "Mocks/ICacheDownloaderMock.generated.swift",
        "Mocks/ICocoaPodsScriptsHasherMock.generated.swift",
        "Mocks/IConfigurationsHasherMock.generated.swift",
        "Mocks/IDecompressorMock.generated.swift",
        "Mocks/IEnvVariablesResolverMock.generated.swift",
        "Mocks/IEnvironmentCollectorMock.generated.swift",
        "Mocks/IEnvironmentMock.generated.swift",
        "Mocks/IFileContentEditorMock.generated.swift",
        "Mocks/IFileContentHasherMock.generated.swift",
        "Mocks/IFileMock.generated.swift",
        "Mocks/IFilesManagerMock.generated.swift",
        "Mocks/IFolderMock.generated.swift",
        "Mocks/IGitMock.generated.swift",
        "Mocks/IInternalBuildManagerMock.generated.swift",
        "Mocks/IInternalTargetMock.generated.swift",
        "Mocks/IInternalTestImpactManagerMock.generated.swift",
        "Mocks/IInternalUseBinariesManagerMock.generated.swift",
        "Mocks/IInternalXcodeProjectMock.generated.swift",
        "Mocks/ILibrariesPatcherMock.generated.swift",
        "Mocks/ILoggerMock.generated.swift",
        "Mocks/IMetricsLoggerMock.generated.swift",
        "Mocks/IProcessMonitorMock.generated.swift",
        "Mocks/IProductHasherMock.generated.swift",
        "Mocks/IProjectMock.generated.swift",
        "Mocks/IReachabilityCheckerMock.generated.swift",
        "Mocks/IRugbyXcodeProjectMock.generated.swift",
        "Mocks/IShellExecutorMock.generated.swift",
        "Mocks/ISimCTLMock.generated.swift",
        "Mocks/ISupportFilesPatcherMock.generated.swift",
        "Mocks/ISwiftVersionProviderMock.generated.swift",
        "Mocks/ITargetTreePainterMock.generated.swift",
        "Mocks/ITargetsHasherMock.generated.swift",
        "Mocks/ITargetsPrinterMock.generated.swift",
        "Mocks/ITestplanEditorMock.generated.swift",
        "Mocks/ITestsStorageMock.generated.swift",
        "Mocks/IURLSessionMock.generated.swift",
        "Mocks/IUseBinariesManagerMock.generated.swift",
        "Mocks/IXCFrameworksPatcherMock.generated.swift",
        "Mocks/IXcodeBuildConfigurationEditorMock.generated.swift",
        "Mocks/IXcodeBuildExecutorMock.generated.swift",
        "Mocks/IXcodeBuildMock.generated.swift",
        "Mocks/IXcodeCLTVersionProviderMock.generated.swift",
        "Mocks/IXcodePhaseEditorMock.generated.swift",
        "Mocks/IXcodeProjectMock.generated.swift",
        "Mocks/Manual/Core/Build/XcodeBuild/XcodeBuildOptions+Mock.swift",
        "Mocks/Manual/Core/Build/XcodeBuild/XcodeBuildPaths+Mock.swift",
        "Mocks/Manual/XcodeProject/Models/BuildRule+Mock.swift",
        "Mocks/Manual/XcodeProject/Models/PBXBuildFile+Mock.swift",
        "Mocks/Manual/XcodeProject/Models/PBXFileElement+Mock.swift",
        "Mocks/Manual/XcodeProject/Models/PBXVariantGroup+Mock.swift",
        "Mocks/Mocks.swift",
        "Mocks/ReadableStreamMock.generated.swift",
        "Utils/Internal/Extensions/Fish/IFileReplaceOccurrencesTests.swift",
        "Utils/Internal/Extensions/Swift/DictionaryTests.swift",
        "Utils/Internal/Extensions/Swift/InternalStringTests.swift",
        "Utils/Public/Extensions/Foundation/ErrorTests.swift",
        "Utils/Public/Extensions/Foundation/StringTests.swift",
        "Vault/Commands/Common/RouterTests.swift",
        "XcodeProject/Extensions/XcodeProj/PBXTarget/PBXTargetProductTests.swift",
        "XcodeProject/Models/BuildPhaseTests.swift",
        "XcodeProject/Models/Target/IInternalTargetStubs.swift",
        "XcodeProject/Services/XcodeBuildConfigurationEditorTests.swift",
        "XcodeProject/Services/XcodePhaseEditorTests.swift",
        "XcodeProject/Services/XcodeWorkspaceEditorTests.swift"
      ],
      "target_dependencies" : [
        "RugbyFoundation"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftyfinch/Fish
Fetching https://github.com/OlehKulykov/PLzmaSDK
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/tuist/xcbeautify
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[1120/4956] Fetching swiftshell, fish
[1203/10530] Fetching swiftshell, fish, zipfoundation
[1582/17324] Fetching swiftshell, fish, zipfoundation, xcbeautify
[5110/28183] Fetching swiftshell, fish, zipfoundation, xcbeautify, yams
[5426/23320] Fetching fish, zipfoundation, xcbeautify, yams
Fetched https://github.com/kareman/SwiftShell from cache (0.43s)
Fetching https://github.com/tuist/XcodeProj
[7537/26543] Fetching fish, zipfoundation, xcbeautify, yams, plzmasdk
Fetched https://github.com/weichsel/ZIPFoundation from cache (0.66s)
Fetching https://github.com/onevcat/Rainbow
[9032/20969] Fetching fish, xcbeautify, yams, plzmasdk
[9174/44290] Fetching fish, xcbeautify, yams, plzmasdk, xcodeproj
[16505/45486] Fetching fish, xcbeautify, yams, plzmasdk, xcodeproj, rainbow
Fetched https://github.com/swiftyfinch/Fish from cache (16.78s)
Fetched https://github.com/onevcat/Rainbow from cache (16.12s)
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/tuist/xcbeautify from cache (16.79s)
Fetched https://github.com/OlehKulykov/PLzmaSDK from cache (16.81s)
Fetched https://github.com/tuist/XcodeProj from cache (16.38s)
Fetched https://github.com/jpsim/Yams from cache (16.82s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.12s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (18.41s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.08s)
Computing version for https://github.com/swiftyfinch/Fish
Computed https://github.com/swiftyfinch/Fish at 0.1.3 (0.50s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.1 (0.49s)
Computing version for https://github.com/tuist/xcbeautify
Computed https://github.com/tuist/xcbeautify at 1.7.0 (1.12s)
Fetching https://github.com/getGuaka/Colorizer.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/67] Fetching colorizer
[68/10127] Fetching colorizer, xmlcoder
Fetched https://github.com/getGuaka/Colorizer.git from cache (0.43s)
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.43s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (0.93s)
Computing version for https://github.com/getGuaka/Colorizer.git
Computed https://github.com/getGuaka/Colorizer.git at 0.2.1 (2.38s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.1 (0.56s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.4.2 (0.59s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[1412/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.30s)
Fetched https://github.com/tadija/AEXML.git from cache (0.31s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.18s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.69s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.52s)
Computing version for https://github.com/OlehKulykov/PLzmaSDK
Computed https://github.com/OlehKulykov/PLzmaSDK at 1.5.0 (0.57s)
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.4.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.1
Creating working copy for https://github.com/swiftyfinch/Fish
Working copy of https://github.com/swiftyfinch/Fish resolved at 0.1.3
Creating working copy for https://github.com/getGuaka/Colorizer.git
Working copy of https://github.com/getGuaka/Colorizer.git resolved at 0.2.1
Creating working copy for https://github.com/weichsel/ZIPFoundation
Working copy of https://github.com/weichsel/ZIPFoundation resolved at 0.9.19
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/OlehKulykov/PLzmaSDK
Working copy of https://github.com/OlehKulykov/PLzmaSDK resolved at 1.5.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tuist/xcbeautify
Working copy of https://github.com/tuist/xcbeautify resolved at 1.7.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
error: 'spi-builder-workspace': the target 'libplzma' in product 'PLzmaSDK' contains unsafe build flags
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': the target 'libplzma' in product 'PLzmaSDK' contains unsafe build flags
BUILD FAILURE 6.1 wasm