Build Information
Failed to build OpenAPIKit, reference main (118d03), with Swift 6.2 for Linux on 29 Apr 2026 10:29:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.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/mattpolzin/OpenAPIKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 118d039 README and CONTRIBUTING updates
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
118d03942cb8d91093b5b33f53a6d86ab9016d22
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/jpsim/Yams.git
[1/2287] Fetching swift-docc-plugin
[2288/13838] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (0.54s)
[1964/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.58s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (1.96s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (2.19s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.92s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/39] Compiling OpenAPIKitCore CodingPathError.swift
[9/39] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[10/39] Compiling OpenAPIKitCore DiggingError.swift
[11/39] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[12/39] Compiling OpenAPIKitCore GenericError.swift
[13/43] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[14/43] Compiling OpenAPIKitCore Optional+Zip.swift
[15/43] Compiling OpenAPIKitCore Result+Value.swift
[16/43] Compiling OpenAPIKitCore Validatable.swift
[17/43] Emitting module OpenAPIKitCore
[18/43] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[19/43] Compiling OpenAPIKitCore AnyCodable.swift
[20/43] Compiling OpenAPIKitCore Either+Codable.swift
[21/43] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[22/43] Compiling OpenAPIKitCore Either.swift
[23/43] Compiling OpenAPIKitCore SecurityScheme.swift
[24/43] Compiling OpenAPIKitCore SharedOAuthFlows.swift
[25/43] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[26/43] Compiling OpenAPIKitCore URLTemplate.swift
[27/43] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[28/43] Compiling OpenAPIKitCore OrderedDictionary.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[29/43] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[30/43] Compiling OpenAPIKitCore Shared.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 | //are sendable. It is just difficult to prove that to the compiler so
389 | // I will have to work at that later.
390 | let anyValue = (key.0 as Any) as! any Sendable
| `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 | try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 | }
[31/43] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[32/43] Compiling OpenAPIKitCore JSONTypeFormat.swift
[33/43] Compiling OpenAPIKitCore Path.swift
[34/43] Compiling OpenAPIKitCore ResponseStatusCode.swift
[35/43] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[36/43] Compiling OpenAPIKitCore OpenAPIError.swift
[37/43] Compiling OpenAPIKitCore OpenAPIWarning.swift
[38/43] Compiling OpenAPIKitCore RequestDecodingError.swift
[39/43] Compiling OpenAPIKitCore OpenAPIReference.swift
[40/43] Compiling OpenAPIKitCore CallbackURL.swift
[41/43] Compiling OpenAPIKitCore ComponentKey.swift
[42/43] Compiling OpenAPIKitCore ContentType.swift
[43/43] Compiling OpenAPIKitCore HttpMethod.swift
[45/181] Compiling OpenAPIKit ResolvedRoute.swift
[46/181] Compiling OpenAPIKit DereferencedRequest.swift
[47/181] Compiling OpenAPIKit Request.swift
[48/181] Compiling OpenAPIKit TypesAndFormats.swift
[49/181] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[50/181] Compiling OpenAPIKit OAuthFlows.swift
[51/181] Compiling OpenAPIKit SecurityScheme.swift
[52/181] Compiling OpenAPIKit Server.swift
[53/181] Compiling OpenAPIKit Tag.swift
[60/190] Compiling OpenAPIKit URLTemplate+Validatable.swift
[61/190] Compiling OpenAPIKit Array+ExternallyDereferenceable.swift
[62/190] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[63/190] Compiling OpenAPIKit Dictionary+ExternallyDereferenceable.swift
[64/200] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[65/200] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[66/200] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[67/200] Compiling OpenAPIKit30 Validation+Builtins.swift
[68/200] Compiling OpenAPIKit30 Validation.swift
[69/200] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[70/200] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[71/200] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[72/200] Compiling OpenAPIKit ReferenceValidations.swift
[73/200] Compiling OpenAPIKit Either+Validatable.swift
[74/200] Compiling OpenAPIKit DocumentDecodingError.swift
[75/200] Compiling OpenAPIKit OperationDecodingError.swift
[76/200] Compiling OpenAPIKit PathDecodingError.swift
[77/200] Compiling OpenAPIKit ResponseDecodingError.swift
[78/200] Compiling OpenAPIKit Example.swift
[79/200] Compiling OpenAPIKit ExampleValue.swift
[80/200] Compiling OpenAPIKit ExternalDocumentation.swift
[81/200] Compiling OpenAPIKit ExternalLoader.swift
[82/200] Compiling OpenAPIKit DereferencedHeader.swift
[83/200] Compiling OpenAPIKit DereferencedContentPositionalEncoding.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[84/200] Compiling OpenAPIKit Discriminator.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[85/200] Compiling OpenAPIKit DereferencedDocument.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[86/200] Compiling OpenAPIKit Document.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[87/200] Compiling OpenAPIKit DocumentInfo.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[88/200] Compiling OpenAPIKit ResolvedDocument.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[89/200] Compiling OpenAPIKit Either+Convenience.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[90/200] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[91/200] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 | .split(separator: "/")
226 | .map(String.init)
227 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[96/200] Compiling OpenAPIKit DereferencedResponse.swift
[97/200] Compiling OpenAPIKit Response.swift
[98/200] Compiling OpenAPIKit RuntimeExpression.swift
[99/200] Compiling OpenAPIKit SchemaProtocols.swift
[100/200] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[105/200] Compiling OpenAPIKit Validation+Builtins.swift
[106/200] Compiling OpenAPIKit Validation.swift
[107/200] Compiling OpenAPIKit Validator+Convenience.swift
[108/200] Compiling OpenAPIKit Validator.swift
[109/200] Compiling OpenAPIKit XML.swift
[110/200] Compiling OpenAPIKit _CoreReExport.swift
[130/200] Compiling OpenAPIKit Either+Summarizable.swift
[141/200] Compiling OpenAPIKit Header.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[142/200] Compiling OpenAPIKit JSONReference.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[143/200] Compiling OpenAPIKit Link.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[144/200] Compiling OpenAPIKit OpenAPI.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[145/200] Compiling OpenAPIKit OpenAPIConditionalWarnings.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[146/200] Compiling OpenAPIKit DereferencedOperation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[147/200] Compiling OpenAPIKit Operation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[148/200] Compiling OpenAPIKit ResolvedEndpoint.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[149/200] Compiling OpenAPIKit DereferencedParameter.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[150/200] Compiling OpenAPIKit DereferencedSchemaContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit/JSONReference.swift:239:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
237 | .split(separator: "/")
238 | .map(String.init)
239 | .map(PathComponent.init(stringValue:))
| `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
240 |
241 | components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
error: compile command failed due to signal 9 (use -v to see invocation)
[151/200] Emitting module OpenAPIKit30
BUILD FAILURE 6.2 linux