Build Information
Failed to build Calatrava, reference master (bd02ae), with Swift 6.1 for Wasm on 27 May 2025 17:47:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/enums/calatrava.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/enums/calatrava
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bd02ae3 Update README.md
Cloned https://github.com/enums/calatrava.git
Revision (git rev-parse @):
bd02ae3dbd4ed8e86dda479534e9583b1c56b131
SUCCESS checkout https://github.com/enums/calatrava.git at master
========================================
Build
========================================
Selected platform: wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/enums/Pjango-Postman.git
Fetching https://github.com/enums/Pjango.git
Fetching https://github.com/enums/Pjango-MySQL.git
[1/37] Fetching pjango-postman
[38/128] Fetching pjango-postman, pjango-mysql
[129/906] Fetching pjango-postman, pjango-mysql, pjango
Fetched https://github.com/enums/Pjango-Postman.git from cache (0.22s)
[410/869] Fetching pjango-mysql, pjango
Fetched https://github.com/enums/Pjango-MySQL.git from cache (0.23s)
[677/778] Fetching pjango
Fetched https://github.com/enums/Pjango.git from cache (0.29s)
Computing version for https://github.com/enums/Pjango-MySQL.git
Computed https://github.com/enums/Pjango-MySQL.git at 2.1.0 (0.99s)
Fetching https://github.com/PerfectlySoft/Perfect-MySQL.git
[1/819] Fetching perfect-mysql
Fetched https://github.com/PerfectlySoft/Perfect-MySQL.git from cache (0.54s)
Computing version for https://github.com/enums/Pjango-Postman.git
Computed https://github.com/enums/Pjango-Postman.git at 2.3.0 (1.08s)
Fetching https://github.com/PerfectlySoft/Perfect-CURL.git
Fetching https://github.com/enums/Pjango-SwiftyJSON.git
[1/11] Fetching pjango-swiftyjson
[12/515] Fetching pjango-swiftyjson, perfect-curl
Fetched https://github.com/enums/Pjango-SwiftyJSON.git from cache (0.26s)
Fetched https://github.com/PerfectlySoft/Perfect-CURL.git from cache (0.30s)
Computing version for https://github.com/enums/Pjango-SwiftyJSON.git
Computed https://github.com/enums/Pjango-SwiftyJSON.git at 1.0.0 (0.89s)
Computing version for https://github.com/PerfectlySoft/Perfect-CURL.git
Computed https://github.com/PerfectlySoft/Perfect-CURL.git at 3.1.0 (2.01s)
Fetching https://github.com/PerfectlySoft/Perfect-HTTP.git
Fetching https://github.com/PerfectlySoft/Perfect-libcurl.git
[1/77] Fetching perfect-libcurl
[77/885] Fetching perfect-libcurl, perfect-http
Fetched https://github.com/PerfectlySoft/Perfect-libcurl.git from cache (0.38s)
Fetched https://github.com/PerfectlySoft/Perfect-HTTP.git from cache (0.43s)
Computing version for https://github.com/enums/Pjango.git
Computed https://github.com/enums/Pjango.git at 2.2.2 (1.38s)
Fetching https://github.com/PerfectlySoft/Perfect-HTTPServer.git
Fetching https://github.com/PerfectlySoft/Perfect-Mustache.git
[1/1450] Fetching perfect-httpserver
[509/1684] Fetching perfect-httpserver, perfect-mustache
Fetched https://github.com/PerfectlySoft/Perfect-Mustache.git from cache (0.36s)
Fetched https://github.com/PerfectlySoft/Perfect-HTTPServer.git from cache (0.37s)
Computing version for https://github.com/PerfectlySoft/Perfect-Mustache.git
Computed https://github.com/PerfectlySoft/Perfect-Mustache.git at 3.0.2 (0.82s)
Computing version for https://github.com/PerfectlySoft/Perfect-MySQL.git
Computed https://github.com/PerfectlySoft/Perfect-MySQL.git at 3.5.1 (0.47s)
Fetching https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git
[1/1193] Fetching perfect-crud
[1194/1238] Fetching perfect-crud, perfect-mysqlclient-linux
Fetched https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git from cache (0.30s)
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git from cache (0.30s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 1.2.3 (0.79s)
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.50s)
Computing version for https://github.com/PerfectlySoft/Perfect-HTTPServer.git
Computed https://github.com/PerfectlySoft/Perfect-HTTPServer.git at 3.0.23 (0.49s)
Fetching https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Fetching https://github.com/PerfectlySoft/Perfect-Net.git
[1/570] Fetching perfect-net
Fetched https://github.com/PerfectlySoft/Perfect-Net.git from cache (0.22s)
[1/337] Fetching perfect-czlib-src
Fetched https://github.com/PerfectlySoft/Perfect-CZlib-src.git from cache (0.36s)
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.89s)
Computing version for https://github.com/PerfectlySoft/Perfect-Net.git
Computed https://github.com/PerfectlySoft/Perfect-Net.git at 3.3.0 (1.13s)
Fetching https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
Fetching https://github.com/PerfectlySoft/Perfect-Crypto.git
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git
[1/612] Fetching perfect-crypto
[613/991] Fetching perfect-crypto, perfect-thread
[992/1056] Fetching perfect-crypto, perfect-thread, perfect-linuxbridge
Fetched https://github.com/PerfectlySoft/Perfect-Crypto.git from cache (0.84s)
Fetched https://github.com/PerfectlySoft/Perfect-LinuxBridge.git from cache (0.84s)
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git from cache (0.84s)
Computing version for https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
Computed https://github.com/PerfectlySoft/Perfect-LinuxBridge.git at 3.1.0 (1.45s)
Computing version for https://github.com/PerfectlySoft/Perfect-Crypto.git
Computed https://github.com/PerfectlySoft/Perfect-Crypto.git at 3.3.0 (0.51s)
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 (0.22s)
[1402/10784] Fetching perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.63s)
Computing version for https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git
Computed https://github.com/PerfectlySoft/Perfect-COpenSSL-Linux.git at 4.0.2 (3.30s)
Computing version for https://github.com/PerfectlySoft/Perfect-libcurl.git
Computed https://github.com/PerfectlySoft/Perfect-libcurl.git at 2.1.0 (0.60s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (0.53s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.51s)
Computing version for https://github.com/PerfectlySoft/Perfect-HTTP.git
Computed https://github.com/PerfectlySoft/Perfect-HTTP.git at 3.3.0 (0.50s)
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
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-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-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-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-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/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-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-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/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-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-Thread.git
Working copy of https://github.com/PerfectlySoft/Perfect-Thread.git resolved at 3.0.7
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/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.git
Working copy of https://github.com/enums/Pjango.git resolved at 2.2.2
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-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
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
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.
[12/50] Compiling LinuxBridge LinuxBridge.c
[12/50] Compiling PerfectCZlib zutil.c
[12/50] Compiling PerfectCZlib adler32.c
[12/50] Compiling PerfectCZlib crc32.c
[12/50] Compiling PerfectCHTTPParser http_parser.c
[12/50] Compiling PerfectCZlib deflate.c
[12/50] Compiling PerfectCZlib compress.c
[12/50] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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...
[0/38] Compiling PerfectCZlib uncompr.c
[1/38] Compiling PerfectCZlib inffast.c
[2/38] Compiling PerfectCZlib infback.c
[3/38] Compiling PerfectCZlib inftrees.c
[4/38] Compiling PerfectCZlib trees.c
[5/38] Compiling PerfectCZlib gzread.c
[5/38] Compiling PerfectCZlib gzwrite.c
[7/38] Compiling PerfectCZlib gzlib.c
[8/38] Compiling PerfectCZlib gzclose.c
[9/38] Write sources
[11/38] Compiling PerfectCZlib inflate.c
[12/38] Write swift-version-24593BA9C3E375BF.txt
[12/38] Compiling PerfectCZlib compress.c
[12/38] Write sources
[14/38] Compiling PerfectCZlib adler32.c
[16/38] Compiling PerfectCZlib zutil.c
[17/38] Compiling PerfectCZlib crc32.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.
[17/38] Compiling LinuxBridge LinuxBridge.c
[17/38] Compiling PerfectCZlib deflate.c
[17/38] Compiling PerfectCHTTPParser http_parser.c
BUILD FAILURE 6.1 wasm