The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MobileSync, reference v0.0.7 (0c84f2), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 18:10:41 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/quran/mobile-sync-spm.git
Reference: v0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quran/mobile-sync-spm
 * tag               v0.0.7     -> FETCH_HEAD
HEAD is now at 0c84f20 Merge pull request #6 from quran/feat/update-notes-apis
Cloned https://github.com/quran/mobile-sync-spm.git
Revision (git rev-parse @):
0c84f20d13637f05a1603899f77f211847a4d537
SUCCESS checkout https://github.com/quran/mobile-sync-spm.git at v0.0.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/quran/mobile-sync-spm.git
https://github.com/quran/mobile-sync-spm.git
{
  "dependencies" : [
    {
      "identity" : "kmp-nativecoroutines",
      "requirement" : {
        "exact" : [
          "1.0.0-ALPHA-48"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rickclephas/KMP-NativeCoroutines.git"
    }
  ],
  "manifest_display_name" : "MobileSync",
  "name" : "MobileSync",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "MobileSync",
      "targets" : [
        "MobileSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Shared",
      "module_type" : "BinaryTarget",
      "name" : "Shared",
      "path" : "remote/archive/Shared-0.0.5.xcframework.zip",
      "product_memberships" : [
        "MobileSync"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "MobileSync",
      "module_type" : "SwiftTarget",
      "name" : "MobileSync",
      "path" : "Sources/MobileSync",
      "product_dependencies" : [
        "KMPNativeCoroutinesAsync"
      ],
      "product_memberships" : [
        "MobileSync"
      ],
      "sources" : [
        "AuthServiceExtension.swift",
        "AuthStateValue.swift",
        "ShimExports.swift",
        "SyncServiceExtension.swift"
      ],
      "target_dependencies" : [
        "Shared"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
Fetching https://github.com/rickclephas/KMP-NativeCoroutines.git
[1/18514] Fetching kmp-nativecoroutines
Fetched https://github.com/rickclephas/KMP-NativeCoroutines.git from cache (1.44s)
Computing version for https://github.com/rickclephas/KMP-NativeCoroutines.git
Computed https://github.com/rickclephas/KMP-NativeCoroutines.git at 1.0.0-ALPHA-48 (4.02s)
Fetching https://github.com/ReactiveX/RxSwift.git
[1/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.74s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (10.40s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
Creating working copy for https://github.com/rickclephas/KMP-NativeCoroutines.git
Working copy of https://github.com/rickclephas/KMP-NativeCoroutines.git resolved at 1.0.0-ALPHA-48
Downloading binary artifact https://github.com/quran/mobile-sync/releases/download/v0.0.5/Shared-0.0.5.xcframework.zip
[15538/18711684] Downloading https://github.com/quran/mobile-sync/releases/download/v0.0.5/Shared-0.0.5.xcframework.zip
Downloaded https://github.com/quran/mobile-sync/releases/download/v0.0.5/Shared-0.0.5.xcframework.zip (1.60s)
error: the library 'MobileSync' requires macos 10.13, but depends on the product 'KMPNativeCoroutinesAsync' which requires macos 10.15; consider changing the library 'MobileSync' to require macos 10.15 or later, or the product 'KMPNativeCoroutinesAsync' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'MobileSync' requires macos 10.13, but depends on the product 'KMPNativeCoroutinesAsync' which requires macos 10.15; consider changing the library 'MobileSync' to require macos 10.15 or later, or the product 'KMPNativeCoroutinesAsync' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm