Build Information
Failed to build Calatrava, reference 5.4.0 (e25ce3), with Swift 6.1 for Android on 27 May 2025 17:47:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/enums/calatrava.git
Reference: 5.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/enums/calatrava
* tag 5.4.0 -> FETCH_HEAD
HEAD is now at e25ce3a Update README.md
Cloned https://github.com/enums/calatrava.git
Revision (git rev-parse @):
e25ce3ab95e1569ed63f220fa7a9943183409d27
SUCCESS checkout https://github.com/enums/calatrava.git at 5.4.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/enums/calatrava.git
https://github.com/enums/calatrava.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "pjango",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/enums/Pjango.git"
},
{
"identity" : "pjango-mysql",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/enums/Pjango-MySQL.git"
},
{
"identity" : "pjango-postman",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/enums/Pjango-Postman.git"
}
],
"manifest_display_name" : "Calatrava",
"name" : "Calatrava",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Calatrava",
"targets" : [
"Calatrava"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Calatrava",
"module_type" : "SwiftTarget",
"name" : "Calatrava",
"path" : "Source/Calatrava",
"product_dependencies" : [
"Pjango",
"PjangoMySQL",
"PjangoPostman"
],
"product_memberships" : [
"Calatrava"
],
"sources" : [
"Base/AppConfig.swift",
"Base/AppDelegate.swift",
"Base/ConfigModel.swift",
"Base/EventHooks.swift",
"Base/Extension.swift",
"Base/FooterBarView.swift",
"Base/Global.swift",
"Base/MonitorHandle.swift",
"Base/NavigationBarView.swift",
"Error/ErrorNotFoundView.swift",
"Error/ErrorNotSupportView.swift",
"Modules/About/AboutView.swift",
"Modules/About/MessageHandle.swift",
"Modules/About/MessageModel.swift",
"Modules/Base/Statistics/StatisticsManager.swift",
"Modules/Base/Statistics/VisitStatisticsModel.swift",
"Modules/Base/VerificationCode/VerificationHandle.swift",
"Modules/Base/VerificationCode/VerificationManager.swift",
"Modules/Bilibili/BilibiliFeedModel.swift",
"Modules/Bilibili/BilibiliListModel.swift",
"Modules/Bilibili/BilibiliListView.swift",
"Modules/Corpus/CorpusListView.swift",
"Modules/Corpus/CorpusModel.swift",
"Modules/Corpus/CorpusPostsCommentHandle.swift",
"Modules/Corpus/CorpusPostsCommentModel.swift",
"Modules/Corpus/CorpusPostsListView.swift",
"Modules/Corpus/CorpusPostsLoveHandle.swift",
"Modules/Corpus/CorpusPostsModel.swift",
"Modules/Corpus/CorpusPostsTextView.swift",
"Modules/Corpus/CorpusPostsView.swift",
"Modules/Index/IndexView.swift",
"Modules/Instagram/InstagramCurlHandle.swift",
"Modules/Instagram/InstagramFeedModel.swift",
"Modules/Instagram/InstagramListView.swift",
"Modules/Instagram/InstagramNet.swift",
"Modules/Instagram/InstagramUserModel.swift",
"Modules/Modules/ModuleListView.swift",
"Modules/Modules/ModuleModel.swift",
"Modules/Posts/PostsArchiveView.swift",
"Modules/Posts/PostsCommentHandle.swift",
"Modules/Posts/PostsCommentModel.swift",
"Modules/Posts/PostsHistoryModel.swift",
"Modules/Posts/PostsListView.swift",
"Modules/Posts/PostsLoveHandle.swift",
"Modules/Posts/PostsModel.swift",
"Modules/Posts/PostsOldHandle.swift",
"Modules/Posts/PostsSearchView.swift",
"Modules/Posts/PostsTagModel.swift",
"Modules/Posts/PostsTextView.swift",
"Modules/Posts/PostsView.swift",
"Modules/Project/ProjectListView.swift",
"Modules/Project/ProjectModel.swift",
"Modules/Report/ReportCache.swift",
"Modules/Report/ReportDailyModel.swift",
"Modules/Report/ReportDailyView.swift",
"Modules/Report/ReportOnlyDateModel.swift",
"Modules/Report/ReportTotalView.swift",
"Modules/Search/SearchResultBilibiliView.swift",
"Modules/Search/SearchResultCorpusModel.swift",
"Modules/Search/SearchResultInstagramView.swift",
"Modules/Search/SearchResultListView.swift",
"Modules/Search/SearchResultPostsView.swift",
"Modules/Search/SearchResultProjectView.swift",
"Modules/Search/SearchView.swift",
"Modules/Update/UpdateBilibiliModel.swift",
"Modules/Update/UpdateCorpusModel.swift",
"Modules/Update/UpdateInstagramModel.swift",
"Modules/Update/UpdateListView.swift",
"Modules/Update/UpdateModel.swift",
"Modules/Update/UpdatePostsView.swift",
"Modules/Update/UpdateProjectView.swift",
"Modules/VPSSSCURL/VPSSSCURL.swift",
"Plugin/DailyCleanPlugin.swift",
"Plugin/InstagramTimerPlugin.swift",
"Plugin/NotFoundFilterPlugin.swift",
"Plugin/ReportGeneratePlugin.swift",
"Plugin/ReportUpdatePlugin.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Fetching https://github.com/enums/Pjango-Postman.git
Fetching https://github.com/enums/Pjango-MySQL.git
Fetching https://github.com/enums/Pjango.git
[1/778] Fetching pjango
[375/815] Fetching pjango, pjango-postman
[816/906] Fetching pjango, pjango-postman, pjango-mysql
Fetched https://github.com/enums/Pjango-MySQL.git from cache (0.26s)
Fetched https://github.com/enums/Pjango-Postman.git from cache (0.26s)
Fetched https://github.com/enums/Pjango.git from cache (0.26s)
Computing version for https://github.com/enums/Pjango-MySQL.git
Computed https://github.com/enums/Pjango-MySQL.git at 2.1.0 (0.82s)
Fetching https://github.com/PerfectlySoft/Perfect-MySQL.git
[1/819] Fetching perfect-mysql
Fetched https://github.com/PerfectlySoft/Perfect-MySQL.git from cache (0.39s)
Computing version for https://github.com/enums/Pjango-Postman.git
Computed https://github.com/enums/Pjango-Postman.git at 2.3.0 (1.52s)
Fetching https://github.com/PerfectlySoft/Perfect-CURL.git
Fetching https://github.com/enums/Pjango-SwiftyJSON.git
[1/504] Fetching perfect-curl
[505/515] Fetching perfect-curl, pjango-swiftyjson
Fetched https://github.com/enums/Pjango-SwiftyJSON.git from cache (0.84s)
Fetched https://github.com/PerfectlySoft/Perfect-CURL.git from cache (0.84s)
Computing version for https://github.com/enums/Pjango-SwiftyJSON.git
Computed https://github.com/enums/Pjango-SwiftyJSON.git at 1.0.0 (1.37s)
Computing version for https://github.com/PerfectlySoft/Perfect-CURL.git
Computed https://github.com/PerfectlySoft/Perfect-CURL.git at 3.1.0 (2.06s)
Fetching https://github.com/PerfectlySoft/Perfect-HTTP.git
Fetching https://github.com/PerfectlySoft/Perfect-libcurl.git
[1/808] Fetching perfect-http
[809/885] Fetching perfect-http, perfect-libcurl
Fetched https://github.com/PerfectlySoft/Perfect-HTTP.git from cache (0.26s)
Fetched https://github.com/PerfectlySoft/Perfect-libcurl.git from cache (0.26s)
Computing version for https://github.com/enums/Pjango.git
Computed https://github.com/enums/Pjango.git at 2.2.2 (1.09s)
Fetching https://github.com/PerfectlySoft/Perfect-HTTPServer.git
Fetching https://github.com/PerfectlySoft/Perfect-Mustache.git
[1/234] Fetching perfect-mustache
[235/1684] Fetching perfect-mustache, perfect-httpserver
Fetched https://github.com/PerfectlySoft/Perfect-Mustache.git from cache (0.29s)
Fetched https://github.com/PerfectlySoft/Perfect-HTTPServer.git from cache (0.29s)
Computing version for https://github.com/PerfectlySoft/Perfect-Mustache.git
Computed https://github.com/PerfectlySoft/Perfect-Mustache.git at 3.0.2 (0.87s)
Computing version for https://github.com/PerfectlySoft/Perfect-MySQL.git
Computed https://github.com/PerfectlySoft/Perfect-MySQL.git at 3.5.1 (0.59s)
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git
Fetching https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
[1/45] Fetching perfect-mysqlclient-linux
[46/1238] Fetching perfect-mysqlclient-linux, perfect-crud
Fetched https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git from cache (0.23s)
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git from cache (0.23s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 1.2.3 (0.76s)
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.57s)
Computing version for https://github.com/PerfectlySoft/Perfect-HTTPServer.git
Computed https://github.com/PerfectlySoft/Perfect-HTTPServer.git at 3.0.23 (0.80s)
Fetching https://github.com/PerfectlySoft/Perfect-Net.git
Fetching https://github.com/PerfectlySoft/Perfect-CZlib-src.git
[1/570] Fetching perfect-net
[463/907] Fetching perfect-net, perfect-czlib-src
Fetched https://github.com/PerfectlySoft/Perfect-Net.git from cache (0.27s)
Fetched https://github.com/PerfectlySoft/Perfect-CZlib-src.git from cache (0.29s)
Computing version for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Computed https://github.com/PerfectlySoft/Perfect-CZlib-src.git at 0.0.4 (0.94s)
Computing version for https://github.com/PerfectlySoft/Perfect-Net.git
Computed https://github.com/PerfectlySoft/Perfect-Net.git at 3.3.0 (0.60s)
Fetching https://github.com/PerfectlySoft/Perfect-Crypto.git
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git
Fetching https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
[1/65] Fetching perfect-linuxbridge
[66/444] Fetching perfect-linuxbridge, perfect-thread
[67/1056] Fetching perfect-linuxbridge, perfect-thread, perfect-crypto
Fetched https://github.com/PerfectlySoft/Perfect-LinuxBridge.git from cache (0.25s)
Fetched https://github.com/PerfectlySoft/Perfect-Crypto.git from cache (0.28s)
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git from cache (0.28s)
Computing version for https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
Computed https://github.com/PerfectlySoft/Perfect-LinuxBridge.git at 3.1.0 (0.89s)
Computing version for https://github.com/PerfectlySoft/Perfect-Crypto.git
Computed https://github.com/PerfectlySoft/Perfect-Crypto.git at 3.3.0 (0.48s)
Fetching https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/188] Fetching perfect-copenssl-linux
[189/10972] Fetching perfect-copenssl-linux, perfectlib
Fetched https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git from cache (3.91s)
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (4.01s)
Computing version for https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git
Computed https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git at 4.0.2 (5.67s)
Computing version for https://github.com/PerfectlySoft/Perfect-libcurl.git
Computed https://github.com/PerfectlySoft/Perfect-libcurl.git at 2.1.0 (0.91s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (0.49s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (1.18s)
Computing version for https://github.com/PerfectlySoft/Perfect-HTTP.git
Computed https://github.com/PerfectlySoft/Perfect-HTTP.git at 3.3.0 (0.54s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-Crypto.git
Working copy of https://github.com/PerfectlySoft/Perfect-Crypto.git resolved at 3.3.0
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
Creating working copy for https://github.com/PerfectlySoft/Perfect-HTTP.git
Working copy of https://github.com/PerfectlySoft/Perfect-HTTP.git resolved at 3.3.0
Creating working copy for https://github.com/PerfectlySoft/Perfect-Thread.git
Working copy of https://github.com/PerfectlySoft/Perfect-Thread.git resolved at 3.0.7
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
Creating working copy for https://github.com/PerfectlySoft/Perfect-Mustache.git
Working copy of https://github.com/PerfectlySoft/Perfect-Mustache.git resolved at 3.0.2
Creating working copy for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Working copy of https://github.com/PerfectlySoft/Perfect-CZlib-src.git resolved at 0.0.4
Creating working copy for https://github.com/enums/Pjango.git
Working copy of https://github.com/enums/Pjango.git resolved at 2.2.2
Creating working copy for https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git
Working copy of https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git resolved at 4.0.2
Creating working copy for https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
Working copy of https://github.com/PerfectlySoft/Perfect-LinuxBridge.git resolved at 3.1.0
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-CURL.git
Working copy of https://github.com/PerfectlySoft/Perfect-CURL.git resolved at 3.1.0
Creating working copy for https://github.com/enums/Pjango-SwiftyJSON.git
Working copy of https://github.com/enums/Pjango-SwiftyJSON.git resolved at 1.0.0
Creating working copy for https://github.com/PerfectlySoft/Perfect-libcurl.git
Working copy of https://github.com/PerfectlySoft/Perfect-libcurl.git resolved at 2.1.0
Creating working copy for https://github.com/PerfectlySoft/Perfect-Net.git
Working copy of https://github.com/PerfectlySoft/Perfect-Net.git resolved at 3.3.0
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/enums/Pjango-MySQL.git
Working copy of https://github.com/enums/Pjango-MySQL.git resolved at 2.1.0
Creating working copy for https://github.com/enums/Pjango-Postman.git
Working copy of https://github.com/enums/Pjango-Postman.git resolved at 2.3.0
Creating working copy for https://github.com/PerfectlySoft/Perfect-HTTPServer.git
Working copy of https://github.com/PerfectlySoft/Perfect-HTTPServer.git resolved at 3.0.23
warning: 'perfect-libcurl': ignoring declared target(s) 'cURL' in the system package
warning: 'perfect-mysqlclient-linux': ignoring declared target(s) 'mysqlclient' in the system package
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install mysqlclient using your system-packager:
apt-get install libmysqlclient-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install mysqlclient using your system-packager:
apt-get install libmysqlclient-dev
Building for debugging...
[0/50] Write sources
[12/50] Compiling PerfectCZlib gzclose.c
[13/50] Compiling PerfectCZlib crc32.c
[14/50] Compiling PerfectCZlib inftrees.c
[15/50] Compiling PerfectCZlib deflate.c
[16/50] Compiling PerfectCZlib zutil.c
[17/50] Compiling PerfectCZlib uncompr.c
[18/50] Compiling PerfectCZlib inffast.c
[19/50] Compiling PerfectCZlib inflate.c
[20/50] Compiling PerfectCZlib gzwrite.c
[21/50] Write sources
[23/50] Compiling PerfectCZlib infback.c
[24/50] Write swift-version-24593BA9C3E375BF.txt
[24/50] Compiling PerfectCZlib trees.c
[25/50] Write sources
[27/50] Compiling PerfectCZlib adler32.c
[27/50] Compiling PerfectCZlib gzread.c
[29/50] Compiling PerfectCZlib compress.c
[30/50] Compiling PerfectCZlib gzlib.c
In file included from /host/spi-builder-workspace/.build/checkouts/Perfect-LinuxBridge/Sources/LinuxBridge/LinuxBridge.c:2:
/host/spi-builder-workspace/.build/checkouts/Perfect-LinuxBridge/Sources/LinuxBridge/include/LinuxBridge.h:6:10: fatal error: 'uuid/uuid.h' file not found
6 | #include <uuid/uuid.h>
| ^~~~~~~~~~~~~
1 error generated.
[31/50] Compiling LinuxBridge LinuxBridge.c
[31/50] Compiling PerfectCHTTPParser http_parser.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
warning: 'perfect-libcurl': ignoring declared target(s) 'cURL' in the system package
warning: 'perfect-mysqlclient-linux': ignoring declared target(s) 'mysqlclient' in the system package
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install mysqlclient using your system-packager:
apt-get install libmysqlclient-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install mysqlclient using your system-packager:
apt-get install libmysqlclient-dev
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/Perfect-LinuxBridge/Sources/LinuxBridge/LinuxBridge.c:2:
/host/spi-builder-workspace/.build/checkouts/Perfect-LinuxBridge/Sources/LinuxBridge/include/LinuxBridge.h:6:10: fatal error: 'uuid/uuid.h' file not found
6 | #include <uuid/uuid.h>
| ^~~~~~~~~~~~~
1 error generated.
[0/20] Compiling LinuxBridge LinuxBridge.c
[0/20] Compiling PerfectCHTTPParser http_parser.c
[0/20] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android