Build Information
Failed to build Mixpanel, reference master (671496
), with Swift 6.1 for Linux on 25 Apr 2025 15:02:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mixpanel/mixpanel-swift.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6714969 Update CHANGELOG
Cloned https://github.com/mixpanel/mixpanel-swift.git
Revision (git rev-parse @):
6714969ad44cc1a6537a0f132dd4d0251ad3b599
SUCCESS checkout https://github.com/mixpanel/mixpanel-swift.git at master
========================================
Build
========================================
Selected platform: linux
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",
"FileLogging.swift",
"Flush.swift",
"FlushRequest.swift",
"Group.swift",
"JSONHandler.swift",
"MPDB.swift",
"Mixpanel.swift",
"MixpanelInstance.swift",
"MixpanelLogger.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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/25] 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 |
[5/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 |
[6/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 |
[7/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 |
[8/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 |
[9/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 |
[10/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 |
[11/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 |
[12/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 |
[13/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 |
[14/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 |
[15/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 |
[16/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 |
[17/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 |
[18/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 |
[19/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 |
[20/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 |
[21/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 |
[22/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 |
[23/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 |
[24/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 |
[25/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 |
[26/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 |
[27/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/23] 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/25] 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 |
[4/25] 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 |
[5/25] 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 |
[6/25] 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 |
[7/25] 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 |
[8/25] 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 |
[9/25] 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 |
[10/25] 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 |
[11/25] 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 |
[12/25] 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 |
[13/25] 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 |
[14/25] 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 |
[15/25] 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 |
[16/25] 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 |
[17/25] 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 |
[18/25] 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 |
[19/25] 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 |
[20/25] 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 |
[21/25] 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 |
[22/25] 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 |
[23/25] 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/25] 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/25] 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 |
BUILD FAILURE 6.1 linux