Build Information
Failed to build HTTPRequestable, reference 0.50.0 (aae97b), with Swift 6.1 for Linux on 28 Feb 2026 04:47:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wmalloc/HTTPRequestable.git
Reference: 0.50.0
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/wmalloc/HTTPRequestable
* tag 0.50.0 -> FETCH_HEAD
HEAD is now at aae97bc Changes to Interceptor protocol names (#140)
Cloned https://github.com/wmalloc/HTTPRequestable.git
Revision (git rev-parse @):
aae97bc1ad72856a548b7c979fc5a603c3ca2ed1
SUCCESS checkout https://github.com/wmalloc/HTTPRequestable.git at 0.50.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/wmalloc/HTTPRequestable.git
https://github.com/wmalloc/HTTPRequestable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
}
],
"manifest_display_name" : "HTTPRequestable",
"name" : "HTTPRequestable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "HTTPRequestable",
"targets" : [
"HTTPRequestable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MockURLProtocol",
"targets" : [
"MockURLProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MockURLProtocol",
"module_type" : "SwiftTarget",
"name" : "MockURLProtocol",
"path" : "Sources/MockURLProtocol",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"MockURLProtocol"
],
"sources" : [
"Bundle+LoadData.swift",
"HTTPField.Name+Testing.swift",
"HTTPRequestConfigurable+Testing.swift",
"MockURLProtocol.swift",
"RequestHandlerStorage.swift",
"String+Testing.swift",
"TestIdentifiable.swift"
],
"target_dependencies" : [
"HTTPRequestable"
],
"type" : "library"
},
{
"c99name" : "HTTPRequestableTests",
"module_type" : "SwiftTarget",
"name" : "HTTPRequestableTests",
"path" : "Tests/HTTPRequestableTests",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HTTPRequestableTests/MockData",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BundleCertificatesTests.swift",
"HTTPContentTypeTests.swift",
"HTTPFieldValuesTests.swift",
"HTTPHeadersTests.swift",
"HTTPRequestModifierTests.swift",
"HTTPRequestableTests.swift",
"HackerNews.swift",
"HackerNewsAPITests.swift",
"HeaderFieldsTests.swift",
"MultiformDataTests.swift",
"QualityEncodedTests.swift",
"RequestInterceptorTests.swift",
"StoryListRequest.swift",
"URLSessionConfigurationTests.swift"
],
"target_dependencies" : [
"HTTPRequestable",
"MockURLProtocol"
],
"type" : "test"
},
{
"c99name" : "HTTPRequestable",
"module_type" : "SwiftTarget",
"name" : "HTTPRequestable",
"path" : "Sources/HTTPRequestable",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"HTTPRequestable",
"MockURLProtocol"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/HTTPRequestable/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/Data+Validation.swift",
"Extensions/FileManager+Temp.swift",
"Extensions/HTTPField+Common.swift",
"Extensions/HTTPField+Default.swift",
"Extensions/HTTPField.Name+Common.swift",
"Extensions/HTTPFields+Default.swift",
"Extensions/HTTPFields+Transferable.swift",
"Extensions/HTTPRequest+ContentTypes.swift",
"Extensions/HTTPResponse+ContentType.swift",
"Extensions/HTTPResponse+Error.swift",
"Extensions/HTTPURLResponse+Status.swift",
"Extensions/OperatingSystemVersion+Version.swift",
"Extensions/ProcessInfo+AppName.swift",
"Extensions/String+ASCII.swift",
"Extensions/String+OSName.swift",
"Extensions/String+UserAgent.swift",
"Extensions/URL+QueryItems.swift",
"Extensions/URLRequest+Builder.swift",
"Extensions/URLRequest+HTTPField.swift",
"Extensions/URLRequest+HTTPFields.swift",
"Extensions/URLResponse+HTTPResponse.swift",
"Extensions/URLSessionConfiguration+HTTPFields.swift",
"HTTPContentType.swift",
"HTTPDataResponse.swift",
"HTTPEnvironment.swift",
"HTTPError.swift",
"HTTPRequestConfigurable+Builder.swift",
"HTTPRequestConfigurable.swift",
"HTTPRequestConvertible.swift",
"HTTPTransferable.swift",
"HTTPTransportable.swift",
"Interceptors/HTTPInterceptor.swift",
"Interceptors/LoggerInterceptor.swift",
"Interceptors/OSLogInterceptor.swift",
"Model/KeyedItem.swift",
"Model/Quality+Languages.swift",
"Model/Quality.swift",
"MultipartForm/AnyMultipartFormBodyPart.swift",
"MultipartForm/Data+OutputStream.swift",
"MultipartForm/FileManager+Size.swift",
"MultipartForm/MultipartForm.swift",
"MultipartForm/MultipartFormBodyPart.swift",
"MultipartForm/MultipartFormError.swift",
"MultipartForm/String+MultipartForm.swift",
"MultipartForm/URLRequest+Multipart.swift",
"RequestModifier/HTTPRequest+Modifier.swift",
"RequestModifier/HTTPRequestHeadersModifier.swift",
"RequestModifier/HTTPRequestModifier.swift",
"RequestModifier/URLRequest+Modifier.swift",
"Security/Bundle+Certificates.swift",
"Security/HTTPServerTrustEvaluating.swift",
"Security/SecCertificate+Trust.swift",
"Security/SecKey+Trust.swift",
"Security/SecTrust+Trust.swift",
"Security/TrustError.swift",
"URLConvertible.swift",
"URLRequestConvertible.swift",
"URLSession+API.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-http-types.git
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.19s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.83s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Building for debugging...
[0/7] Write sources
[1/7] Copying Localizable.xcstrings
[2/7] Write sources
[4/7] Copying Info.plist
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/16] Compiling HTTPTypes HTTPParsedFields.swift
[9/17] Compiling HTTPTypes HTTPResponse.swift
[10/17] Compiling HTTPTypes ISOLatin1String.swift
[11/17] Compiling HTTPTypes NIOLock.swift
[12/17] Compiling HTTPTypes HTTPRequest+URL.swift
[13/17] Compiling HTTPTypes HTTPRequest.swift
[14/17] Emitting module HTTPTypes
[15/17] Compiling HTTPTypes HTTPField.swift
[16/17] Compiling HTTPTypes HTTPFieldName.swift
[17/17] Compiling HTTPTypes HTTPFields.swift
[19/24] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[20/24] Emitting module HTTPTypesFoundation
[21/24] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[22/24] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[23/24] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[24/24] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[26/78] Compiling HTTPRequestable Data+Validation.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[27/78] Compiling HTTPRequestable FileManager+Temp.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[28/78] Compiling HTTPRequestable HTTPField+Common.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[29/78] Compiling HTTPRequestable HTTPField+Default.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[30/78] Compiling HTTPRequestable HTTPField.Name+Common.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[31/78] Compiling HTTPRequestable HTTPFields+Default.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[32/78] Compiling HTTPRequestable HTTPFields+Transferable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[33/78] Compiling HTTPRequestable HTTPRequest+ContentTypes.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[34/85] Compiling HTTPRequestable HTTPInterceptor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[35/85] Compiling HTTPRequestable LoggerInterceptor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[36/85] Compiling HTTPRequestable OSLogInterceptor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[37/85] Compiling HTTPRequestable KeyedItem.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[38/85] Compiling HTTPRequestable Quality+Languages.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[39/85] Compiling HTTPRequestable Quality.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[40/85] Compiling HTTPRequestable AnyMultipartFormBodyPart.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[41/85] Compiling HTTPRequestable HTTPResponse+ContentType.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[42/85] Compiling HTTPRequestable HTTPResponse+Error.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[43/85] Compiling HTTPRequestable HTTPURLResponse+Status.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[44/85] Compiling HTTPRequestable OperatingSystemVersion+Version.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[45/85] Compiling HTTPRequestable ProcessInfo+AppName.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[46/85] Compiling HTTPRequestable String+ASCII.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[47/85] Compiling HTTPRequestable String+OSName.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[48/85] Compiling HTTPRequestable String+UserAgent.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[49/85] Compiling HTTPRequestable URL+QueryItems.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[50/85] Compiling HTTPRequestable URLRequest+Builder.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[51/85] Compiling HTTPRequestable URLRequest+HTTPField.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[52/85] Compiling HTTPRequestable URLRequest+HTTPFields.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[53/85] Compiling HTTPRequestable URLResponse+HTTPResponse.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[54/85] Compiling HTTPRequestable URLSessionConfiguration+HTTPFields.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[55/85] Compiling HTTPRequestable HTTPContentType.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[56/85] Compiling HTTPRequestable HTTPDataResponse.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[57/85] Compiling HTTPRequestable HTTPRequest+Modifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[58/85] Compiling HTTPRequestable HTTPRequestHeadersModifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[59/85] Compiling HTTPRequestable HTTPRequestModifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[60/85] Compiling HTTPRequestable URLRequest+Modifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[61/85] Compiling HTTPRequestable Bundle+Certificates.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[62/85] Compiling HTTPRequestable HTTPServerTrustEvaluating.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[63/85] Compiling HTTPRequestable SecCertificate+Trust.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[64/85] Compiling HTTPRequestable HTTPEnvironment.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[65/85] Compiling HTTPRequestable HTTPError.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[66/85] Compiling HTTPRequestable HTTPRequestConfigurable+Builder.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[67/85] Compiling HTTPRequestable HTTPRequestConfigurable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[68/85] Compiling HTTPRequestable HTTPRequestConvertible.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[69/85] Compiling HTTPRequestable HTTPTransferable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[70/85] Compiling HTTPRequestable HTTPTransportable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[71/85] Compiling HTTPRequestable SecKey+Trust.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[72/85] Compiling HTTPRequestable SecTrust+Trust.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[73/85] Compiling HTTPRequestable TrustError.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[74/85] Compiling HTTPRequestable URLConvertible.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[75/85] Compiling HTTPRequestable URLRequestConvertible.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[76/85] Compiling HTTPRequestable URLSession+API.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[77/85] Compiling HTTPRequestable resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/85] Emitting module HTTPRequestable
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[79/85] Compiling HTTPRequestable Data+OutputStream.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[80/85] Compiling HTTPRequestable FileManager+Size.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[81/85] Compiling HTTPRequestable MultipartForm.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[82/85] Compiling HTTPRequestable MultipartFormBodyPart.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[83/85] Compiling HTTPRequestable MultipartFormError.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[84/85] Compiling HTTPRequestable String+MultipartForm.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[85/85] Compiling HTTPRequestable URLRequest+Multipart.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/10] Compiling HTTPTypes ISOLatin1String.swift
[3/11] Compiling HTTPTypes HTTPParsedFields.swift
[4/11] Compiling HTTPTypes HTTPRequest+URL.swift
[5/11] Compiling HTTPTypes NIOLock.swift
[6/11] Compiling HTTPTypes HTTPResponse.swift
[7/11] Compiling HTTPTypes HTTPRequest.swift
[8/11] Compiling HTTPTypes HTTPField.swift
[9/11] Compiling HTTPTypes HTTPFieldName.swift
[10/11] Compiling HTTPTypes HTTPFields.swift
[11/11] Emitting module HTTPTypes
[13/18] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[14/18] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[15/18] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[16/18] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[17/18] Emitting module HTTPTypesFoundation
[18/18] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[20/72] Compiling HTTPRequestable HTTPRequest+Modifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[21/72] Compiling HTTPRequestable HTTPRequestHeadersModifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[22/72] Compiling HTTPRequestable HTTPRequestModifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[23/72] Compiling HTTPRequestable URLRequest+Modifier.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[24/72] Compiling HTTPRequestable Bundle+Certificates.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[25/72] Compiling HTTPRequestable HTTPServerTrustEvaluating.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[26/72] Compiling HTTPRequestable SecCertificate+Trust.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[27/72] Compiling HTTPRequestable Data+Validation.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[28/72] Compiling HTTPRequestable FileManager+Temp.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[29/72] Compiling HTTPRequestable HTTPField+Common.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[30/72] Compiling HTTPRequestable HTTPField+Default.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[31/72] Compiling HTTPRequestable HTTPField.Name+Common.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[32/72] Compiling HTTPRequestable HTTPFields+Default.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[33/72] Compiling HTTPRequestable HTTPFields+Transferable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[34/72] Compiling HTTPRequestable HTTPRequest+ContentTypes.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/79] Emitting module HTTPRequestable
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[36/79] Compiling HTTPRequestable URL+QueryItems.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[37/79] Compiling HTTPRequestable URLRequest+Builder.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[38/79] Compiling HTTPRequestable URLRequest+HTTPField.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[39/79] Compiling HTTPRequestable URLRequest+HTTPFields.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[40/79] Compiling HTTPRequestable URLResponse+HTTPResponse.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[41/79] Compiling HTTPRequestable URLSessionConfiguration+HTTPFields.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[42/79] Compiling HTTPRequestable HTTPContentType.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[43/79] Compiling HTTPRequestable HTTPDataResponse.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[44/79] Compiling HTTPRequestable HTTPResponse+ContentType.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[45/79] Compiling HTTPRequestable HTTPResponse+Error.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[46/79] Compiling HTTPRequestable HTTPURLResponse+Status.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[47/79] Compiling HTTPRequestable OperatingSystemVersion+Version.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[48/79] Compiling HTTPRequestable ProcessInfo+AppName.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[49/79] Compiling HTTPRequestable String+ASCII.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[50/79] Compiling HTTPRequestable String+OSName.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[51/79] Compiling HTTPRequestable String+UserAgent.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[52/79] Compiling HTTPRequestable HTTPEnvironment.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[53/79] Compiling HTTPRequestable HTTPError.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[54/79] Compiling HTTPRequestable HTTPRequestConfigurable+Builder.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[55/79] Compiling HTTPRequestable HTTPRequestConfigurable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[56/79] Compiling HTTPRequestable HTTPRequestConvertible.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[57/79] Compiling HTTPRequestable HTTPTransferable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[58/79] Compiling HTTPRequestable HTTPTransportable.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[59/79] Compiling HTTPRequestable SecKey+Trust.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[60/79] Compiling HTTPRequestable SecTrust+Trust.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[61/79] Compiling HTTPRequestable TrustError.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[62/79] Compiling HTTPRequestable URLConvertible.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[63/79] Compiling HTTPRequestable URLRequestConvertible.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[64/79] Compiling HTTPRequestable URLSession+API.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[65/79] Compiling HTTPRequestable resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[66/79] Compiling HTTPRequestable HTTPInterceptor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[67/79] Compiling HTTPRequestable LoggerInterceptor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[68/79] Compiling HTTPRequestable OSLogInterceptor.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[69/79] Compiling HTTPRequestable KeyedItem.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[70/79] Compiling HTTPRequestable Quality+Languages.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[71/79] Compiling HTTPRequestable Quality.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[72/79] Compiling HTTPRequestable AnyMultipartFormBodyPart.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[73/79] Compiling HTTPRequestable Data+OutputStream.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[74/79] Compiling HTTPRequestable FileManager+Size.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[75/79] Compiling HTTPRequestable MultipartForm.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[76/79] Compiling HTTPRequestable MultipartFormBodyPart.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[77/79] Compiling HTTPRequestable MultipartFormError.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[78/79] Compiling HTTPRequestable String+MultipartForm.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
[79/79] Compiling HTTPRequestable URLRequest+Multipart.swift
/host/spi-builder-workspace/Sources/HTTPRequestable/HTTPRequestConfigurable.swift:10:8: error: no such module 'OSLog'
8 | import HTTPTypes
9 | import HTTPTypesFoundation
10 | import OSLog
| `- error: no such module 'OSLog'
11 |
12 | /// Method
BUILD FAILURE 6.1 linux