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 Nexus, reference dev (80a447), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 01:21:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/nexus.git
Reference: dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "nexus",
      "name": "Nexus",
      "url": "https://github.com/space-code/nexus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/nexus",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/space-code/nexus.git
[1/157] Fetching nexus
Fetched https://github.com/space-code/nexus.git from cache (0.92s)
Creating working copy for https://github.com/space-code/nexus.git
Working copy of https://github.com/space-code/nexus.git resolved at dev (80a4473)
warning: '.resolve-product-dependencies': dependency 'nexus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/space-code/nexus.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Nexus",
  "name" : "Nexus",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/16] Compiling Nexus WatchConnectivityServiceDelegate.swift
/Users/admin/builder/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/17] Compiling Nexus WatchConnectivityService.swift
/Users/admin/builder/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 Message.swift
/Users/admin/builder/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 NotificationCenter+INotificationCenter.swift
/Users/admin/builder/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 Encodable+Dictonary.swift
/Users/admin/builder/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)
[8/17] Emitting module Nexus
/Users/admin/builder/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 ICommunicationService.swift
/Users/admin/builder/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 IWatchConnectivityService.swift
/Users/admin/builder/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 ISessionCompatibleProvider.swift
/Users/admin/builder/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 SessionCompatibleProvider.swift
/Users/admin/builder/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 INotificationCenter.swift
/Users/admin/builder/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 IWCSession.swift
/Users/admin/builder/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/17] Compiling Nexus CommunicationService.swift
/Users/admin/builder/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 CommunicationServiceDelegate.swift
/Users/admin/builder/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 WatchConnectivityError.swift
/Users/admin/builder/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.0 macosSpm