Build Information
Failed to build Maraca, reference 1.0.10 (af2d8b
), with Swift 6.0 for Linux on 29 Nov 2024 13:38:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SocketMobile/swift-package-maraca.git
Reference: 1.0.10
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/SocketMobile/swift-package-maraca
* tag 1.0.10 -> FETCH_HEAD
HEAD is now at af2d8b9 New version of Swift Package Maraca - 1.0.10
Cloned https://github.com/SocketMobile/swift-package-maraca.git
Revision (git rev-parse @):
af2d8b93ccace649a61dff6770a65a7e7c1a91ed
SUCCESS checkout https://github.com/SocketMobile/swift-package-maraca.git at 1.0.10
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/SocketMobile/swift-package-maraca.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/SocketMobile/swift-package-capturesdk
[1/532] Fetching swift-package-capturesdk
Fetched https://github.com/SocketMobile/swift-package-capturesdk from cache (1.66s)
Computing version for https://github.com/SocketMobile/swift-package-capturesdk
Computed https://github.com/SocketMobile/swift-package-capturesdk at 1.9.74 (0.47s)
Fetching https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
[1/108] Fetching swift-package-swiftdecodersdk
Fetched https://github.com/SocketMobile/swift-package-swiftdecodersdk.git from cache (0.64s)
Computing version for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Computed https://github.com/SocketMobile/swift-package-swiftdecodersdk.git at 6.0.10 (0.47s)
Creating working copy for https://github.com/SocketMobile/swift-package-capturesdk
Working copy of https://github.com/SocketMobile/swift-package-capturesdk resolved at 1.9.74
Creating working copy for https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Working copy of https://github.com/SocketMobile/swift-package-swiftdecodersdk.git resolved at 6.0.10
Building for debugging...
[0/4] Write sources
[1/4] Compiling CaptureSDKFramework CaptureSDKDummy.m
[2/4] Compiling SwiftDecoderCaptureSDK SwiftDecoderDummy.m
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling Maraca Maraca.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[6/16] Compiling Maraca MaracaConstants.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[7/16] Compiling Maraca Protocol+Declarations.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/17] Emitting module Maraca
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[9/17] Compiling Maraca JsonRPCObject.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[10/17] Compiling Maraca LeakAvoider.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[11/17] Compiling Maraca DebugLogger.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[12/17] Compiling Maraca JavascriptMessageInterpreter.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[13/17] Compiling Maraca Client.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[14/17] Compiling Maraca ClientDevice.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[15/17] Compiling Maraca ActiveClientManager.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[16/17] Compiling Maraca CaptureLayer.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
[17/17] Compiling Maraca Utility.swift
/host/spi-builder-workspace/Sources/Maraca/ActiveClientManager.swift:8:8: error: no such module 'CaptureSDK'
6 | //
7 |
8 | import CaptureSDK
| `- error: no such module 'CaptureSDK'
9 |
10 | /// Manages relations between the currently active Client object and the web application it represents
BUILD FAILURE 6.0 linux