The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Nexus, reference dev (80a447), with Swift 6.1 for Android on 28 May 2025 20:46:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/space-code/nexus.git
Reference: dev
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/space-code/nexus
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at 80a4473 Integrate `CodeCov` (#1)
Cloned https://github.com/space-code/nexus.git
Revision (git rev-parse @):
80a4473af2a3578b41e1b9917c80c4761c088e1e
SUCCESS checkout https://github.com/space-code/nexus.git at dev
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/space-code/nexus.git
https://github.com/space-code/nexus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nexus",
  "name" : "Nexus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Nexus",
      "targets" : [
        "Nexus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NexusTests",
      "module_type" : "SwiftTarget",
      "name" : "NexusTests",
      "path" : "Tests/NexusTests",
      "sources" : [
        "Helpers/MessageBuilderHelper.swift",
        "Mocks/CommunicationServiceDelegateMock.swift",
        "Mocks/NotificationCenterMock.swift",
        "Mocks/SessionCompatibleProviderMock.swift",
        "Mocks/SessionMock.swift",
        "Mocks/WatchConnectivityServiceDelegateMock.swift",
        "Mocks/WatchConnectivityServiceMock.swift",
        "Stubs/MessageStub.swift",
        "UnitTests/CommunicationServiceTests.swift",
        "UnitTests/SessionCompatibleProviderTests.swift",
        "UnitTests/WatchConnectivityService.swift"
      ],
      "target_dependencies" : [
        "Nexus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Nexus",
      "module_type" : "SwiftTarget",
      "name" : "Nexus",
      "path" : "Sources/Nexus",
      "product_memberships" : [
        "Nexus"
      ],
      "sources" : [
        "Classes/Core/Interfaces/INotificationCenter.swift",
        "Classes/Core/Interfaces/IWCSession.swift",
        "Classes/Core/Providers/SessionCompatibleProvider/ISessionCompatibleProvider.swift",
        "Classes/Core/Providers/SessionCompatibleProvider/SessionCompatibleProvider.swift",
        "Classes/Core/Services/CommunicationService/CommunicationService.swift",
        "Classes/Core/Services/CommunicationService/CommunicationServiceDelegate.swift",
        "Classes/Core/Services/CommunicationService/ICommunicationService.swift",
        "Classes/Core/Services/WatchConnectivityService/IWatchConnectivityService.swift",
        "Classes/Core/Services/WatchConnectivityService/WatchConnectivityService.swift",
        "Classes/Core/Services/WatchConnectivityService/WatchConnectivityServiceDelegate.swift",
        "Classes/Extensions/Encodable+Dictonary.swift",
        "Classes/Extensions/NotificationCenter+INotificationCenter.swift",
        "Classes/Models/Message.swift",
        "Classes/Models/WatchConnectivityError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/16] Compiling Nexus ICommunicationService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[4/16] Compiling Nexus IWatchConnectivityService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[5/17] Compiling Nexus WatchConnectivityError.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[6/17] Compiling Nexus WatchConnectivityService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[7/17] Compiling Nexus WatchConnectivityServiceDelegate.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[8/17] Compiling Nexus Message.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[9/17] Compiling Nexus Encodable+Dictonary.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[10/17] Compiling Nexus NotificationCenter+INotificationCenter.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[11/17] Compiling Nexus CommunicationService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[12/17] Compiling Nexus CommunicationServiceDelegate.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[13/17] Compiling Nexus ISessionCompatibleProvider.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[14/17] Compiling Nexus SessionCompatibleProvider.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Emitting module Nexus
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[16/17] Compiling Nexus INotificationCenter.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[17/17] Compiling Nexus IWCSession.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling Nexus ICommunicationService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[3/15] Compiling Nexus IWatchConnectivityService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/16] Emitting module Nexus
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[5/16] Compiling Nexus ISessionCompatibleProvider.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[6/16] Compiling Nexus SessionCompatibleProvider.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[7/16] Compiling Nexus Encodable+Dictonary.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[8/16] Compiling Nexus NotificationCenter+INotificationCenter.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[9/16] Compiling Nexus Message.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[10/16] Compiling Nexus INotificationCenter.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[11/16] Compiling Nexus IWCSession.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[12/16] Compiling Nexus CommunicationService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[13/16] Compiling Nexus CommunicationServiceDelegate.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[14/16] Compiling Nexus WatchConnectivityService.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[15/16] Compiling Nexus WatchConnectivityServiceDelegate.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
[16/16] Compiling Nexus WatchConnectivityError.swift
/host/spi-builder-workspace/Sources/Nexus/Classes/Core/Interfaces/IWCSession.swift:7:8: error: no such module 'WatchConnectivity'
 5 |
 6 | import Foundation
 7 | import WatchConnectivity
   |        `- error: no such module 'WatchConnectivity'
 8 |
 9 | // MARK: - IWCSession
BUILD FAILURE 6.1 android