The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build DITranquillity, reference master (e40713), with Swift 5.8 for Linux on 20 Oct 2024 07:57:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivlevAstef/DITranquillity.git
Reference: master
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/ivlevAstef/DITranquillity
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e407139 fix deployment target podspec
Cloned https://github.com/ivlevAstef/DITranquillity.git
Revision (git rev-parse @):
e40713935369ccbbd2877712f1261131a2504fe0
SUCCESS checkout https://github.com/ivlevAstef/DITranquillity.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/ivlevAstef/DITranquillity.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:06f9196eb0a58d9e2ef145681487a05751c13e2e1446f508740719934c63fbe6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/ivlevAstef/SwiftLazy.git
[1/271] Fetching swiftlazy
Fetched https://github.com/ivlevAstef/SwiftLazy.git (0.21s)
Computing version for https://github.com/ivlevAstef/SwiftLazy.git
Computed https://github.com/ivlevAstef/SwiftLazy.git at 1.3.0 (0.30s)
Creating working copy for https://github.com/ivlevAstef/SwiftLazy.git
Working copy of https://github.com/ivlevAstef/SwiftLazy.git resolved at 1.3.0
Building for debugging...
[1/6] Compiling SwiftLazy ProviderArgs.swift
[2/6] Compiling SwiftLazy BaseProvider.swift
[3/6] Emitting module SwiftLazy
[4/6] Compiling SwiftLazy BaseLazy.swift
[5/6] Compiling SwiftLazy Lazy.swift
[6/6] Compiling SwiftLazy Provider.swift
[9/45] Emitting module DITranquillity
[10/50] Compiling DITranquillity DIGraph+Cycle.swift
[11/50] Compiling DITranquillity DIGraph+Validate.swift
[12/50] Compiling DITranquillity DIGraph+ValidationErrors.swift
[13/50] Compiling DITranquillity DIGraph.swift
[14/50] Compiling DITranquillity DIVertex.swift
[15/50] Compiling DITranquillity DIStorage.swift
[16/50] Compiling DITranquillity DITypes.swift
[17/50] Compiling DITranquillity DIExtensions.swift
[18/50] Compiling DITranquillity SwiftLazy.swift
[19/50] Compiling DITranquillity DIFramework.swift
[20/50] Compiling DITranquillity ParsedType.swift
[21/50] Compiling DITranquillity ProtocolMagic.swift
[22/50] Compiling DITranquillity Resolver.swift
[23/50] Compiling DITranquillity SpecificType.swift
[24/50] Compiling DITranquillity TypeKey.swift
[25/50] Compiling DITranquillity FastLock.swift
[26/50] Compiling DITranquillity Multithread.swift
[27/50] Compiling DITranquillity ThreadDictionary.swift
[28/50] Compiling DITranquillity DIContainer+makeGraph.swift
[29/50] Compiling DITranquillity DIEdge.swift
[30/50] Compiling DITranquillity DIComponentBuilder.Injection.swift
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:46:30: error: cannot find 'MM' in scope
    return append(injection: MM.make3([UseObject.self,P0.self,P1.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:62:30: error: cannot find 'MM' in scope
    return append(injection: MM.make4([UseObject.self,P0.self,P1.self,P2.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:78:30: error: cannot find 'MM' in scope
    return append(injection: MM.make5([UseObject.self,P0.self,P1.self,P2.self,P3.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:94:30: error: cannot find 'MM' in scope
    return append(injection: MM.make6([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:110:30: error: cannot find 'MM' in scope
    return append(injection: MM.make7([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:126:30: error: cannot find 'MM' in scope
    return append(injection: MM.make8([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:142:30: error: cannot find 'MM' in scope
    return append(injection: MM.make9([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self,P7.self], by: m))
                             ^~
[31/50] Compiling DITranquillity DIContainer.Reg.swift
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:46:30: error: cannot find 'MM' in scope
    return append(injection: MM.make3([UseObject.self,P0.self,P1.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:62:30: error: cannot find 'MM' in scope
    return append(injection: MM.make4([UseObject.self,P0.self,P1.self,P2.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:78:30: error: cannot find 'MM' in scope
    return append(injection: MM.make5([UseObject.self,P0.self,P1.self,P2.self,P3.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:94:30: error: cannot find 'MM' in scope
    return append(injection: MM.make6([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:110:30: error: cannot find 'MM' in scope
    return append(injection: MM.make7([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:126:30: error: cannot find 'MM' in scope
    return append(injection: MM.make8([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:142:30: error: cannot find 'MM' in scope
    return append(injection: MM.make9([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self,P7.self], by: m))
                             ^~
[32/50] Compiling DITranquillity DIContainer.RegModify.swift
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:46:30: error: cannot find 'MM' in scope
    return append(injection: MM.make3([UseObject.self,P0.self,P1.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:62:30: error: cannot find 'MM' in scope
    return append(injection: MM.make4([UseObject.self,P0.self,P1.self,P2.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:78:30: error: cannot find 'MM' in scope
    return append(injection: MM.make5([UseObject.self,P0.self,P1.self,P2.self,P3.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:94:30: error: cannot find 'MM' in scope
    return append(injection: MM.make6([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:110:30: error: cannot find 'MM' in scope
    return append(injection: MM.make7([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:126:30: error: cannot find 'MM' in scope
    return append(injection: MM.make8([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:142:30: error: cannot find 'MM' in scope
    return append(injection: MM.make9([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self,P7.self], by: m))
                             ^~
[33/50] Compiling DITranquillity ComponentAlternativeType.swift
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:46:30: error: cannot find 'MM' in scope
    return append(injection: MM.make3([UseObject.self,P0.self,P1.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:62:30: error: cannot find 'MM' in scope
    return append(injection: MM.make4([UseObject.self,P0.self,P1.self,P2.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:78:30: error: cannot find 'MM' in scope
    return append(injection: MM.make5([UseObject.self,P0.self,P1.self,P2.self,P3.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:94:30: error: cannot find 'MM' in scope
    return append(injection: MM.make6([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:110:30: error: cannot find 'MM' in scope
    return append(injection: MM.make7([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:126:30: error: cannot find 'MM' in scope
    return append(injection: MM.make8([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:142:30: error: cannot find 'MM' in scope
    return append(injection: MM.make9([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self,P7.self], by: m))
                             ^~
[34/50] Compiling DITranquillity DIComponentBuilder.swift
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:46:30: error: cannot find 'MM' in scope
    return append(injection: MM.make3([UseObject.self,P0.self,P1.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:62:30: error: cannot find 'MM' in scope
    return append(injection: MM.make4([UseObject.self,P0.self,P1.self,P2.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:78:30: error: cannot find 'MM' in scope
    return append(injection: MM.make5([UseObject.self,P0.self,P1.self,P2.self,P3.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:94:30: error: cannot find 'MM' in scope
    return append(injection: MM.make6([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:110:30: error: cannot find 'MM' in scope
    return append(injection: MM.make7([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:126:30: error: cannot find 'MM' in scope
    return append(injection: MM.make8([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:142:30: error: cannot find 'MM' in scope
    return append(injection: MM.make9([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self,P7.self], by: m))
                             ^~
[35/50] Compiling DITranquillity DIComponentPriority.swift
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:46:30: error: cannot find 'MM' in scope
    return append(injection: MM.make3([UseObject.self,P0.self,P1.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:62:30: error: cannot find 'MM' in scope
    return append(injection: MM.make4([UseObject.self,P0.self,P1.self,P2.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:78:30: error: cannot find 'MM' in scope
    return append(injection: MM.make5([UseObject.self,P0.self,P1.self,P2.self,P3.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:94:30: error: cannot find 'MM' in scope
    return append(injection: MM.make6([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:110:30: error: cannot find 'MM' in scope
    return append(injection: MM.make7([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:126:30: error: cannot find 'MM' in scope
    return append(injection: MM.make8([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self], by: m))
                             ^~
/host/spi-builder-workspace/Sources/Core/API/AutoResolve/DIComponentBuilder.Injection.swift:142:30: error: cannot find 'MM' in scope
    return append(injection: MM.make9([UseObject.self,P0.self,P1.self,P2.self,P3.self,P4.self,P5.self,P6.self,P7.self], by: m))
                             ^~
[36/50] Compiling DITranquillity DIPart.swift
[37/50] Compiling DITranquillity AnyArguments.swift
[38/50] Compiling DITranquillity Component.swift
[39/50] Compiling DITranquillity DIComponentBuilder+EmptySubviewsInject.swift
[40/50] Compiling DITranquillity ExtensionsContainer.swift
[41/50] Compiling DITranquillity FrameworksDependenciesContainer.swift
[42/50] Compiling DITranquillity Log.swift
[43/50] Compiling DITranquillity MethodMaker.swift
[44/50] Compiling DITranquillity MethodSignature.swift
[45/50] Compiling DITranquillity Modificators.swift
[46/50] Compiling DITranquillity DIContainer.swift
[47/50] Compiling DITranquillity DILifetime.swift
[48/50] Compiling DITranquillity DIModificators.swift
[49/50] Compiling DITranquillity DIScope.swift
[50/50] Compiling DITranquillity DISettings.swift
BUILD FAILURE 5.8 linux