Build Information
Failed to build GCDWebServer, reference master (584db8
), with Swift 6.0 for Linux on 11 Dec 2024 20:01:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/readium/GCDWebServer.git
Reference: master
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/readium/GCDWebServer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 584db89 4.0.1 (#13)
Cloned https://github.com/readium/GCDWebServer.git
Revision (git rev-parse @):
584db89a4c3c3be27206cce6afde037b2b6e38d8
SUCCESS checkout https://github.com/readium/GCDWebServer.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/readium/GCDWebServer.git
https://github.com/readium/GCDWebServer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "GCDWebServer",
"name" : "GCDWebServer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ReadiumGCDWebServer",
"targets" : [
"ReadiumGCDWebServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReadiumGCDWebServer",
"module_type" : "ClangTarget",
"name" : "ReadiumGCDWebServer",
"path" : "GCDWebServer",
"product_memberships" : [
"ReadiumGCDWebServer"
],
"sources" : [
"Core/GCDWebServer.m",
"Core/GCDWebServerConnection.m",
"Core/GCDWebServerFunctions.m",
"Core/GCDWebServerRequest.m",
"Core/GCDWebServerResponse.m",
"Requests/GCDWebServerDataRequest.m",
"Requests/GCDWebServerFileRequest.m",
"Requests/GCDWebServerMultiPartFormRequest.m",
"Requests/GCDWebServerURLEncodedFormRequest.m",
"Responses/GCDWebServerDataResponse.m",
"Responses/GCDWebServerErrorResponse.m",
"Responses/GCDWebServerFileResponse.m",
"Responses/GCDWebServerStreamedResponse.m"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
/host/spi-builder-workspace/GCDWebServer/Responses/GCDWebServerStreamedResponse.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
In file included from /host/spi-builder-workspace/GCDWebServer/Responses/GCDWebServerStreamedResponse.m:33:
/host/spi-builder-workspace/GCDWebServer/Responses/../Core/GCDWebServerPrivate.h:28:9: fatal error: 'os/object.h' file not found
28 | #import <os/object.h>
| ^~~~~~~~~~~~~
2 errors generated.
[0/13] Compiling GCDWebServerStreamedResponse.m
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerFunctions.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerFunctions.m:32:9: fatal error: 'TargetConditionals.h' file not found
32 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[0/13] Compiling GCDWebServerFunctions.m
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerConnection.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerConnection.m:32:9: fatal error: 'TargetConditionals.h' file not found
32 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[0/13] Compiling GCDWebServerConnection.m
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerResponse.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
In file included from /host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerResponse.m:35:
/host/spi-builder-workspace/GCDWebServer/Core/../Core/GCDWebServerPrivate.h:28:9: fatal error: 'os/object.h' file not found
28 | #import <os/object.h>
| ^~~~~~~~~~~~~
[0/13] Compiling GCDWebServerResponse.m
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServer.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServer.m:32:9: fatal error: 'TargetConditionals.h' file not found
32 | #import <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
[0/13] Compiling GCDWebServer.m
/host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerRequest.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
In file included from /host/spi-builder-workspace/GCDWebServer/Core/GCDWebServerRequest.m:35:
/host/spi-builder-workspace/GCDWebServer/Core/../Core/GCDWebServerPrivate.h:28:9: fatal error: 'os/object.h' file not found
28 | #import <os/object.h>
| ^~~~~~~~~~~~~
[0/13] Compiling GCDWebServerRequest.m
/host/spi-builder-workspace/GCDWebServer/Requests/GCDWebServerFileRequest.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
In file included from /host/spi-builder-workspace/GCDWebServer/Requests/GCDWebServerFileRequest.m:33:
/host/spi-builder-workspace/GCDWebServer/Requests/../Core/GCDWebServerPrivate.h:28:9: fatal error: 'os/object.h' file not found
28 | #import <os/object.h>
| ^~~~~~~~~~~~~
[0/13] Compiling GCDWebServerFileRequest.m
/host/spi-builder-workspace/GCDWebServer/Requests/GCDWebServerDataRequest.m:29:2: error: ReadiumGCDWebServer requires ARC
29 | #error ReadiumGCDWebServer requires ARC
| ^
In file included from /host/spi-builder-workspace/GCDWebServer/Requests/GCDWebServerDataRequest.m:33:
/host/spi-builder-workspace/GCDWebServer/Requests/../Core/GCDWebServerPrivate.h:28:9: fatal error: 'os/object.h' file not found
28 | #import <os/object.h>
| ^~~~~~~~~~~~~
[0/13] Compiling GCDWebServerDataRequest.m
BUILD FAILURE 6.0 linux