The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-graphql, reference 5.1.3 (24a446), with Swift 6.1 for Android on 29 May 2025 09:08:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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:         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-4609320-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/daltoniam/Starscream.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-format
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/JohnSundell/Files
[1/1236] Fetching files
[1139/2203] Fetching files, spinner
[1412/14366] Fetching files, spinner, swift-format
[1534/19399] Fetching files, spinner, swift-format, starscream
[4892/23235] Fetching files, spinner, swift-format, starscream, swift-log
[5960/33892] Fetching files, spinner, swift-format, starscream, swift-log, yams
Fetched https://github.com/JohnSundell/Files from cache (0.30s)
[5183/32656] Fetching spinner, swift-format, starscream, swift-log, yams
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[24025/28820] Fetching spinner, swift-format, starscream, yams
Fetched https://github.com/apple/swift-format from cache (0.78s)
[13567/16657] Fetching spinner, starscream, yams
[15167/32036] Fetching spinner, starscream, yams, swift-argument-parser
Fetched https://github.com/dominicegginton/Spinner from cache (1.31s)
Fetched https://github.com/daltoniam/Starscream.git from cache (1.31s)
Fetched https://github.com/jpsim/Yams.git from cache (1.34s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.03s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 509.0.0 (1.90s)
Fetching https://github.com/apple/swift-markdown.git
Fetching https://github.com/apple/swift-syntax.git
[1/6755] Fetching swift-markdown
[6756/77207] Fetching swift-markdown, swift-syntax
Fetched https://github.com/apple/swift-markdown.git from cache (6.75s)
Fetched https://github.com/apple/swift-syntax.git from cache (6.80s)
Computing version for https://github.com/dominicegginton/Spinner
Computed https://github.com/dominicegginton/Spinner at 2.1.0 (7.41s)
Fetching https://github.com/dominicegginton/Nanoseconds
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[731/1397] Fetching rainbow, nanoseconds
[1398/2078] Fetching rainbow, nanoseconds, bluesignals
Fetched https://github.com/dominicegginton/Nanoseconds from cache (0.25s)
Fetched https://github.com/onevcat/Rainbow from cache (0.26s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.27s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.34s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.95s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.50s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.69s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (1.32s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18065] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.84s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.75s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.07s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.53s)
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/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-format
Working copy of https://github.com/apple/swift-format resolved at 509.0.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-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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.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/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/dominicegginton/Spinner
Working copy of https://github.com/dominicegginton/Spinner resolved at 2.1.0
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
[8/98] Compiling cmark-gfm-extensions table.c
[9/98] Compiling cmark-gfm-extensions core-extensions.c
[10/98] Compiling cmark-gfm-extensions strikethrough.c
[11/98] Compiling cmark-gfm-extensions ext_scanners.c
[12/98] Compiling cmark-gfm-extensions tagfilter.c
[13/98] Compiling cmark-gfm-extensions autolink.c
[14/98] Compiling cmark-gfm xml.c
[15/98] Compiling cmark-gfm render.c
[16/98] Compiling cmark-gfm syntax_extension.c
[17/98] Compiling cmark-gfm registry.c
[18/98] Compiling cmark-gfm plugin.c
[19/98] Compiling cmark-gfm references.c
[20/98] Compiling cmark-gfm plaintext.c
[21/98] Compiling cmark-gfm utf8.c
[22/98] Compiling cmark-gfm-extensions tasklist.c
[22/98] Write swift-version-24593BA9C3E375BF.txt
[24/98] Compiling cmark-gfm map.c
[25/98] Compiling cmark-gfm linked_list.c
[26/98] Compiling cmark-gfm man.c
[27/98] Compiling cmark-gfm node.c
[28/98] Compiling cmark-gfm iterator.c
[29/98] Compiling cmark-gfm html.c
[30/98] Compiling cmark-gfm latex.c
[31/98] Compiling cmark-gfm houdini_html_e.c
[32/98] Compiling cmark-gfm houdini_html_u.c
[33/98] Compiling cmark-gfm houdini_href_e.c
[34/98] Compiling cmark-gfm inlines.c
[35/98] Compiling cmark-gfm footnotes.c
[36/98] Compiling cmark-gfm cmark_ctype.c
[36/98] Write sources
[36/98] Copying PrivacyInfo.xcprivacy
[36/98] Write sources
[59/98] Compiling cmark-gfm commonmark.c
[60/98] Compiling cmark-gfm scanners.c
[61/100] Compiling cmark-gfm buffer.c
[62/100] Compiling cmark-gfm cmark.c
[63/100] Compiling writer.c
[63/100] Compiling cmark-gfm arena.c
[65/100] Compiling cmark-gfm blocks.c
[67/151] Emitting module SwiftSyntax509
[68/151] Compiling SwiftSyntax509 Empty.swift
[70/158] Emitting module SwiftGraphQLUtils
[71/158] Compiling Rainbow StringGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/159] 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 |         }
[73/159] Compiling Rainbow String+Rainbow.swift
[74/159] Emitting module GraphQL
[75/159] Compiling Rainbow Style.swift
[76/159] Emitting module Logging
[77/159] Compiling Logging MetadataProvider.swift
[78/159] Compiling Logging Locks.swift
[79/159] Compiling Logging Logging.swift
[80/159] Compiling Logging LogHandler.swift
[82/160] Emitting module Signals
[83/160] Compiling Signals Signals.swift
[84/161] Compiling GraphQLAST Value.swift
[85/161] Compiling GraphQLAST TypeRef.swift
[87/161] Compiling Starscream WebSocketServer.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 {
[88/161] Compiling Starscream WebSocket.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 {
[89/161] Compiling Rainbow BackgroundColor.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/161] Compiling Rainbow CodesParser.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/161] Compiling Rainbow Color.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/161] Compiling Nanoseconds TimeInterval.swift
[93/163] Compiling GraphQL AnyCodable.swift
[94/163] Compiling GraphQL AnyDecodable.swift
[95/163] Compiling GraphQLAST Type.swift
[96/178] Compiling SwiftGraphQLUtils String+Case.swift
[97/185] Compiling GraphQL Error.swift
[98/188] Compiling GraphQL Execution.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/197] 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 {
[100/197] 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 {
[101/197] 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 {
[102/197] 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 {
[103/197] 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 {
[104/197] 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 {
[105/203] Emitting module Nanoseconds
[106/209] Emitting module GraphQLAST
[107/209] Compiling GraphQLAST Errors.swift
[110/209] Compiling Nanoseconds Now.swift
[111/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 {
[112/210] Compiling SwiftSyntax RawSyntax.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 {
[113/210] Compiling SwiftSyntax RawSyntaxLayoutView.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 {
[114/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 |         }
[115/210] Compiling Rainbow Rainbow.swift
[116/210] Compiling GraphQL AnyEncodable.swift
[117/211] Compiling SwiftSyntax RawSyntaxNodeProtocol.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 {
[118/211] 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 {
[119/211] 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 {
[120/211] 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 {
[121/211] 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 {
[122/211] 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 {
[123/211] 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()
[124/211] Compiling GraphQLAST Schema.swift
[125/211] Compiling GraphQLAST InvertedTypeRef.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/35] Write sources
[5/36] Compiling reader.c
[6/36] Compiling CAtomic CAtomic.c
[7/36] Compiling parser.c
[8/36] Compiling api.c
[9/36] Compiling scanner.c
[10/36] Compiling emitter.c
[11/36] Write swift-version-24593BA9C3E375BF.txt
[13/143] Compiling SwiftSyntax509 Empty.swift
[14/143] Compiling Logging LogHandler.swift
[15/143] Emitting module SwiftSyntax509
[17/144] Compiling Logging MetadataProvider.swift
[18/144] Compiling Rainbow StringGenerator.swift
[19/165] Emitting module Signals
[20/165] Compiling Signals Signals.swift
[21/166] Compiling Nanoseconds Now.swift
[22/166] Emitting module Nanoseconds
[23/166] Compiling Nanoseconds TimeInterval.swift
[24/166] Compiling Starscream NativeEngine.swift
[25/166] Compiling Starscream WSEngine.swift
[27/167] Emitting module SwiftGraphQLUtils
[28/167] Compiling SwiftGraphQLUtils String+Case.swift
[29/168] Compiling Logging Locks.swift
[32/168] Compiling Rainbow String+Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/168] Compiling Starscream Compression.swift
[34/168] Compiling Starscream WSCompression.swift
[35/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 |         }
[36/168] Compiling Starscream FoundationTransport.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 {
[37/168] Compiling Starscream TCPTransport.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 {
[38/168] Compiling Starscream WebSocketServer.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 {
[39/168] Compiling Starscream WebSocket.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 {
[40/168] Compiling Rainbow Style.swift
[41/169] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/170] 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 {
[43/170] Compiling Markdown BasicBlockContainer.swift
[44/170] Compiling Markdown BasicInlineContainer.swift
[45/170] Compiling Markdown BlockContainer.swift
[46/170] Compiling Markdown BlockMarkup.swift
[47/170] Compiling Markdown InlineContainer.swift
[48/170] Compiling Markdown InlineMarkup.swift
[49/170] Compiling Markdown ListItemContainer.swift
[50/170] Compiling Markdown AtomicCounter.swift
[51/170] Compiling Markdown Strikethrough.swift
[52/170] Compiling Markdown Strong.swift
[53/170] Compiling Markdown CustomInline.swift
[54/170] Compiling Markdown InlineCode.swift
[55/170] Compiling Markdown InlineHTML.swift
[56/170] Compiling Markdown LineBreak.swift
[57/170] Compiling Markdown SoftBreak.swift
[58/170] Compiling Markdown SymbolLink.swift
[59/170] Compiling Markdown Text.swift
[60/178] Compiling Rainbow Rainbow.swift
[61/178] 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 |         }
[62/178] Compiling Starscream Transport.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 {
[63/178] Compiling Starscream resource_bundle_accessor.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 {
[67/178] Compiling Markdown Replacement.swift
[68/178] Compiling Markdown SourceLocation.swift
[69/178] Compiling Markdown Emphasis.swift
[70/178] Compiling Markdown Image.swift
[71/178] Compiling Markdown InlineAttributes.swift
[72/178] Compiling Markdown Link.swift
[73/178] Compiling Markdown UnorderedList.swift
[74/178] Compiling Markdown Paragraph.swift
[75/178] Compiling Markdown CodeBlock.swift
[76/178] Compiling Markdown HTMLBlock.swift
[77/178] Compiling Markdown Heading.swift
[78/178] Compiling Markdown ThematicBreak.swift
[79/178] Compiling Markdown Table.swift
[80/178] Compiling Markdown TableBody.swift
[81/178] Compiling Markdown TableCell.swift
[82/178] Emitting module Markdown
[85/178] Compiling Starscream Data+Extensions.swift
[86/178] Compiling Starscream Engine.swift
[89/178] Compiling Starscream FoundationHTTPHandler.swift
[90/178] Compiling Starscream FoundationHTTPServerHandler.swift
[91/178] Compiling Starscream FrameCollector.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 {
/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 {
[100/179] Compiling Starscream FoundationSecurity.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 {
[101/179] Compiling Starscream Security.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 {
[102/179] Compiling Starscream Server.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 {
[103/194] 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 {
/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 {
BUILD FAILURE 6.1 android