Build Information
Failed to build DecisionTree, reference 0.4.0 (16804e
), with Swift 6.2 (beta) for Android on 18 Jun 2025 06:56:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rockfordwei/decisiontree.git
Reference: 0.4.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/rockfordwei/decisiontree
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 16804ee Rewriting thread / dispatch.
Cloned https://github.com/rockfordwei/decisiontree.git
Revision (git rev-parse @):
16804ee6aac1148177151b3cb5f15878d5cd6a1b
SUCCESS checkout https://github.com/rockfordwei/decisiontree.git at 0.4.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/rockfordwei/decisiontree.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/PerfectlySoft/Perfect-MySQL.git
[1/819] Fetching perfect-mysql
Fetched https://github.com/PerfectlySoft/Perfect-MySQL.git from cache (0.79s)
Computing version for https://github.com/PerfectlySoft/Perfect-MySQL.git
Computed https://github.com/PerfectlySoft/Perfect-MySQL.git at 3.5.1 (1.36s)
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git
Fetching https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
[1/45] Fetching perfect-mysqlclient-linux
[42/1238] Fetching perfect-mysqlclient-linux, perfect-crud
Fetched https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git from cache (0.26s)
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git from cache (0.62s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 1.2.3 (1.17s)
Computing version for https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
Computed https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git at 2.1.0 (0.47s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-MySQL.git
Working copy of https://github.com/PerfectlySoft/Perfect-MySQL.git resolved at 3.5.1
Creating working copy for https://github.com/PerfectlySoft/Perfect-CRUD.git
Working copy of https://github.com/PerfectlySoft/Perfect-CRUD.git resolved at 1.2.3
Creating working copy for https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
Working copy of https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git resolved at 2.1.0
warning: 'perfect-mysqlclient-linux': ignoring declared target(s) 'mysqlclient' in the system package
warning: you may be able to install mysqlclient using your system-packager:
apt-get install libmysqlclient-dev
warning: you may be able to install mysqlclient using your system-packager:
apt-get install libmysqlclient-dev
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/28] Compiling PerfectCRUD Equality.swift
[6/28] Compiling PerfectCRUD EqualityInts.swift
[7/28] Compiling PerfectCRUD Expression.swift
[8/28] Compiling PerfectCRUD CodingNames.swift
[9/28] Compiling PerfectCRUD CodingRows.swift
[10/28] Compiling PerfectCRUD Create.swift
[11/28] Compiling PerfectCRUD Database.swift
[12/28] Emitting module PerfectCRUD
[13/31] Compiling PerfectCRUD Coding.swift
[14/31] Compiling PerfectCRUD CodingBindings.swift
[15/31] Compiling PerfectCRUD CodingJoins.swift
[16/31] Compiling PerfectCRUD CodingKeyPaths.swift
[17/31] Compiling PerfectCRUD Logical.swift
[18/31] Compiling PerfectCRUD Insert.swift
[19/31] Compiling PerfectCRUD Join.swift
[20/31] Compiling PerfectCRUD Delete.swift
[21/31] Compiling PerfectCRUD Comparison.swift
[22/31] Compiling PerfectCRUD ComparisonInts.swift
[23/31] Compiling PerfectCRUD Logging.swift
[24/31] Compiling PerfectCRUD PerfectCRUD.swift
[25/31] Compiling PerfectCRUD Select.swift
[26/31] Compiling PerfectCRUD In.swift
[27/31] Compiling PerfectCRUD InInts.swift
[28/31] Compiling PerfectCRUD Like.swift
[29/31] Compiling PerfectCRUD Table.swift
[30/31] Compiling PerfectCRUD Update.swift
[31/31] Compiling PerfectCRUD Where.swift
[33/37] Compiling PerfectMySQL PerfectMySQL.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQL.swift:11:9: error: no such module 'Darwin'
9 | import SwiftGlibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 | import mysqlclient
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/37] Emitting module PerfectMySQL
/host/spi-builder-workspace/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQL.swift:11:9: error: no such module 'Darwin'
9 | import SwiftGlibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 | import mysqlclient
[35/37] Compiling PerfectMySQL MySQLCRUD.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQL.swift:11:9: error: no such module 'Darwin'
9 | import SwiftGlibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 | import mysqlclient
[36/37] Compiling PerfectMySQL MySQL.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQL.swift:11:9: error: no such module 'Darwin'
9 | import SwiftGlibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 | import mysqlclient
[37/37] Compiling PerfectMySQL MySQLStmt.swift
/host/spi-builder-workspace/.build/checkouts/Perfect-MySQL/Sources/PerfectMySQL/MySQL.swift:11:9: error: no such module 'Darwin'
9 | import SwiftGlibc
10 | #else
11 | import Darwin
| `- error: no such module 'Darwin'
12 | #endif
13 | import mysqlclient
BUILD FAILURE 6.2 android