Build Information
Failed to build EinstoreCore, reference master (7cec23
), with Swift 6.1 for Wasm on 28 May 2025 08:47:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/einstore/einstorecore.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/einstore/einstorecore
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7cec236 bump up versions
Cloned https://github.com/einstore/einstorecore.git
Revision (git rev-parse @):
7cec236c841abd69ab64e391d3268d79abb26d0f
SUCCESS checkout https://github.com/einstore/einstorecore.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/einstore/einstorecore.git
https://github.com/einstore/einstorecore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgresql",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgresql.git"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
},
{
"identity" : "s3",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/S3.git"
},
{
"identity" : "errorscore",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/ErrorsCore.git"
},
{
"identity" : "apicore",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/ApiCore.git"
},
{
"identity" : "mailcore",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/MailCore.git"
},
{
"identity" : "vaportesttools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/VaporTestTools.git"
},
{
"identity" : "fluenttesttools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/FluentTestTools.git"
},
{
"identity" : "swift-nio-zlib-support",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-zlib-support.git"
}
],
"manifest_display_name" : "EinstoreCore",
"name" : "EinstoreCore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EinstoreCore",
"targets" : [
"EinstoreCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EinstoreCoreTestTools",
"targets" : [
"EinstoreCoreTestTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EinstoreRun",
"targets" : [
"EinstoreRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Normalized",
"module_type" : "SwiftTarget",
"name" : "Normalized",
"path" : "Sources/Normalized",
"product_memberships" : [
"EinstoreCore",
"EinstoreCoreTestTools",
"EinstoreRun"
],
"sources" : [
"Extensions/Normalize+PNG.swift",
"Normalize.swift",
"ZipStream.swift"
],
"target_dependencies" : [
"Czlib"
],
"type" : "library"
},
{
"c99name" : "EinstoreRun",
"module_type" : "SwiftTarget",
"name" : "EinstoreRun",
"path" : "Sources/EinstoreRun",
"product_memberships" : [
"EinstoreRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"EinstoreApp"
],
"type" : "executable"
},
{
"c99name" : "EinstoreCoreTests",
"module_type" : "SwiftTarget",
"name" : "EinstoreCoreTests",
"path" : "Tests/EinstoreCoreTests",
"product_dependencies" : [
"VaporTestTools",
"FluentTestTools",
"ApiCoreTestTools"
],
"sources" : [
"AppsControllerTests.swift",
"Mocks/RemoteFileCoreServiceMock.swift",
"UploadKeysControllerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"EinstoreCore",
"EinstoreCoreTestTools"
],
"type" : "test"
},
{
"c99name" : "EinstoreCoreTestTools",
"module_type" : "SwiftTarget",
"name" : "EinstoreCoreTestTools",
"path" : "Sources/EinstoreCoreTestTools",
"product_dependencies" : [
"Vapor",
"ApiCore",
"VaporTestTools",
"ApiCoreTestTools",
"MailCoreTestTools"
],
"product_memberships" : [
"EinstoreCoreTestTools"
],
"sources" : [
"BoostCoreTestTools.swift",
"Extensions/App+Testable.swift",
"Extensions/Application+Testable.swift",
"Extensions/Cluster+Testable.swift",
"Extensions/DownloadKey+Testable.swift",
"Extensions/UploadKey+Testable.swift",
"Helpers/AppTestCaseSetup.swift",
"Helpers/UploadKeyTestCaseSetup.swift"
],
"target_dependencies" : [
"EinstoreCore"
],
"type" : "library"
},
{
"c99name" : "EinstoreCore",
"module_type" : "SwiftTarget",
"name" : "EinstoreCore",
"path" : "Sources/EinstoreCore",
"product_dependencies" : [
"Vapor",
"Fluent",
"FluentPostgreSQL",
"ApiCore",
"ErrorsCore",
"SwiftShell",
"MailCore",
"S3"
],
"product_memberships" : [
"EinstoreCore",
"EinstoreCoreTestTools",
"EinstoreRun"
],
"sources" : [
"Config/Configuration.swift",
"Controllers/ApiKeyController.swift",
"Controllers/AppsController.swift",
"Controllers/ConfigurationController.swift",
"Controllers/EinstoreController.swift",
"Controllers/SdkController.swift",
"Controllers/TagsController.swift",
"EinstoreCoreBase.swift",
"Extensions/Build+Filename.swift",
"Extensions/Build+Icon.swift",
"Extensions/Data+Tools.swift",
"Extensions/Dictionary+Plist.swift",
"Extensions/String+Tools.swift",
"Extensions/Substring+Tools.swift",
"Extensions/Tag+Equatable.swift",
"Extensions/Team+ApiKeys.swift",
"Libs/AppQeury.swift",
"Libs/Extractor/Apk/Apk.swift",
"Libs/Extractor/Apk/Model/ApkInfo.swift",
"Libs/Extractor/BaseExtractor.swift",
"Libs/Extractor/Ipa/Ipa.swift",
"Libs/Extractor/Protocols/Extractor.swift",
"Libs/Flightcheck/FlightCheck.swift",
"Libs/Install/Install.swift",
"Libs/System/EinstoreLogo.swift",
"Libs/System/FileHandler.swift",
"Libs/System/LocalFileHandler.swift",
"Libs/System/System.swift",
"Libs/System/ThirdpartyUtilities.swift",
"Managers/ApiKeysManager.swift",
"Managers/AppsManager.swift",
"Managers/ClusterManager.swift",
"Managers/Extensions/QueryBuilder+App.swift",
"Managers/Extensions/QueryBuilder+Cluster.swift",
"Managers/TagsManager.swift",
"Managers/UsedTagsManager.swift",
"Migrations/BaseMigration.swift",
"Model/ApiKey.swift",
"Model/ApiKeyTag.swift",
"Model/Build.swift",
"Model/BuildIcon.swift",
"Model/BuildPlist.swift",
"Model/BuildTag.swift",
"Model/Cluster.swift",
"Model/Config.swift",
"Model/Download.swift",
"Model/DownloadKey.swift",
"Model/GET only/RequestFilters.swift",
"Model/GET only/RequestSort.swift",
"Model/SdkInfo.swift",
"Model/Tag.swift",
"Model/UsedTag.swift"
],
"target_dependencies" : [
"Normalized"
],
"type" : "library"
},
{
"c99name" : "EinstoreApp",
"module_type" : "SwiftTarget",
"name" : "EinstoreApp",
"path" : "Sources/EinstoreApp",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"EinstoreRun"
],
"sources" : [
"configure.swift"
],
"target_dependencies" : [
"EinstoreCore"
],
"type" : "library"
},
{
"c99name" : "Czlib",
"module_type" : "ClangTarget",
"name" : "Czlib",
"path" : "Sources/Czlib",
"product_memberships" : [
"EinstoreCore",
"EinstoreCoreTestTools",
"EinstoreRun"
],
"sources" : [
"test.c"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/LiveUI/FluentTestTools.git
Fetching https://github.com/LiveUI/ErrorsCore.git
Fetching https://github.com/LiveUI/VaporTestTools.git
Fetching https://github.com/apple/swift-nio-zlib-support.git
Fetching https://github.com/LiveUI/ApiCore.git
Fetching https://github.com/LiveUI/MailCore.git
[1/111] Fetching errorscore
[112/144] Fetching errorscore, fluenttesttools
[145/371] Fetching errorscore, fluenttesttools, mailcore
[372/2893] Fetching errorscore, fluenttesttools, mailcore, apicore
[625/3230] Fetching errorscore, fluenttesttools, mailcore, apicore, vaportesttools
[1340/3245] Fetching errorscore, fluenttesttools, mailcore, apicore, vaportesttools, swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.30s)
Fetched https://github.com/LiveUI/MailCore.git from cache (0.30s)
Fetching https://github.com/LiveUI/S3.git
Fetching https://github.com/kareman/SwiftShell.git
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (0.45s)
Fetched https://github.com/LiveUI/FluentTestTools.git from cache (0.45s)
Fetched https://github.com/LiveUI/ErrorsCore.git from cache (0.45s)
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent-postgresql.git
Fetched https://github.com/LiveUI/ApiCore.git from cache (0.45s)
[1/1442] Fetching s3
[521/6305] Fetching s3, swiftshell
[6306/8964] Fetching s3, swiftshell, fluent-postgresql
[6546/22385] Fetching s3, swiftshell, fluent-postgresql, fluent
[20373/96763] Fetching s3, swiftshell, fluent-postgresql, fluent, vapor
Fetched https://github.com/LiveUI/S3.git from cache (1.37s)
Fetched https://github.com/kareman/SwiftShell.git from cache (1.37s)
[34675/90458] Fetching fluent-postgresql, fluent, vapor
Fetched https://github.com/vapor/fluent-postgresql.git from cache (2.32s)
Fetched https://github.com/vapor/fluent.git from cache (2.32s)
Fetched https://github.com/vapor/vapor.git from cache (2.35s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (4.68s)
Computing version for https://github.com/LiveUI/FluentTestTools.git
Computed https://github.com/LiveUI/FluentTestTools.git at 0.1.0 (0.51s)
Computing version for https://github.com/LiveUI/MailCore.git
Computed https://github.com/LiveUI/MailCore.git at 3.1.2 (0.57s)
Fetching https://github.com/twof/VaporMailgunService.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/vapor-community/sendgrid-provider.git
Fetching https://github.com/IBM-Swift/Swift-SMTP.git
[1/771] Fetching loggerapi
[294/1500] Fetching loggerapi, vapormailgunservice
[423/4102] Fetching loggerapi, vapormailgunservice, swift-smtp
[1347/5181] Fetching loggerapi, vapormailgunservice, swift-smtp, sendgrid-provider
Fetched https://github.com/vapor-community/sendgrid-provider.git from cache (0.37s)
Fetched https://github.com/twof/VaporMailgunService.git from cache (0.37s)
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (0.37s)
Fetched https://github.com/IBM-Swift/Swift-SMTP.git from cache (0.38s)
Computing version for https://github.com/LiveUI/ApiCore.git
Computed https://github.com/LiveUI/ApiCore.git at 1.0.2 (0.91s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor-community/Imperial.git
Fetching https://github.com/twostraws/SwiftGD.git
[1/2707] Fetching jwt
[245/6663] Fetching jwt, leaf
[6032/11589] Fetching jwt, leaf, imperial
[6121/12033] Fetching jwt, leaf, imperial, swiftgd
[7115/32176] Fetching jwt, leaf, imperial, swiftgd, core
[7561/34962] Fetching jwt, leaf, imperial, swiftgd, core, crypto
Fetched https://github.com/twostraws/SwiftGD.git from cache (0.38s)
Fetched https://github.com/vapor/crypto.git from cache (0.38s)
[18841/31732] Fetching jwt, leaf, imperial, core
Fetched https://github.com/vapor/leaf.git from cache (0.44s)
Fetched https://github.com/vapor-community/Imperial.git from cache (0.45s)
[19023/22850] Fetching jwt, core
Fetched https://github.com/vapor/jwt.git from cache (0.85s)
Fetched https://github.com/vapor/core.git from cache (0.86s)
Computing version for https://github.com/LiveUI/ErrorsCore.git
Computed https://github.com/LiveUI/ErrorsCore.git at 0.1.0 (2.27s)
Fetching https://github.com/apple/swift-nio.git
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.21s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.3.0 (5.90s)
Fetching https://github.com/twostraws/Cgd.git
[1/20] Fetching cgd
Fetched https://github.com/twostraws/Cgd.git from cache (0.18s)
Computing version for https://github.com/twostraws/Cgd.git
Computed https://github.com/twostraws/Cgd.git at 0.2.0 (0.65s)
Computing version for https://github.com/LiveUI/S3.git
Computed https://github.com/LiveUI/S3.git at 3.0.1 (0.52s)
Fetching https://github.com/LiveUI/XMLCoding.git
[1/536] Fetching xmlcoding
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.34s)
Computing version for https://github.com/vapor/fluent-postgresql.git
Computed https://github.com/vapor/fluent-postgresql.git at 1.0.1 (0.86s)
Fetching https://github.com/vapor/postgresql.git
[1/5355] Fetching postgresql
Fetched https://github.com/vapor/postgresql.git from cache (0.30s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.8.1 (3.32s)
Computing version for https://github.com/vapor-community/sendgrid-provider.git
Computed https://github.com/vapor-community/sendgrid-provider.git at 3.0.6 (0.51s)
Computing version for https://github.com/twof/VaporMailgunService.git
Computed https://github.com/twof/VaporMailgunService.git at 1.8.1 (0.50s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.7 (0.58s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 3.0.2 (0.58s)
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/service.git
[1/1282] Fetching template-kit
[976/2201] Fetching template-kit, service
Fetched https://github.com/vapor/template-kit.git from cache (0.29s)
Fetched https://github.com/vapor/service.git from cache (0.30s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.96s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (1.22s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.55s)
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/multipart.git
[1/579] Fetching validation
[580/3898] Fetching validation, multipart
[713/24625] Fetching validation, multipart, routing
[1419/25006] Fetching validation, multipart, routing, url-encoded-form
[1719/27615] Fetching validation, multipart, routing, url-encoded-form, websocket
[1754/53082] Fetching validation, multipart, routing, url-encoded-form, websocket, http
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.39s)
[25871/52701] Fetching validation, multipart, routing, websocket, http
Fetched https://github.com/vapor/websocket.git from cache (0.39s)
[23517/50092] Fetching validation, multipart, routing, http
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/console.git
[38680/51273] Fetching validation, multipart, routing, http, database-kit
[45819/56850] Fetching validation, multipart, routing, http, database-kit, console
Fetched https://github.com/vapor/database-kit.git from cache (0.36s)
[51104/55669] Fetching validation, multipart, routing, http, console
Fetched https://github.com/vapor/console.git from cache (0.51s)
Fetched https://github.com/vapor/routing.git from cache (1.22s)
Fetched https://github.com/vapor/http.git from cache (1.23s)
[1699/3898] Fetching validation, multipart
Fetched https://github.com/vapor/validation.git from cache (1.70s)
Fetched https://github.com/vapor/multipart.git from cache (1.74s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.27s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.18s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.78s)
Computing version for https://github.com/IBM-Swift/Swift-SMTP.git
Computed https://github.com/IBM-Swift/Swift-SMTP.git at 5.1.2 (0.55s)
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/BlueSSLService.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/2942] Fetching bluesocket
[443/5019] Fetching bluesocket, bluesslservice
[5020/6673] Fetching bluesocket, bluesslservice, bluecryptor
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (0.34s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.39s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.39s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 3.1.2 (1.02s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.73s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.49s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[2/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (2.34s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (3.36s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (1.09s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.64s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.78s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (0.80s)
Fetching https://github.com/vapor/sql.git
[1/5983] Fetching sql
Fetched https://github.com/vapor/sql.git from cache (0.57s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (1.27s)
Computing version for https://github.com/vapor-community/Imperial.git
Computed https://github.com/vapor-community/Imperial.git at 0.17.0 (0.60s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.59s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.56s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.59s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.51s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.75s)
Computing version for https://github.com/vapor/postgresql.git
Computed https://github.com/vapor/postgresql.git at 1.7.0 (0.57s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.68s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.32s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (3.27s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (0.66s)
Computing version for https://github.com/IBM-Swift/BlueSSLService.git
Computed https://github.com/IBM-Swift/BlueSSLService.git at 1.0.200 (0.86s)
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/twof/VaporMailgunService.git
Working copy of https://github.com/twof/VaporMailgunService.git resolved at 1.8.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/sql.git
Working copy of https://github.com/vapor/sql.git resolved at 2.3.2
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/IBM-Swift/BlueSSLService.git
Working copy of https://github.com/IBM-Swift/BlueSSLService.git resolved at 1.0.200
Creating working copy for https://github.com/vapor/fluent-postgresql.git
Working copy of https://github.com/vapor/fluent-postgresql.git resolved at 1.0.1
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
Creating working copy for https://github.com/vapor-community/sendgrid-provider.git
Working copy of https://github.com/vapor-community/sendgrid-provider.git resolved at 3.0.6
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/LiveUI/ErrorsCore.git
Working copy of https://github.com/LiveUI/ErrorsCore.git resolved at 0.1.0
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
Creating working copy for https://github.com/twostraws/SwiftGD.git
Working copy of https://github.com/twostraws/SwiftGD.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/postgresql.git
Working copy of https://github.com/vapor/postgresql.git resolved at 1.7.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.2.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 3.0.2
Creating working copy for https://github.com/vapor-community/Imperial.git
Working copy of https://github.com/vapor-community/Imperial.git resolved at 0.17.0
Creating working copy for https://github.com/LiveUI/MailCore.git
Working copy of https://github.com/LiveUI/MailCore.git resolved at 3.1.2
Creating working copy for https://github.com/LiveUI/FluentTestTools.git
Working copy of https://github.com/LiveUI/FluentTestTools.git resolved at 0.1.0
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/LiveUI/ApiCore.git
Working copy of https://github.com/LiveUI/ApiCore.git resolved at 1.0.2
Creating working copy for https://github.com/twostraws/Cgd.git
Working copy of https://github.com/twostraws/Cgd.git resolved at 0.2.0
Creating working copy for https://github.com/IBM-Swift/Swift-SMTP.git
Working copy of https://github.com/IBM-Swift/Swift-SMTP.git resolved at 5.1.2
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 4.1.2
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/LiveUI/VaporTestTools.git
Working copy of https://github.com/LiveUI/VaporTestTools.git resolved at 0.1.7
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/IBM-Swift/LoggerAPI.git
Working copy of https://github.com/IBM-Swift/LoggerAPI.git resolved at 1.8.1
Creating working copy for https://github.com/LiveUI/S3.git
Working copy of https://github.com/LiveUI/S3.git resolved at 3.0.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 3.1.2
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'cgd': ignoring declared target(s) 'Cgd' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'bluesslservice': 'bluesslservice' dependency on 'https://github.com/Kitura/BlueSocket.git' conflicts with dependency on 'https://github.com/IBM-Swift/BlueSocket.git' which has the same identity 'bluesocket'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': dependency 'swift-nio-zlib-support' is not used by any target
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: couldn't find pc file for openssl
warning: couldn't find pc file for gdlib
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: couldn't find pc file for openssl
warning: couldn't find pc file for gdlib
Building for debugging...
[0/138] Write sources
[59/138] Compiling CNIOZlib empty.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[59/138] Compiling CNIOOpenSSL shims.c
[59/138] Compiling CNIOHTTPParser c_nio_http_parser.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
47 | #include <sys/cdefs.h>
| ^~~~~~~~~~~~~
1 error generated.
[72/138] Compiling CNIOSHA1 c_nio_sha1.c
[72/138] Compiling CNIOLinux ifaddrs-android.c
[72/138] Compiling CNIOLinux shim.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
[72/138] Compiling CNIOOpenSSL helpers.c
In file included from /host/spi-builder-workspace/Sources/Czlib/test.c:1:
/host/spi-builder-workspace/Sources/Czlib/include/header.h:4:10: fatal error: 'zlib.h' file not found
4 | #include <zlib.h>
| ^~~~~~~~
1 error generated.
[72/138] Compiling Czlib test.c
[72/138] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'cgd': ignoring declared target(s) 'Cgd' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'bluesslservice': 'bluesslservice' dependency on 'https://github.com/Kitura/BlueSocket.git' conflicts with dependency on 'https://github.com/IBM-Swift/BlueSocket.git' which has the same identity 'bluesocket'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': dependency 'swift-nio-zlib-support' is not used by any target
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: couldn't find pc file for openssl
warning: couldn't find pc file for gdlib
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: couldn't find pc file for openssl
warning: couldn't find pc file for gdlib
[0/1] Planning build
Building for debugging...
[0/79] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[4/78] Compiling CNIOOpenSSL shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[4/78] Compiling CNIOOpenSSL helpers.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
47 | #include <sys/cdefs.h>
| ^~~~~~~~~~~~~
1 error generated.
[4/78] Compiling CNIOSHA1 c_nio_sha1.c
[4/78] Compiling CNIOLinux ifaddrs-android.c
[4/78] Compiling CNIOHTTPParser c_nio_http_parser.c
[4/78] Compiling CNIOLinux shim.c
In file included from /host/spi-builder-workspace/Sources/Czlib/test.c:1:
/host/spi-builder-workspace/Sources/Czlib/include/header.h:4:10: fatal error: 'zlib.h' file not found
4 | #include <zlib.h>
| ^~~~~~~~
1 error generated.
[4/78] Compiling Czlib test.c
[4/78] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm