Build Information
Failed to build EinstoreCore, reference master (7cec23
), with Swift 6.1 for Linux on 27 Apr 2025 02:55:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/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: linux
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: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
Fetching https://github.com/apple/swift-nio-zlib-support.git
Fetching https://github.com/LiveUI/ErrorsCore.git
Fetching https://github.com/LiveUI/VaporTestTools.git
Fetching https://github.com/LiveUI/MailCore.git
Fetching https://github.com/LiveUI/ApiCore.git
Fetching https://github.com/LiveUI/FluentTestTools.git
[1/15] Fetching swift-nio-zlib-support
[16/2537] Fetching swift-nio-zlib-support, apicore
[218/2874] Fetching swift-nio-zlib-support, apicore, vaportesttools
[320/2985] Fetching swift-nio-zlib-support, apicore, vaportesttools, errorscore
[676/3018] Fetching swift-nio-zlib-support, apicore, vaportesttools, errorscore, fluenttesttools
[2645/3245] Fetching swift-nio-zlib-support, apicore, vaportesttools, errorscore, fluenttesttools, mailcore
Fetched https://github.com/LiveUI/FluentTestTools.git from cache (0.23s)
Fetched https://github.com/LiveUI/ErrorsCore.git from cache (0.24s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.24s)
Fetched https://github.com/LiveUI/MailCore.git from cache (0.24s)
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (0.24s)
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-postgresql.git
Fetching https://github.com/LiveUI/S3.git
Fetching https://github.com/kareman/SwiftShell.git
Fetched https://github.com/LiveUI/ApiCore.git from cache (0.37s)
[1/4863] Fetching swiftshell
[50/6305] Fetching swiftshell, s3
[306/8964] Fetching swiftshell, s3, fluent-postgresql
[4800/22371] Fetching swiftshell, s3, fluent-postgresql, fluent
Fetched https://github.com/vapor/fluent-postgresql.git from cache (0.33s)
Fetched https://github.com/LiveUI/S3.git from cache (0.33s)
[10226/18270] Fetching swiftshell, fluent
Fetched https://github.com/kareman/SwiftShell.git from cache (0.34s)
[6838/13407] Fetching fluent
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/vapor/fluent.git from cache (0.54s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.87s)
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.57s)
Computing version for https://github.com/LiveUI/FluentTestTools.git
Computed https://github.com/LiveUI/FluentTestTools.git at 0.1.0 (0.47s)
Computing version for https://github.com/LiveUI/MailCore.git
Computed https://github.com/LiveUI/MailCore.git at 3.1.2 (0.46s)
Fetching https://github.com/vapor-community/sendgrid-provider.git
Fetching https://github.com/twof/VaporMailgunService.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/Swift-SMTP.git
[1/1079] Fetching sendgrid-provider
[573/1850] Fetching sendgrid-provider, loggerapi
[1183/2579] Fetching sendgrid-provider, loggerapi, vapormailgunservice
[2580/5181] Fetching sendgrid-provider, loggerapi, vapormailgunservice, swift-smtp
Fetched https://github.com/twof/VaporMailgunService.git from cache (0.25s)
[3125/4452] Fetching sendgrid-provider, loggerapi, swift-smtp
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (0.25s)
[2407/3681] Fetching sendgrid-provider, swift-smtp
Fetched https://github.com/vapor-community/sendgrid-provider.git from cache (0.33s)
Fetched https://github.com/IBM-Swift/Swift-SMTP.git from cache (0.33s)
Computing version for https://github.com/LiveUI/ApiCore.git
Computed https://github.com/LiveUI/ApiCore.git at 1.0.2 (0.87s)
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor-community/Imperial.git
Fetching https://github.com/twostraws/SwiftGD.git
Fetching https://github.com/vapor/jwt.git
[1/3956] Fetching leaf
[2138/6663] Fetching leaf, jwt
[3344/9449] Fetching leaf, jwt, crypto
[6417/9893] Fetching leaf, jwt, crypto, swiftgd
[6905/30036] Fetching leaf, jwt, crypto, swiftgd, core
[10143/34605] Fetching leaf, jwt, crypto, swiftgd, core, imperial
Fetched https://github.com/vapor/leaf.git from cache (0.29s)
Fetched https://github.com/vapor/jwt.git from cache (0.28s)
[10142/27942] Fetching crypto, swiftgd, core, imperial
Fetched https://github.com/twostraws/SwiftGD.git from cache (0.40s)
Fetched https://github.com/vapor/crypto.git from cache (0.40s)
Fetched https://github.com/vapor-community/Imperial.git from cache (0.40s)
[16316/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (0.84s)
Computing version for https://github.com/LiveUI/ErrorsCore.git
Computed https://github.com/LiveUI/ErrorsCore.git at 0.1.0 (1.41s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.42s)
Computing version for https://github.com/twostraws/SwiftGD.git
Computed https://github.com/twostraws/SwiftGD.git at 2.3.0 (4.88s)
Fetching https://github.com/twostraws/Cgd.git
[1/20] Fetching cgd
Fetched https://github.com/twostraws/Cgd.git from cache (0.17s)
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.49s)
Fetching https://github.com/LiveUI/XMLCoding.git
[1/536] Fetching xmlcoding
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.20s)
Computing version for https://github.com/vapor/fluent-postgresql.git
Computed https://github.com/vapor/fluent-postgresql.git at 1.0.1 (0.66s)
Fetching https://github.com/vapor/postgresql.git
[1/5355] Fetching postgresql
Fetched https://github.com/vapor/postgresql.git from cache (0.32s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.8.1 (2.15s)
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.45s)
Computing version for https://github.com/twof/VaporMailgunService.git
Computed https://github.com/twof/VaporMailgunService.git at 1.8.1 (0.46s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.7 (0.46s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 3.0.2 (0.45s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
[1/919] Fetching service
[920/2201] Fetching service, template-kit
Fetched https://github.com/vapor/service.git from cache (0.21s)
Fetched https://github.com/vapor/template-kit.git from cache (0.22s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.69s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.46s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.48s)
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/validation.git
[1/381] Fetching url-encoded-form
[382/21104] Fetching url-encoded-form, routing
[3491/21683] Fetching url-encoded-form, routing, validation
[4899/24891] Fetching url-encoded-form, routing, validation, multipart
[6195/50358] Fetching url-encoded-form, routing, validation, multipart, http
[13529/52954] Fetching url-encoded-form, routing, validation, multipart, http, websocket
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.70s)
Fetched https://github.com/vapor/validation.git from cache (1.70s)
Fetched https://github.com/vapor/websocket.git from cache (1.70s)
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/routing.git from cache (1.71s)
Fetched https://github.com/vapor/http.git from cache (1.72s)
Fetched https://github.com/vapor/multipart.git from cache (1.76s)
[1/1181] Fetching database-kit
[604/6666] Fetching database-kit, console
Fetched https://github.com/vapor/database-kit.git from cache (0.46s)
Fetched https://github.com/vapor/console.git from cache (0.52s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.71s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.02s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.45s)
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.53s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/BlueSSLService.git
[1/1654] Fetching bluecryptor
[200/4596] Fetching bluecryptor, bluesocket
[1327/6673] Fetching bluecryptor, bluesocket, bluesslservice
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (0.27s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.30s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.30s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 3.1.2 (0.76s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.45s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.45s)
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.46s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.12s)
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 (0.62s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.48s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.47s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.47s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (0.49s)
Fetching https://github.com/vapor/sql.git
[1/5983] Fetching sql
Fetched https://github.com/vapor/sql.git from cache (0.37s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.84s)
Computing version for https://github.com/vapor-community/Imperial.git
Computed https://github.com/vapor-community/Imperial.git at 0.17.0 (0.46s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.46s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.46s)
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.47s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (1.27s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.49s)
Computing version for https://github.com/vapor/postgresql.git
Computed https://github.com/vapor/postgresql.git at 1.7.0 (0.47s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.50s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.19s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (0.63s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (0.47s)
Computing version for https://github.com/IBM-Swift/BlueSSLService.git
Computed https://github.com/IBM-Swift/BlueSSLService.git at 1.0.200 (0.46s)
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/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/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/MailCore.git
Working copy of https://github.com/LiveUI/MailCore.git resolved at 3.1.2
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
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/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/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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
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/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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.2.1
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/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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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/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/sql.git
Working copy of https://github.com/vapor/sql.git resolved at 2.3.2
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/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/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.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/LiveUI/S3.git
Working copy of https://github.com/LiveUI/S3.git resolved at 3.0.1
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/LiveUI/FluentTestTools.git
Working copy of https://github.com/LiveUI/FluentTestTools.git resolved at 0.1.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/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/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/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/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
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/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
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/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: couldn't find pc file for gdlib
warning: couldn't find pc file for gdlib
Building for debugging...
[0/138] Write sources
[59/138] Compiling CNIOZlib empty.c
[60/138] Compiling CNIOLinux ifaddrs-android.c
[61/138] Compiling Czlib test.c
[62/138] Compiling CNIOSHA1 c_nio_sha1.c
[62/138] Compiling CNIODarwin shim.c
[62/138] Compiling CNIOLinux shim.c
[65/138] Write swift-version-24593BA9C3E375BF.txt
[66/138] Compiling CNIOHTTPParser c_nio_http_parser.c
[67/138] Compiling CNIOOpenSSL shims.c
[68/138] Compiling CBase32 base32.c
[69/138] Compiling CNIOOpenSSL helpers.c
[70/138] Compiling CBcrypt blf.c
[70/138] Compiling CBcrypt bcrypt.c
[72/142] Compiling CCryptoOpenSSL shim.c
[73/179] Compiling c-atomics.c
[75/179] Emitting module LoggerAPI
[76/179] Compiling LoggerAPI Logger.swift
[78/184] Compiling NIOPriorityQueue PriorityQueue.swift
[79/184] Compiling Debugging SourceLocation.swift
[80/187] Emitting module NIOConcurrencyHelpers
[81/187] Compiling SwiftShell Lazy-split.swift
[82/187] Compiling SwiftShell Stream.swift
[83/188] Compiling XMLCoding XMLReferencingEncoder.swift
[84/188] Compiling NIOConcurrencyHelpers lock.swift
[85/189] Compiling SwiftGD Image.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[86/189] Compiling SwiftShell Array.swift
[87/189] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Process.swift:61:19: error: use of 'run' refers to instance method rather than global function 'run(bash:combineOutput:)' in module 'SwiftShell'
59 | /// or nil if there is no stdout output
60 | fileprivate func getProcessInfo(_ attr: ProcessAttribute) -> String? {
61 | let attribute = run(bash: "ps --no-headers -q \(self.processIdentifier) -o \(attr.rawValue)").stdout
| |- error: use of 'run' refers to instance method rather than global function 'run(bash:combineOutput:)' in module 'SwiftShell'
| `- note: use 'SwiftShell.' to reference the global function in module 'SwiftShell'
62 | return attribute.isEmpty ? nil : attribute
63 | }
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:68:32: note: 'run(bash:combineOutput:)' declared here
66 | /// - parameter bashcommand: the bash shell command.
67 | /// - parameter combineOutput: if true then stdout and stderror go to the same stream. Default is false.
68 | @discardableResult public func run(bash bashcommand: String, combineOutput: Bool = false) -> RunOutput {
| `- note: 'run(bash:combineOutput:)' declared here
69 | return main.run(bash: bashcommand, combineOutput: combineOutput)
70 | }
[88/189] Compiling Debugging Demangler.swift
[89/189] Emitting module NIOPriorityQueue
[90/189] Compiling NIOPriorityQueue Heap.swift
[91/190] Compiling SwiftGD Geometry.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[92/190] Compiling SwiftShell Bash.swift
[93/190] Compiling SwiftShell Command.swift
[94/190] Compiling SwiftShell String.swift
[95/190] Emitting module XMLCoding
[96/190] Compiling SwiftShell Files.swift
[98/190] Compiling Normalized ZipStream.swift
/host/spi-builder-workspace/Sources/Normalized/ZipStream.swift:14:24: warning: static property 'c_version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | public class ZipStream {
13 |
14 | private static var c_version = zlibVersion()
| |- warning: static property 'c_version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'c_version' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'c_version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum Error: Int, Swift.Error {
/host/spi-builder-workspace/Sources/Normalized/ZipStream.swift:71:29: warning: cannot use inout expression here; argument #1 must be a pointer that outlives the call to '+'
69 | repeat {
70 | strm.avail_out = CUnsignedInt(out.count)
71 | strm.next_out = &out+0
| |- warning: cannot use inout expression here; argument #1 must be a pointer that outlives the call to '+'
| |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<Bytef>' (aka 'UnsafeMutablePointer<UInt8>') produces a pointer valid only for the duration of the call to '+'
| `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
72 | if deflater {
73 | res = deflate(&strm, flush ? 1 : 0)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/190] Emitting module SwiftGD
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[100/190] Compiling SwiftGD Color.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[101/190] Compiling SwiftGD Format.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[102/190] Emitting module SwiftShell
[103/190] Compiling Normalized Normalize.swift
[104/190] Compiling SwiftShell Context.swift
[105/190] Compiling SwiftShell FileHandle.swift
[106/190] Compiling SwiftGD Error.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[107/190] Compiling XMLCoding ISO8601DateFormatter.swift
[108/190] Compiling XMLCoding XMLKey.swift
[109/190] Compiling XMLCoding DecodingErrorExtension.swift
[110/190] Compiling XMLCoding XMLDecoder.swift
[113/190] Emitting module Normalized
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:17:23: warning: static property 'maxDecodeSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | static let pngHeader = [0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a]
16 |
17 | public static var maxDecodeSize = 160000000 // 160 M
| |- warning: static property 'maxDecodeSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'maxDecodeSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'maxDecodeSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | public static func getNormalizedPNG(file: URL) throws -> Data {
/host/spi-builder-workspace/Sources/Normalized/ZipStream.swift:14:24: warning: static property 'c_version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | public class ZipStream {
13 |
14 | private static var c_version = zlibVersion()
| |- warning: static property 'c_version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'c_version' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'c_version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum Error: Int, Swift.Error {
[114/190] Emitting module Debugging
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:17:23: warning: static property 'maxDecodeSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | static let pngHeader = [0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a]
16 |
17 | public static var maxDecodeSize = 160000000 // 160 M
| |- warning: static property 'maxDecodeSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'maxDecodeSize' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'maxDecodeSize' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | public static func getNormalizedPNG(file: URL) throws -> Data {
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:92:38: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
90 | if chunkType == "IEND" { // Add all accumulated IDATA chunks
91 | let bufsize = width * height * 4 + height
92 | let idatAccPointer = UnsafeMutablePointer<UInt8>(&idatAcc)
| | |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
93 | let originData = InflateStream(windowBits: -15).write(bytes: idatAccPointer, count: idatAcc.count, flush: true)
94 |
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:112:38: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
110 | }
111 |
112 | let newDataPointer = UnsafeMutablePointer<UInt8>(&newData)
| | |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
113 |
114 | let result = DeflateStream().write(bytes: newDataPointer, count: bufsize, flush: true)
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:127:32: warning: initialization of 'UnsafeBufferPointer<Int32>' results in a dangling buffer pointer
125 |
126 | var count = Int32(codedCount).bigEndian
127 | outData.append(UnsafeBufferPointer(start: &count, count: 1))
| | |- note: implicit argument conversion from 'Int32' to 'UnsafePointer<Int32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafeBufferPointer<Int32>' results in a dangling buffer pointer
128 | outData.append(chunkType?.data(using: String.Encoding.utf8) ?? Data())
129 | outData.append(contentsOf: result.bytes)
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:131:32: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
129 | outData.append(contentsOf: result.bytes)
130 | var bigEndianCRC = UInt32(Int(crc)).bigEndian
131 | outData.append(UnsafeBufferPointer(start: &bigEndianCRC, count: 1))
| | |- note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
132 |
133 | skip = true
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
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: couldn't find pc file for gdlib
warning: couldn't find pc file for gdlib
[0/1] Planning build
Building for debugging...
[0/64] Write sources
[4/65] Write swift-version-24593BA9C3E375BF.txt
[6/106] Compiling SwiftGD Error.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[7/109] Compiling XMLCoding XMLKey.swift
[8/109] Compiling XMLCoding ISO8601DateFormatter.swift
[9/110] Compiling SwiftGD Color.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[10/110] Compiling SwiftGD Geometry.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[11/110] Compiling SwiftGD Format.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/110] Emitting module SwiftGD
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[13/110] Compiling XMLCoding XMLReferencingEncoder.swift
[14/110] Emitting module LoggerAPI
[15/110] Compiling LoggerAPI Logger.swift
[16/111] Emitting module SwiftShell
[17/112] Compiling NIOPriorityQueue PriorityQueue.swift
[18/112] Compiling SwiftShell Files.swift
[19/112] Compiling SwiftShell Stream.swift
[20/112] Compiling SwiftShell Array.swift
[21/112] Compiling SwiftShell Lazy-split.swift
[22/112] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Process.swift:61:19: error: use of 'run' refers to instance method rather than global function 'run(bash:combineOutput:)' in module 'SwiftShell'
59 | /// or nil if there is no stdout output
60 | fileprivate func getProcessInfo(_ attr: ProcessAttribute) -> String? {
61 | let attribute = run(bash: "ps --no-headers -q \(self.processIdentifier) -o \(attr.rawValue)").stdout
| |- error: use of 'run' refers to instance method rather than global function 'run(bash:combineOutput:)' in module 'SwiftShell'
| `- note: use 'SwiftShell.' to reference the global function in module 'SwiftShell'
62 | return attribute.isEmpty ? nil : attribute
63 | }
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Bash.swift:68:32: note: 'run(bash:combineOutput:)' declared here
66 | /// - parameter bashcommand: the bash shell command.
67 | /// - parameter combineOutput: if true then stdout and stderror go to the same stream. Default is false.
68 | @discardableResult public func run(bash bashcommand: String, combineOutput: Bool = false) -> RunOutput {
| `- note: 'run(bash:combineOutput:)' declared here
69 | return main.run(bash: bashcommand, combineOutput: combineOutput)
70 | }
[24/112] Compiling SwiftShell Context.swift
[25/112] Compiling SwiftShell FileHandle.swift
[26/112] Emitting module NIOPriorityQueue
[27/112] Compiling NIOPriorityQueue Heap.swift
[28/112] Compiling NIOConcurrencyHelpers lock.swift
[29/117] Compiling Socket SocketProtocols.swift
[30/117] Compiling Socket SocketUtils.swift
[32/117] Emitting module NIOConcurrencyHelpers
[33/117] Compiling NIOConcurrencyHelpers atomics.swift
[34/118] Compiling SwiftGD Image.swift
/host/spi-builder-workspace/.build/checkouts/Cgd/module.modulemap:2:9: error: header '/usr/include/gd.h' not found
1 | module Cgdlinux [system] {
2 | header "/usr/include/gd.h"
| `- error: header '/usr/include/gd.h' not found
3 | link "gd"
4 | export *
/host/spi-builder-workspace/.build/checkouts/SwiftGD/Sources/Format.swift:3:12: error: could not build C module 'Cgdlinux'
1 | #if os(Linux)
2 | import Glibc
3 | import Cgdlinux
| `- error: could not build C module 'Cgdlinux'
4 | #else
5 | import Darwin
[35/118] Compiling Normalized ZipStream.swift
/host/spi-builder-workspace/Sources/Normalized/ZipStream.swift:71:29: warning: cannot use inout expression here; argument #1 must be a pointer that outlives the call to '+'
69 | repeat {
70 | strm.avail_out = CUnsignedInt(out.count)
71 | strm.next_out = &out+0
| |- warning: cannot use inout expression here; argument #1 must be a pointer that outlives the call to '+'
| |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<Bytef>' (aka 'UnsafeMutablePointer<UInt8>') produces a pointer valid only for the duration of the call to '+'
| `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
72 | if deflater {
73 | res = deflate(&strm, flush ? 1 : 0)
[36/118] Compiling Normalized Normalize.swift
[37/118] Emitting module Debugging
[38/118] Compiling SwiftShell String.swift
[39/118] Compiling SwiftShell Bash.swift
[40/118] Compiling SwiftShell Command.swift
[42/118] Compiling Debugging Demangler.swift
[43/118] Compiling Debugging SourceLocation.swift
[46/118] Emitting module XMLCoding
[49/118] Compiling Debugging Debuggable.swift
[51/119] Compiling XMLCoding XMLStackParser.swift
[52/119] Emitting module Socket
[53/119] Emitting module Normalized
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:92:38: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
90 | if chunkType == "IEND" { // Add all accumulated IDATA chunks
91 | let bufsize = width * height * 4 + height
92 | let idatAccPointer = UnsafeMutablePointer<UInt8>(&idatAcc)
| | |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
93 | let originData = InflateStream(windowBits: -15).write(bytes: idatAccPointer, count: idatAcc.count, flush: true)
94 |
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:112:38: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
110 | }
111 |
112 | let newDataPointer = UnsafeMutablePointer<UInt8>(&newData)
| | |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer
113 |
114 | let result = DeflateStream().write(bytes: newDataPointer, count: bufsize, flush: true)
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:127:32: warning: initialization of 'UnsafeBufferPointer<Int32>' results in a dangling buffer pointer
125 |
126 | var count = Int32(codedCount).bigEndian
127 | outData.append(UnsafeBufferPointer(start: &count, count: 1))
| | |- note: implicit argument conversion from 'Int32' to 'UnsafePointer<Int32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafeBufferPointer<Int32>' results in a dangling buffer pointer
128 | outData.append(chunkType?.data(using: String.Encoding.utf8) ?? Data())
129 | outData.append(contentsOf: result.bytes)
/host/spi-builder-workspace/Sources/Normalized/Extensions/Normalize+PNG.swift:131:32: warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
129 | outData.append(contentsOf: result.bytes)
130 | var bigEndianCRC = UInt32(Int(crc)).bigEndian
131 | outData.append(UnsafeBufferPointer(start: &bigEndianCRC, count: 1))
| | |- note: implicit argument conversion from 'UInt32' to 'UnsafePointer<UInt32>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafeBufferPointer<UInt32>' results in a dangling buffer pointer
132 |
133 | skip = true
[54/119] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[55/119] Compiling XMLCoding EncodingErrorExtension.swift
BUILD FAILURE 6.1 linux