The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MongoMobile, reference master (6c459d), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:07:02 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mongodb/swift-mongo-mobile.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mongodb/swift-mongo-mobile
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6c459d8 Merge pull request #16 from mongodb/DRIVERS-2036
Cloned https://github.com/mongodb/swift-mongo-mobile.git
Revision (git rev-parse @):
6c459d834f93ba1c9b70653e9faae95c37865690
SUCCESS checkout https://github.com/mongodb/swift-mongo-mobile.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-mongo-mobile",
      "name": "MongoMobile",
      "url": "https://github.com/mongodb/swift-mongo-mobile.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-mongo-mobile",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mongodb/swift-mongo-mobile.git
[1/532] Fetching swift-mongo-mobile
Fetched https://github.com/mongodb/swift-mongo-mobile.git from cache (0.75s)
Creating working copy for https://github.com/mongodb/swift-mongo-mobile.git
Working copy of https://github.com/mongodb/swift-mongo-mobile.git resolved at master (6c459d8)
warning: '.resolve-product-dependencies': dependency 'swift-mongo-mobile' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mongodb/swift-mongo-mobile.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module MongoMobile
/Users/admin/builder/spi-builder-workspace/Sources/MongoMobile/MongoMobile.swift:2:8: error: no such module 'mongo_embedded'
  1 | import Foundation
  2 | import mongo_embedded
    |        `- error: no such module 'mongo_embedded'
  3 | import mongoc_embedded
  4 | import MongoSwift
[4/5] Compiling MongoMobile MongoMobileLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/MongoMobile/MongoMobile.swift:2:8: error: no such module 'mongo_embedded'
  1 | import Foundation
  2 | import mongo_embedded
    |        `- error: no such module 'mongo_embedded'
  3 | import mongoc_embedded
  4 | import MongoSwift
[5/5] Compiling MongoMobile MongoMobile.swift
/Users/admin/builder/spi-builder-workspace/Sources/MongoMobile/MongoMobile.swift:2:8: error: no such module 'mongo_embedded'
  1 | import Foundation
  2 | import mongo_embedded
    |        `- error: no such module 'mongo_embedded'
  3 | import mongoc_embedded
  4 | import MongoSwift
BUILD FAILURE 6.3 macosSpm