Build Information
Failed to build swift-graphql, reference 5.1.3 (24a446
), with Swift 6.1 for Linux on 28 Apr 2025 18:37:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/maticzav/swift-graphql.git
Reference: 5.1.3
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/maticzav/swift-graphql
* tag 5.1.3 -> FETCH_HEAD
HEAD is now at 24a4462 Improve code generation (#204)
Cloned https://github.com/maticzav/swift-graphql.git
Revision (git rev-parse @):
24a4462a76442256ec88db2bf424fa39776b66ba
SUCCESS checkout https://github.com/maticzav/swift-graphql.git at 5.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/maticzav/swift-graphql.git
https://github.com/maticzav/swift-graphql.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.5",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "spinner",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dominicegginton/Spinner"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Files"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "swift-graphql",
"name" : "swift-graphql",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftGraphQL",
"targets" : [
"SwiftGraphQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftGraphQLClient",
"targets" : [
"SwiftGraphQLClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftGraphQLCodegen",
"targets" : [
"SwiftGraphQLCodegen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-graphql",
"targets" : [
"SwiftGraphQLCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "GraphQL",
"targets" : [
"GraphQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphQLAST",
"targets" : [
"GraphQLAST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphQLWebSocket",
"targets" : [
"GraphQLWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGraphQLUtils",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLUtils",
"path" : "Sources/SwiftGraphQLUtils",
"product_memberships" : [
"SwiftGraphQL",
"SwiftGraphQLClient",
"SwiftGraphQLCodegen",
"swift-graphql"
],
"sources" : [
"Extensions/String+Case.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftGraphQLTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLTests",
"path" : "Tests",
"product_dependencies" : [
"Files"
],
"sources" : [
"GraphQLASTTests/ASTIntrospectionTests.swift",
"GraphQLASTTests/ASTTests.swift",
"GraphQLASTTests/ASTTypeRef+InvertedTests.swift",
"GraphQLASTTests/ASTTypeRefTests.swift",
"GraphQLASTTests/ASTTypeTests.swift",
"GraphQLASTTests/ASTValueTests.swift",
"GraphQLTests/AnyCodable/AnyCodableTests.swift",
"GraphQLTests/AnyCodable/AnyDecodableTests.swift",
"GraphQLTests/AnyCodable/AnyEncodableTests.swift",
"GraphQLTests/ExecutionTests.swift",
"GraphQLWebSocketTests/ClientTests.swift",
"SwiftGraphQLClientTests/AsyncClientTests.swift.swift",
"SwiftGraphQLClientTests/Exchanges/CacheExchangeTests.swift",
"SwiftGraphQLClientTests/Exchanges/ComposeExchangeTests.swift",
"SwiftGraphQLClientTests/Exchanges/DedupExchangeTests.swift",
"SwiftGraphQLClientTests/Exchanges/FallbackExchangeTests.swift",
"SwiftGraphQLClientTests/Exchanges/FetchExchangeTests.swift",
"SwiftGraphQLClientTests/Exchanges/WebSocketExchangeTests.swift",
"SwiftGraphQLClientTests/Extensions/Publishers+ExtensionsTests.swift",
"SwiftGraphQLClientTests/Utils/MockClient.swift",
"SwiftGraphQLClientTests/XCTest+Helpers.swift",
"SwiftGraphQLCodegenTests/Extensions/Context+Extensions.swift",
"SwiftGraphQLCodegenTests/Generator/EnumTests.swift",
"SwiftGraphQLCodegenTests/Generator/FieldTests.swift",
"SwiftGraphQLCodegenTests/Generator/InputObjectTests.swift",
"SwiftGraphQLCodegenTests/Integration/API.swift",
"SwiftGraphQLCodegenTests/Integration/Scalars.swift",
"SwiftGraphQLCodegenTests/Integration/Selection.swift",
"SwiftGraphQLCodegenTests/Utils/TestSnapshot.swift",
"SwiftGraphQLTests/Integration/HTTPTests.swift",
"SwiftGraphQLTests/Selection/SelectionDecodingTests.swift",
"SwiftGraphQLTests/Selection/SelectionEncodingTests.swift",
"SwiftGraphQLTests/Serialization/DocumentTests.swift",
"SwiftGraphQLTests/Serialization/OptionalArgumentTest.swift",
"SwiftGraphQLUtilsTests/Extensions/String+CaseTests.swift"
],
"target_dependencies" : [
"GraphQL",
"GraphQLAST",
"GraphQLWebSocket",
"SwiftGraphQLCodegen",
"SwiftGraphQL",
"SwiftGraphQLClient",
"SwiftGraphQLUtils"
],
"type" : "test"
},
{
"c99name" : "SwiftGraphQLCodegen",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLCodegen",
"path" : "Sources/SwiftGraphQLCodegen",
"product_dependencies" : [
"SwiftFormat",
"SwiftFormatConfiguration"
],
"product_memberships" : [
"SwiftGraphQLCodegen",
"swift-graphql"
],
"sources" : [
"Context.swift",
"Error.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Schema+Extensions.swift",
"Extensions/String+Extensions.swift",
"Generator.swift",
"Generator/Codable.swift",
"Generator/Enum.swift",
"Generator/Field.swift",
"Generator/Fragments.swift",
"Generator/InputObject.swift",
"Generator/Interface.swift",
"Generator/Object.swift",
"Generator/Operation.swift",
"Generator/Scalar.swift",
"Generator/Union.swift"
],
"target_dependencies" : [
"GraphQLAST",
"SwiftGraphQLUtils"
],
"type" : "library"
},
{
"c99name" : "SwiftGraphQLClient",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLClient",
"path" : "Sources/SwiftGraphQLClient",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"SwiftGraphQLClient"
],
"sources" : [
"Client/Config.swift",
"Client/Core.swift",
"Client/Operation.swift",
"Client/Selection.swift",
"Client/Spec.swift",
"Exchange.swift",
"Exchanges/AuthExchange.swift",
"Exchanges/CacheExchange.swift",
"Exchanges/ComposeExchange.swift",
"Exchanges/DebugExchange.swift",
"Exchanges/DedupExchange.swift",
"Exchanges/ErrorExchange.swift",
"Exchanges/ExtensionsExchange.swift",
"Exchanges/FallbackExchange.swift",
"Exchanges/FetchExchange.swift",
"Exchanges/WebSocketExchange.swift",
"Extensions/Publishers+Extensions.swift",
"Extensions/Selection+Extensions.swift"
],
"target_dependencies" : [
"GraphQL",
"GraphQLWebSocket",
"SwiftGraphQL"
],
"type" : "library"
},
{
"c99name" : "SwiftGraphQLCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQLCLI",
"path" : "Sources/SwiftGraphQLCLI",
"product_dependencies" : [
"ArgumentParser",
"Files",
"Spinner",
"Yams"
],
"product_memberships" : [
"swift-graphql"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftGraphQLCodegen"
],
"type" : "executable"
},
{
"c99name" : "SwiftGraphQL",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphQL",
"path" : "Sources/SwiftGraphQL",
"product_memberships" : [
"SwiftGraphQL",
"SwiftGraphQLClient"
],
"sources" : [
"Document/Argument.swift",
"Document/Field.swift",
"Document/Scalar.swift",
"Extensions/CodingKey+Typename.swift",
"Extensions/Collection+UniqueBy.swift",
"Extensions/Int+Hash.swift",
"Extensions/String+Indent.swift",
"HTTP.swift",
"Selection/Operation.swift",
"Selection/Selection+Codable.swift",
"Selection/Selection+Transform.swift",
"Selection/Selection+Utils.swift",
"Selection/Selection.swift",
"Serialization/Document.swift",
"Serialization/OptionalArgument.swift",
"WS.swift"
],
"target_dependencies" : [
"GraphQL",
"SwiftGraphQLUtils"
],
"type" : "library"
},
{
"c99name" : "GraphQLWebSocket",
"module_type" : "SwiftTarget",
"name" : "GraphQLWebSocket",
"path" : "Sources/GraphQLWebSocket",
"product_dependencies" : [
"Logging",
"Starscream"
],
"product_memberships" : [
"SwiftGraphQLClient",
"GraphQLWebSocket"
],
"sources" : [
"Client.swift",
"Config.swift",
"Extensions/WebSocket+Extensions.swift",
"Spec.swift"
],
"target_dependencies" : [
"GraphQL"
],
"type" : "library"
},
{
"c99name" : "GraphQLAST",
"module_type" : "SwiftTarget",
"name" : "GraphQLAST",
"path" : "Sources/GraphQLAST",
"product_memberships" : [
"SwiftGraphQLCodegen",
"swift-graphql",
"GraphQLAST"
],
"sources" : [
"Errors.swift",
"Introspection.swift",
"InvertedTypeRef.swift",
"Schema.swift",
"Type.swift",
"TypeRef.swift",
"Value.swift"
],
"type" : "library"
},
{
"c99name" : "GraphQL",
"module_type" : "SwiftTarget",
"name" : "GraphQL",
"path" : "Sources/GraphQL",
"product_memberships" : [
"SwiftGraphQL",
"SwiftGraphQLClient",
"GraphQL",
"GraphQLWebSocket"
],
"sources" : [
"AnyCodable/AnyCodable.swift",
"AnyCodable/AnyDecodable.swift",
"AnyCodable/AnyEncodable.swift",
"Error.swift",
"Execution.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/daltoniam/Starscream.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-format
Fetching https://github.com/dominicegginton/Spinner
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/JohnSundell/Files
[1/3836] Fetching swift-log
[308/4803] Fetching swift-log, spinner
[1067/6039] Fetching swift-log, spinner, files
[1455/11072] Fetching swift-log, spinner, files, starscream
[3788/21361] Fetching swift-log, spinner, files, starscream, yams
[6207/33332] Fetching swift-log, spinner, files, starscream, yams, swift-format
Fetched https://github.com/JohnSundell/Files from cache (0.53s)
[23660/32096] Fetching swift-log, spinner, starscream, yams, swift-format
Fetching https://github.com/apple/swift-argument-parser
[32097/47046] Fetching swift-log, spinner, starscream, yams, swift-format, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (1.27s)
Fetched https://github.com/daltoniam/Starscream.git from cache (1.28s)
Fetched https://github.com/dominicegginton/Spinner from cache (1.28s)
Fetched https://github.com/apple/swift-format from cache (1.28s)
Fetched https://github.com/jpsim/Yams.git from cache (1.32s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.93s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 509.0.0 (2.10s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-markdown.git
[1/6557] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.52s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.94s)
Computing version for https://github.com/dominicegginton/Spinner
Computed https://github.com/dominicegginton/Spinner at 2.1.0 (6.11s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/dominicegginton/Nanoseconds
[1/201] Fetching nanoseconds
[198/1397] Fetching nanoseconds, rainbow
[1394/2051] Fetching nanoseconds, rainbow, bluesignals
Fetched https://github.com/onevcat/Rainbow from cache (1.05s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (1.08s)
Fetched https://github.com/dominicegginton/Nanoseconds from cache (1.08s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.69s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.57s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.59s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.72s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.64s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18018] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.69s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (2.35s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.60s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.56s)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 509.0.0
Creating working copy for https://github.com/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.6.0
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.200
Creating working copy for https://github.com/dominicegginton/Spinner
Working copy of https://github.com/dominicegginton/Spinner resolved at 2.1.0
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/98] Write sources
[19/98] Compiling cmark-gfm-extensions tagfilter.c
[20/98] Compiling cmark-gfm-extensions core-extensions.c
[21/98] Compiling cmark-gfm-extensions ext_scanners.c
[22/98] Compiling cmark-gfm-extensions tasklist.c
[23/98] Compiling parser.c
[24/98] Compiling api.c
[25/98] Compiling emitter.c
[26/98] Compiling cmark-gfm xml.c
[26/98] Compiling cmark-gfm-extensions autolink.c
[28/98] Compiling cmark-gfm-extensions strikethrough.c
[29/98] Compiling cmark-gfm-extensions table.c
[30/98] Compiling cmark-gfm syntax_extension.c
[31/98] Compiling cmark-gfm plugin.c
[31/98] Compiling cmark-gfm references.c
[31/98] Compiling cmark-gfm registry.c
[34/98] Compiling cmark-gfm render.c
[35/98] Write swift-version-24593BA9C3E375BF.txt
[36/98] Compiling cmark-gfm utf8.c
[37/98] Compiling cmark-gfm plaintext.c
[37/98] Compiling cmark-gfm man.c
[37/98] Compiling cmark-gfm linked_list.c
[40/98] Compiling cmark-gfm map.c
[41/98] Compiling cmark-gfm latex.c
[42/101] Compiling cmark-gfm node.c
[43/103] Compiling cmark-gfm scanners.c
[44/120] Compiling cmark-gfm iterator.c
[45/121] Compiling cmark-gfm html.c
[46/121] Compiling cmark-gfm houdini_html_u.c
[47/121] Compiling cmark-gfm houdini_html_e.c
[48/121] Compiling cmark-gfm houdini_href_e.c
[49/121] Compiling cmark-gfm inlines.c
[50/121] Compiling cmark-gfm cmark_ctype.c
[51/121] Compiling cmark-gfm footnotes.c
[52/121] Compiling cmark-gfm commonmark.c
[53/121] Compiling cmark-gfm cmark.c
[54/121] Compiling cmark-gfm buffer.c
[55/121] Write sources
[57/121] Compiling cmark-gfm arena.c
[58/121] Write sources
[63/121] Copying PrivacyInfo.xcprivacy
[64/121] Write sources
[66/121] Compiling cmark-gfm blocks.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/145] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[69/147] Emitting module GraphQL
[70/147] Emitting module SwiftSyntax509
[71/147] Compiling SwiftSyntax509 Empty.swift
[73/148] Emitting module GraphQLAST
[74/159] Compiling Logging LogHandler.swift
[75/159] Compiling Logging MetadataProvider.swift
[76/159] Emitting module Logging
[77/159] Compiling Logging Logging.swift
[78/159] Compiling Logging Locks.swift
[79/160] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[80/160] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[81/160] Compiling Starscream FoundationTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[82/160] Compiling Starscream TCPTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[83/160] Compiling GraphQL AnyCodable.swift
[84/160] Compiling GraphQL AnyDecodable.swift
[85/160] Compiling GraphQL AnyEncodable.swift
[86/160] Compiling Starscream WebSocketServer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[87/160] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[88/160] Compiling GraphQL Error.swift
[89/160] Compiling GraphQL Execution.swift
[90/160] Compiling Starscream FoundationSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[91/160] Emitting module Files
[92/161] Compiling Starscream Security.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[93/161] Compiling Starscream Server.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[94/161] Compiling Files Files.swift
[96/162] Compiling GraphQLAST Value.swift
[97/162] Compiling GraphQLAST Type.swift
[98/162] Compiling GraphQLAST TypeRef.swift
[100/162] Compiling Starscream FoundationHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[101/162] Compiling Starscream FoundationHTTPServerHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[102/162] Compiling Starscream FrameCollector.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[103/162] Compiling Starscream Framer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[104/162] Compiling Starscream HTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[105/162] Compiling Starscream StringHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[107/162] Compiling SwiftGraphQLUtils String+Case.swift
[108/162] Emitting module SwiftGraphQLUtils
[108/163] Write sources
[111/163] Compiling Rainbow ModesExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[112/163] Compiling Rainbow Color.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[113/163] Compiling Rainbow ColorApproximation.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[114/163] Compiling GraphQLAST Errors.swift
[115/163] Compiling GraphQLAST Schema.swift
[116/163] Compiling GraphQLAST Introspection.swift
/host/spi-builder-workspace/Sources/GraphQLAST/Introspection.swift:149:19: error: cannot find 'URLRequest' in scope
147 | func fetch(from endpoint: URL, withHeaders headers: [String: String] = [:]) throws -> Data {
148 | /* Compose a request. */
149 | var request = URLRequest(url: endpoint)
| `- error: cannot find 'URLRequest' in scope
150 |
151 | for header in headers {
/host/spi-builder-workspace/Sources/GraphQLAST/Introspection.swift:175:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
173 |
174 | /* Load the schema. */
175 | URLSession.shared.dataTask(with: request) { data, response, error in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
176 | /* Check for errors. */
177 | if let error = error {
/host/spi-builder-workspace/Sources/GraphQLAST/Introspection.swift:189:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
187 | }
188 |
189 | guard (200 ... 299).contains(httpResponse.statusCode) else {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
190 | result = .failure(.statusCode(httpResponse.statusCode))
191 | semaphore.signal()
[117/163] Compiling GraphQLAST InvertedTypeRef.swift
[117/163] Wrapping AST for SwiftSyntax509 for debugging
[118/163] Wrapping AST for Files for debugging
[119/163] Emitting module Signals
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/32] Write sources
[4/33] Compiling CAtomic CAtomic.c
[5/33] Compiling writer.c
[6/33] Compiling reader.c
[7/33] Compiling scanner.c
[8/33] Write swift-version-24593BA9C3E375BF.txt
[10/97] Compiling Logging LogHandler.swift
[11/97] Compiling SwiftSyntax509 Empty.swift
[12/97] Emitting module SwiftSyntax509
[13/98] Compiling Logging MetadataProvider.swift
[14/98] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[15/98] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[16/98] Compiling Yams YamlAnchorProviding.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[17/100] Emitting module Nanoseconds
[18/100] Compiling Nanoseconds TimeInterval.swift
[19/100] Compiling Nanoseconds Now.swift
[20/101] Compiling Signals Signals.swift
[21/101] Emitting module Signals
[25/102] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[26/102] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[27/102] Compiling Yams Node.Sequence.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[28/102] Compiling Yams Node.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[29/102] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[30/102] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[31/102] Emitting module SwiftGraphQLUtils
[32/102] Compiling SwiftGraphQLUtils String+Case.swift
[33/103] Compiling Yams Node.Alias.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[34/103] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[35/103] Compiling Yams Node.Scalar.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[36/103] Compiling Logging Locks.swift
[37/103] Emitting module Logging
[38/103] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[39/103] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[40/103] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[41/103] Compiling Yams Anchor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[42/103] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[43/103] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Compression/WSCompression.swift:30:8: error: no such module 'zlib'
28 |
29 | import Foundation
30 | import zlib
| `- error: no such module 'zlib'
31 |
32 | public class WSCompression: CompressionHandler {
[45/111] Compiling Logging Logging.swift
[47/224] Compiling GraphQLAST Introspection.swift
/host/spi-builder-workspace/Sources/GraphQLAST/Introspection.swift:149:19: error: cannot find 'URLRequest' in scope
147 | func fetch(from endpoint: URL, withHeaders headers: [String: String] = [:]) throws -> Data {
148 | /* Compose a request. */
149 | var request = URLRequest(url: endpoint)
| `- error: cannot find 'URLRequest' in scope
150 |
151 | for header in headers {
/host/spi-builder-workspace/Sources/GraphQLAST/Introspection.swift:175:16: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
173 |
174 | /* Load the schema. */
175 | URLSession.shared.dataTask(with: request) { data, response, error in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
176 | /* Check for errors. */
177 | if let error = error {
/host/spi-builder-workspace/Sources/GraphQLAST/Introspection.swift:189:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
187 | }
188 |
189 | guard (200 ... 299).contains(httpResponse.statusCode) else {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
190 | result = .failure(.statusCode(httpResponse.statusCode))
191 | semaphore.signal()
[48/226] Compiling GraphQLAST Errors.swift
[49/226] Compiling Rainbow OutputTarget.swift
[50/226] Compiling GraphQL AnyCodable.swift
[51/226] Emitting module GraphQL
[52/227] Compiling Rainbow StringGenerator.swift
[53/227] Compiling SwiftSyntax SyntaxArena.swift
[54/227] Compiling SwiftSyntax SyntaxChildren.swift
[55/227] Compiling Rainbow Rainbow.swift
[56/227] Compiling Rainbow Style.swift
[57/227] Compiling GraphQLAST Value.swift
[58/227] Compiling GraphQLAST TypeRef.swift
[59/227] Compiling GraphQL Error.swift
[60/227] Compiling Rainbow String+Rainbow.swift
[61/227] Compiling GraphQL AnyDecodable.swift
[62/227] Compiling GraphQL AnyEncodable.swift
[63/227] Compiling Markdown BasicBlockContainer.swift
[64/227] Compiling Markdown BasicInlineContainer.swift
[65/227] Compiling Markdown BlockContainer.swift
[66/227] Compiling Markdown BlockMarkup.swift
[67/227] Compiling Markdown InlineContainer.swift
[68/227] Compiling Markdown InlineMarkup.swift
[69/227] Compiling Markdown ListItemContainer.swift
[70/227] Compiling Markdown AtomicCounter.swift
[71/227] Compiling GraphQL Execution.swift
[73/238] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[74/238] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[75/240] Compiling GraphQLAST InvertedTypeRef.swift
[76/240] Compiling GraphQLAST Schema.swift
[77/240] Compiling GraphQLAST Type.swift
[78/240] Emitting module GraphQLAST
[79/240] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[80/240] Compiling SwiftSyntax Syntax.swift
[81/240] Emitting module Rainbow
[82/240] Compiling SwiftSyntax SyntaxCollection.swift
[83/240] Compiling SwiftSyntax SyntaxData.swift
[84/241] Emitting module Markdown
[85/241] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux