Build Information
Failed to build swift-graphql, reference main (24a446
), with Swift 6.1 for Android on 29 May 2025 09:08:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maticzav/swift-graphql.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/dominicegginton/Spinner
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/apple/swift-format
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/apple/swift-log.git
[1/1236] Fetching files
[26/2203] Fetching files, spinner
[1412/6039] Fetching files, spinner, swift-log
[1566/11072] Fetching files, spinner, swift-log, starscream
[3964/23235] Fetching files, spinner, swift-log, starscream, swift-format
[4303/33892] Fetching files, spinner, swift-log, starscream, swift-format, yams
Fetched https://github.com/JohnSundell/Files from cache (1.63s)
Fetched https://github.com/dominicegginton/Spinner from cache (1.64s)
Fetching https://github.com/apple/swift-argument-parser
[29558/31689] Fetching swift-log, starscream, swift-format, yams
[31690/47068] Fetching swift-log, starscream, swift-format, yams, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (3.61s)
Fetched https://github.com/daltoniam/Starscream.git from cache (3.61s)
Fetched https://github.com/apple/swift-format from cache (3.61s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.98s)
Fetched https://github.com/jpsim/Yams.git from cache (3.66s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 509.0.0 (4.35s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-markdown.git
[1/6755] Fetching swift-markdown
[6756/77207] Fetching swift-markdown, swift-syntax
Fetched https://github.com/apple/swift-markdown.git from cache (8.44s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.57s)
Computing version for https://github.com/dominicegginton/Spinner
Computed https://github.com/dominicegginton/Spinner at 2.1.0 (10.99s)
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/dominicegginton/Nanoseconds
Fetching https://github.com/onevcat/Rainbow
[1/201] Fetching nanoseconds
[190/1397] Fetching nanoseconds, rainbow
[1255/2078] Fetching nanoseconds, rainbow, bluesignals
Fetched https://github.com/dominicegginton/Nanoseconds from cache (0.39s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.41s)
Fetched https://github.com/onevcat/Rainbow from cache (0.42s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.53s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.68s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.65s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.80s)
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/18065] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.72s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.65s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.99s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.65s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.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-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.6.0
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.1
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/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
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/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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
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
[9/98] Compiling cmark-gfm-extensions tagfilter.c
[10/98] Compiling cmark-gfm-extensions ext_scanners.c
[11/98] Compiling cmark-gfm-extensions strikethrough.c
[12/98] Compiling cmark-gfm-extensions core-extensions.c
[13/98] Compiling cmark-gfm-extensions autolink.c
[14/98] Compiling cmark-gfm xml.c
[15/98] Compiling cmark-gfm syntax_extension.c
[16/98] Compiling cmark-gfm-extensions table.c
[17/98] Compiling cmark-gfm registry.c
[18/98] Compiling cmark-gfm render.c
[19/98] Compiling cmark-gfm plugin.c
[20/98] Compiling cmark-gfm references.c
[21/98] Write swift-version-24593BA9C3E375BF.txt
[22/98] Compiling cmark-gfm-extensions tasklist.c
[23/98] Compiling cmark-gfm utf8.c
[24/98] Compiling cmark-gfm map.c
[25/98] Compiling cmark-gfm plaintext.c
[26/98] Compiling cmark-gfm man.c
[27/98] Compiling cmark-gfm linked_list.c
[27/98] Compiling cmark-gfm node.c
[29/98] Compiling cmark-gfm latex.c
[30/98] Compiling cmark-gfm iterator.c
[31/98] Compiling cmark-gfm houdini_html_e.c
[32/98] Compiling cmark-gfm html.c
[33/100] Compiling cmark-gfm houdini_href_e.c
[34/100] Compiling cmark-gfm commonmark.c
[35/100] Compiling cmark-gfm footnotes.c
[36/100] Compiling cmark-gfm scanners.c
[37/100] Compiling cmark-gfm inlines.c
[38/100] Write sources
[41/100] Compiling cmark-gfm cmark_ctype.c
[42/100] Compiling cmark-gfm houdini_html_u.c
[43/100] Write sources
[51/100] Copying PrivacyInfo.xcprivacy
[52/100] Write sources
[56/100] Compiling cmark-gfm cmark.c
[57/100] Compiling cmark-gfm buffer.c
[58/100] Compiling cmark-gfm arena.c
[59/100] Write sources
[61/100] Compiling cmark-gfm blocks.c
[62/100] Write sources
[64/151] Emitting module SwiftSyntax509
[65/151] Compiling SwiftSyntax509 Empty.swift
[66/152] Compiling Logging LogHandler.swift
[67/152] Write sources
[69/152] Emitting module GraphQLAST
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/152] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[71/199] Compiling Rainbow StringGenerator.swift
[72/200] Compiling Rainbow String+Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/200] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[74/200] Compiling Rainbow Style.swift
[75/200] Compiling Logging Locks.swift
[76/200] Emitting module Logging
[77/200] Compiling Logging Logging.swift
[78/200] Compiling Logging MetadataProvider.swift
[80/201] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[81/201] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[82/201] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[83/201] Compiling SwiftSyntax SyntaxData.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[84/201] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[85/201] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[86/201] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[87/201] Emitting module Signals
[88/201] Compiling Signals Signals.swift
[89/202] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[90/202] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[91/202] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[92/202] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[93/202] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[94/202] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[95/202] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[96/202] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[97/205] Compiling GraphQLAST Errors.swift
[98/205] 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()
[100/208] Compiling GraphQLAST TypeRef.swift
[101/208] Compiling GraphQLAST Value.swift
[102/208] Compiling Nanoseconds TimeInterval.swift
[103/208] Emitting module Nanoseconds
[104/208] Compiling Nanoseconds Now.swift
[105/209] Compiling SwiftGraphQLUtils String+Case.swift
[106/209] Emitting module SwiftGraphQLUtils
[108/210] Wrapping AST for SwiftSyntax509 for debugging
[110/210] Emitting module GraphQL
[110/210] Write sources
[113/210] Compiling writer.c
[115/210] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[116/210] Compiling Rainbow Rainbow.swift
[116/210] Wrapping AST for Signals for debugging
[118/210] Compiling SwiftSyntax RawSyntax.swift
[119/210] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[120/210] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[122/210] Compiling GraphQLAST Schema.swift
[123/210] Compiling GraphQLAST InvertedTypeRef.swift
[124/210] Compiling GraphQLAST Type.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[128/210] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[129/210] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[130/210] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[130/211] Wrapping AST for SwiftGraphQLUtils for debugging
[130/211] Wrapping AST for Nanoseconds for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: '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/34] Write sources
[5/36] Compiling CAtomic CAtomic.c
[6/36] Compiling parser.c
[7/36] Compiling api.c
[8/36] Compiling emitter.c
[9/36] Compiling reader.c
[10/36] Compiling scanner.c
[11/36] Write swift-version-24593BA9C3E375BF.txt
[13/76] Emitting module SwiftSyntax509
[14/77] Compiling SwiftSyntax509 Empty.swift
[16/101] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[17/102] Compiling Logging MetadataProvider.swift
[18/102] Emitting module SwiftGraphQLUtils
[19/102] Compiling SwiftGraphQLUtils String+Case.swift
[20/102] Compiling Starscream Engine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[21/102] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[22/102] Compiling Starscream WSEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[23/105] Emitting module Signals
[24/105] Compiling Signals Signals.swift
[25/105] Compiling Nanoseconds TimeInterval.swift
[26/105] Emitting module Nanoseconds
[27/106] Compiling Nanoseconds Now.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/106] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[31/106] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[32/106] Compiling Starscream WSCompression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[33/106] Compiling Starscream Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[35/107] Compiling Rainbow Style.swift
[38/119] Compiling Rainbow StringGenerator.swift
[39/119] Compiling Rainbow Rainbow.swift
[40/119] Compiling Rainbow String+Rainbow.swift
[41/137] Compiling Markdown TableHead.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[42/137] Compiling Markdown TableRow.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[43/169] Emitting module Logging
[44/169] Compiling Markdown DoxygenReturns.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[45/169] Compiling Markdown ListItem.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[46/169] Compiling Markdown OrderedList.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[47/169] Compiling Markdown TableCellContainer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[48/169] Compiling Markdown DoxygenDiscussion.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[49/169] Compiling Markdown DoxygenNote.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[50/169] Compiling Markdown DoxygenParameter.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[51/168] Compiling Markdown ChildIndexPath.swift
[52/168] Compiling Markdown DirectiveArgument.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/168] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[54/168] Compiling Markdown Document.swift
[55/168] Compiling Markdown LiteralMarkup.swift
[56/168] Compiling Markdown MarkupData.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[57/168] Compiling Markdown PlainTextConvertibleMarkup.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[58/168] Compiling Markdown RawMarkup.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
BUILD FAILURE 6.1 android