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 2.10.3 (4986a8), with Swift 6.1 for Android on 30 May 2025 20:06:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyFinch/Rugby.git
Reference: 2.10.3
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
 * tag               2.10.3     -> FETCH_HEAD
HEAD is now at 4986a83 [skip ci] Bump version 2.10.3
Cloned https://github.com/SwiftyFinch/Rugby.git
Revision (git rev-parse @):
4986a83c8c7b3fc7c046c61b76a85b88a09bdab4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyFinch/Rugby.git at 2.10.3
========================================
Build
========================================
Selected platform:         android
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" : "8.20.0",
            "upper_bound" : "9.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" : "5.0.6",
            "upper_bound" : "6.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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tuist/xcbeautify
Fetching https://github.com/swiftyfinch/Fish
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
[1/6790] Fetching xcbeautify
[748/6883] Fetching xcbeautify, fish
[841/11746] Fetching xcbeautify, fish, swiftshell
[2067/17320] Fetching xcbeautify, fish, swiftshell, zipfoundation
[2882/27977] Fetching xcbeautify, fish, swiftshell, zipfoundation, yams
Fetched https://github.com/tuist/xcbeautify from cache (2.34s)
Fetched https://github.com/weichsel/ZIPFoundation from cache (2.35s)
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/OlehKulykov/PLzmaSDK
Fetched https://github.com/swiftyfinch/Fish from cache (2.69s)
Fetched https://github.com/kareman/SwiftShell from cache (2.70s)
[1/1196] Fetching rainbow
Fetching https://github.com/apple/swift-argument-parser
[1197/24486] Fetching rainbow, xcodeproj
Fetched https://github.com/jpsim/Yams from cache (2.83s)
Fetched https://github.com/onevcat/Rainbow from cache (0.54s)
[699/23290] Fetching xcodeproj
[9550/26513] Fetching xcodeproj, plzmasdk
[12524/41899] Fetching xcodeproj, plzmasdk, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.61s)
[24481/26513] Fetching xcodeproj, plzmasdk
Fetched https://github.com/tuist/XcodeProj from cache (2.93s)
Fetched https://github.com/OlehKulykov/PLzmaSDK from cache (2.62s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (5.86s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.56s)
Computing version for https://github.com/swiftyfinch/Fish
Computed https://github.com/swiftyfinch/Fish at 0.1.3 (1.01s)
Computing version for https://github.com/tuist/xcbeautify
Computed https://github.com/tuist/xcbeautify at 1.7.0 (0.65s)
Fetching https://github.com/getGuaka/Colorizer.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/10011] Fetching xmlcoder
[2/10069] Fetching xmlcoder, colorizer
Fetched https://github.com/getGuaka/Colorizer.git from cache (0.49s)
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.50s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (1.45s)
Computing version for https://github.com/getGuaka/Colorizer.git
Computed https://github.com/getGuaka/Colorizer.git at 0.2.1 (4.87s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.80s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.1 (0.58s)
Computing version for https://github.com/OlehKulykov/PLzmaSDK
Computed https://github.com/OlehKulykov/PLzmaSDK at 1.5.0 (0.65s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.66s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 8.27.7 (0.58s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1411] Fetching pathkit
[1412/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.39s)
Fetched https://github.com/tadija/AEXML.git from cache (0.39s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.72s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.38s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.37s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.77s)
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 8.27.7
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/tuist/xcbeautify
Working copy of https://github.com/tuist/xcbeautify resolved at 1.7.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
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/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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
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/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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/swiftyfinch/Fish
Working copy of https://github.com/swiftyfinch/Fish resolved at 0.1.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': the target 'libplzma' in product 'PLzmaSDK' contains unsafe build flags
BUILD FAILURE 6.1 android