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 Mixpanel, reference v5.1.0 (82d1ce), with Swift 6.1 for Android on 31 May 2025 12:51:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/mixpanel/mixpanel-swift.git
Reference: v5.1.0
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/mixpanel/mixpanel-swift
 * tag               v5.1.0     -> FETCH_HEAD
HEAD is now at 82d1ce4 Update docs
Cloned https://github.com/mixpanel/mixpanel-swift.git
Revision (git rev-parse @):
82d1ce415b38b138ceb8adc4e0c15a26f14121d1
SUCCESS checkout https://github.com/mixpanel/mixpanel-swift.git at v5.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mixpanel/mixpanel-swift.git
https://github.com/mixpanel/mixpanel-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mixpanel",
  "name" : "Mixpanel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Mixpanel",
      "targets" : [
        "Mixpanel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Mixpanel",
      "module_type" : "SwiftTarget",
      "name" : "Mixpanel",
      "path" : "Sources",
      "product_memberships" : [
        "Mixpanel"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Mixpanel/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AutomaticEvents.swift",
        "AutomaticProperties.swift",
        "Constants.swift",
        "Data+Compression.swift",
        "Error.swift",
        "FeatureFlags.swift",
        "FileLogging.swift",
        "Flush.swift",
        "FlushRequest.swift",
        "Group.swift",
        "JSONHandler.swift",
        "MPDB.swift",
        "Mixpanel.swift",
        "MixpanelInstance.swift",
        "MixpanelLogger.swift",
        "MixpanelOptions.swift",
        "MixpanelPersistence.swift",
        "MixpanelType.swift",
        "Network.swift",
        "People.swift",
        "PrintLogging.swift",
        "ReadWriteLock.swift",
        "SessionMetadata.swift",
        "Track.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/26] Compiling Mixpanel Flush.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[5/26] Compiling Mixpanel FlushRequest.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[6/26] Compiling Mixpanel Group.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/29] Emitting module Mixpanel
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[8/29] Compiling Mixpanel MixpanelPersistence.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[9/29] Compiling Mixpanel MixpanelType.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[10/29] Compiling Mixpanel Network.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[11/29] Compiling Mixpanel People.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[12/29] Compiling Mixpanel PrintLogging.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[13/29] Compiling Mixpanel ReadWriteLock.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[14/29] Compiling Mixpanel Error.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[15/29] Compiling Mixpanel FeatureFlags.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[16/29] Compiling Mixpanel FileLogging.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[17/29] Compiling Mixpanel MixpanelInstance.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[18/29] Compiling Mixpanel MixpanelLogger.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[19/29] Compiling Mixpanel MixpanelOptions.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[20/29] Compiling Mixpanel JSONHandler.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[21/29] Compiling Mixpanel MPDB.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[22/29] Compiling Mixpanel Mixpanel.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[23/29] Compiling Mixpanel AutomaticEvents.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[24/29] Compiling Mixpanel AutomaticProperties.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[25/29] Compiling Mixpanel Constants.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[26/29] Compiling Mixpanel Data+Compression.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[27/29] Compiling Mixpanel SessionMetadata.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[28/29] Compiling Mixpanel Track.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[29/29] Compiling Mixpanel resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/24] Emitting module Mixpanel
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[3/27] Compiling Mixpanel People.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[4/27] Compiling Mixpanel PrintLogging.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[5/27] Compiling Mixpanel ReadWriteLock.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[6/27] Compiling Mixpanel Flush.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[7/27] Compiling Mixpanel FlushRequest.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[8/27] Compiling Mixpanel Group.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[9/27] Compiling Mixpanel Error.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[10/27] Compiling Mixpanel FeatureFlags.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[11/27] Compiling Mixpanel FileLogging.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[12/27] Compiling Mixpanel MixpanelPersistence.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[13/27] Compiling Mixpanel MixpanelType.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[14/27] Compiling Mixpanel Network.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[15/27] Compiling Mixpanel AutomaticEvents.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[16/27] Compiling Mixpanel AutomaticProperties.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[17/27] Compiling Mixpanel Constants.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[18/27] Compiling Mixpanel Data+Compression.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[19/27] Compiling Mixpanel SessionMetadata.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[20/27] Compiling Mixpanel Track.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[21/27] Compiling Mixpanel resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[22/27] Compiling Mixpanel JSONHandler.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[23/27] Compiling Mixpanel MPDB.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[24/27] Compiling Mixpanel Mixpanel.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[25/27] Compiling Mixpanel MixpanelInstance.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[26/27] Compiling Mixpanel MixpanelLogger.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
[27/27] Compiling Mixpanel MixpanelOptions.swift
/host/spi-builder-workspace/Sources/Constants.swift:11:8: error: no such module 'UIKit'
 9 | import Foundation
10 | #if !os(OSX)
11 | import UIKit
   |        `- error: no such module 'UIKit'
12 | #endif // !os(OSX)
13 |
BUILD FAILURE 6.1 android