The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MongoMobile, reference v0.1.0 (e462bb), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:07:42 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: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mongodb/swift-mongo-mobile
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at e462bbb 0.1.0
Cloned https://github.com/mongodb/swift-mongo-mobile.git
Revision (git rev-parse @):
e462bbba7bca4f5afaba0e22e2c573e373664ccd
SUCCESS checkout https://github.com/mongodb/swift-mongo-mobile.git at v0.1.0
========================================
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.67s)
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 v0.1.0 (e462bbb)
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
[3/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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
[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