Build Information
Failed to build OpenAPISwiftCodeGenerate, reference main (2785b1), with Swift 6.1 for Android on 28 May 2025 18:06:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/openapi-swift-code-generate.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/amzn/openapi-swift-code-generate
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2785b1d Update SwaggerParser repository location because original is 404
Cloned https://github.com/amzn/openapi-swift-code-generate.git
Revision (git rev-parse @):
2785b1dd472850c470b5cd3c9b727ce3dff4827d
SUCCESS checkout https://github.com/amzn/openapi-swift-code-generate.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/amzn/openapi-swift-code-generate.git
https://github.com/amzn/openapi-swift-code-generate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swaggerparser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/knovichikhin/SwaggerParser.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-alpha.9",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "service-model-swift-code-generate",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/amzn/service-model-swift-code-generate"
}
],
"manifest_display_name" : "OpenAPISwiftCodeGenerate",
"name" : "OpenAPISwiftCodeGenerate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwaggerServiceModel",
"targets" : [
"SwaggerServiceModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAPIServiceModel",
"targets" : [
"OpenAPIServiceModel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwaggerServiceModel",
"module_type" : "SwiftTarget",
"name" : "SwaggerServiceModel",
"path" : "Sources/SwaggerServiceModel",
"product_dependencies" : [
"ServiceModelCodeGeneration",
"Yams",
"SwaggerParser",
"OpenAPIKit30"
],
"product_memberships" : [
"SwaggerServiceModel"
],
"sources" : [
"SwaggerServiceModel+createSwaggerModel.swift",
"SwaggerServiceModel+parseSchemas.swift",
"SwaggerServiceModel+setOperationInput.swift",
"SwaggerServiceModel+setOperationOutput.swift",
"SwaggerServiceModel.swift"
],
"type" : "library"
},
{
"c99name" : "OpenAPIServiceModel",
"module_type" : "SwiftTarget",
"name" : "OpenAPIServiceModel",
"path" : "Sources/OpenAPIServiceModel",
"product_dependencies" : [
"ServiceModelCodeGeneration",
"Yams",
"SwaggerParser",
"OpenAPIKit30"
],
"product_memberships" : [
"OpenAPIServiceModel"
],
"sources" : [
"CreateOpenAPIServiceModel.swift",
"OpenAPIServiceModel.swift",
"ParseSchemas.swift",
"SetOperationInput.swift",
"SetOperationOutput.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/amzn/service-model-swift-code-generate
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
[1/477] Fetching swaggerparser
[478/2026] Fetching swaggerparser, service-model-swift-code-generate
[1145/12683] Fetching swaggerparser, service-model-swift-code-generate, yams
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (0.40s)
[2082/12206] Fetching service-model-swift-code-generate, yams
[3149/100116] Fetching service-model-swift-code-generate, yams, openapikit
Fetched https://github.com/amzn/service-model-swift-code-generate from cache (2.70s)
[86260/98567] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (2.75s)
[77361/87910] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (4.62s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (7.54s)
Computing version for https://github.com/amzn/service-model-swift-code-generate
Computed https://github.com/amzn/service-model-swift-code-generate at 3.1.1 (0.60s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.60s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.79s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/amzn/service-model-swift-code-generate
Working copy of https://github.com/amzn/service-model-swift-code-generate resolved at 3.1.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.5.2
Creating working copy for https://github.com/knovichikhin/SwaggerParser.git
Working copy of https://github.com/knovichikhin/SwaggerParser.git resolved at 0.6.4
Building for debugging...
[0/18] Write sources
[8/18] Compiling writer.c
[9/18] Compiling reader.c
[10/18] Compiling parser.c
[11/18] Compiling api.c
[12/18] Write swift-version-24593BA9C3E375BF.txt
[13/18] Compiling emitter.c
[14/18] Compiling scanner.c
[16/113] Compiling Yams Mark.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[17/113] Compiling Yams Node.Mapping.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[19/114] Compiling Yams Node.Scalar.swift
[20/114] Compiling Yams Node.Sequence.swift
[21/114] Compiling Yams Node.swift
[22/114] Compiling Yams Parser.swift
[23/118] Compiling Yams Representer.swift
[24/118] Compiling Yams Resolver.swift
[25/118] Compiling OpenAPIKitCore OrderedDictionary.swift
[26/118] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[27/118] Compiling OpenAPIKitCore Shared.swift
[28/118] Compiling OpenAPIKitCore CallbackURL.swift
[29/123] Compiling OpenAPIKitCore OAuthFlows.swift
[30/123] Compiling OpenAPIKitCore ParameterContextLocation.swift
[31/123] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[32/123] Compiling OpenAPIKitCore Path.swift
[33/123] Compiling OpenAPIKitCore ResponseStatusCode.swift
[34/123] Compiling OpenAPIKitCore SecurityScheme.swift
[35/123] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[36/123] Compiling OpenAPIKitCore URLTemplate.swift
[37/123] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[38/123] Compiling OpenAPIKitCore Optional+Zip.swift
[39/123] Compiling OpenAPIKitCore Result+Value.swift
[40/123] Compiling OpenAPIKitCore Validatable.swift
[41/123] Compiling SwaggerParser SchemaType.swift
[42/123] Compiling SwaggerParser SecuritySchema.swift
[43/123] Compiling SwaggerParser StringFormat.swift
[44/123] Compiling SwaggerParser StringItem.swift
[45/123] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[46/123] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[47/123] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[48/123] Compiling ServiceModelEntities String+nameConversions.swift
[49/123] Compiling SwaggerParser StringMetadata.swift
[50/123] Compiling SwaggerParser Structure.swift
[51/123] Compiling SwaggerParser Swagger.swift
[52/123] Compiling SwaggerParser Tag.swift
[53/123] Compiling SwaggerParser Version.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[58/123] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[61/123] Compiling ServiceModelEntities ServiceModel.swift
[62/123] Compiling Yams Emitter.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[63/123] Compiling Yams Encoder.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[64/123] Compiling Yams Constructor.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[65/123] Compiling Yams Decoder.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[66/123] Emitting module OpenAPIKitCore
[80/123] Compiling OpenAPIKitCore ComponentKey.swift
[81/123] Compiling OpenAPIKitCore ContentType.swift
[82/123] Compiling OpenAPIKitCore Discriminator.swift
[83/123] Compiling OpenAPIKitCore HttpMethod.swift
[84/123] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[85/123] Compiling OpenAPIKitCore JSONTypeFormat.swift
[102/123] Emitting module SwaggerParser
[109/124] Emitting module ServiceModelEntities
[110/124] Compiling ServiceModelEntities ModelEntities.swift
[115/125] Compiling ServiceModelEntities ModelOverride.swift
[116/125] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[123/126] Wrapping AST for SwaggerParser for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/99] Compiling OpenAPIKitCore InconsistencyError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[3/99] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[4/100] Compiling OpenAPIKitCore CallbackURL.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[5/100] Compiling OpenAPIKitCore ComponentKey.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[6/100] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[7/100] Compiling OpenAPIKitCore Either.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[8/100] Compiling OpenAPIKitCore CodingPathError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[9/100] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[10/100] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[11/100] Compiling OpenAPIKitCore Shared.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[12/100] Compiling OpenAPIKitCore DiggingError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[13/100] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[14/100] Compiling ServiceModelEntities ServiceModel.swift
[15/100] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[16/100] Compiling ServiceModelEntities String+nameConversions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/100] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[18/100] Compiling OpenAPIKitCore AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[19/100] Compiling OpenAPIKitCore Either+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[20/100] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
17 | #else
18 | import CoreFoundation
19 | import Glibc
| `- error: no such module 'Glibc'
20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
21 | #endif
[21/100] Compiling ServiceModelEntities ModelEntities.swift
[22/100] Emitting module ServiceModelEntities
[23/100] Compiling ServiceModelEntities ModelOverride.swift
[24/101] Compiling OpenAPIKitCore ResponseStatusCode.swift
[25/101] Compiling OpenAPIKitCore SecurityScheme.swift
[26/101] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[27/101] Compiling OpenAPIKitCore URLTemplate.swift
[29/105] Emitting module SwaggerParser
BUILD FAILURE 6.1 android