Build Information
Failed to build Acheron, reference master (9f4c26
), with Swift 5.9 for Linux on 25 Feb 2025 19:19:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aepryus/Acheron.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/aepryus/Acheron
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9f4c26b Merge pull request #2 from aepryus/v31
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
9f4c26b774086872be5d1fe30ceeb5fa5ff27ac7
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/aepryus/Acheron.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/54] Emitting module Acheron
[2/61] Compiling Acheron CellsView.swift
[3/61] Compiling Acheron CellsViewCell.swift
[4/61] Compiling Acheron ColorView.swift
[5/61] Compiling Acheron ExpandableCell.swift
[6/61] Compiling Acheron ExpandableTableView.swift
[7/61] Compiling Acheron Node.swift
[8/61] Compiling Acheron NodeCell.swift
[9/61] Compiling Acheron NodeColumn.swift
[10/61] Compiling Acheron NodeData.swift
[11/61] Compiling Acheron NodeHeader.swift
[12/61] Compiling Acheron NodeView.swift
[13/61] Compiling Acheron Screen.swift
[14/61] Compiling Acheron SplitterView.swift
[15/61] Compiling Acheron TripWire.swift
[16/61] Compiling Acheron Anchor.swift
[17/61] Compiling Acheron UIImageView+Acheron.swift
[18/61] Compiling Acheron UILabel+Acheron.swift
[19/61] Compiling Acheron UIView+Acheron.swift
[20/61] Compiling Acheron UIViewController+Acheron.swift
[21/61] Compiling Acheron AEControl.swift
[22/61] Compiling Acheron AETableView.swift
[23/61] Compiling Acheron AEView.swift
[24/61] Compiling Acheron AEViewController.swift
[25/61] Compiling Acheron Basket.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[26/61] Compiling Acheron Domain.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[27/61] Compiling Acheron Loom.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[28/61] Compiling Acheron Persist.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[29/61] Compiling Acheron SQLitePersist.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[30/61] Compiling Acheron Wrapper.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[31/61] Compiling Acheron BackgroundPond.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
var request: URLRequest = URLRequest(url: url)
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:33:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:42:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
~~~~~~~~ ^~~~~~~~~~
[32/61] Compiling Acheron Profiler.swift
[33/61] Compiling Acheron RGB.swift
[34/61] Compiling Acheron SafeMap.swift
[35/61] Compiling Acheron SafeSet.swift
[36/61] Compiling Acheron ScramMap.swift
[37/61] Compiling Acheron WeakSet.swift
[38/61] Compiling Acheron XMLtoAttributes.swift
[39/61] Compiling Acheron Pebble.swift
[40/61] Compiling Acheron Pond.swift
[41/61] Compiling Acheron AESync.swift
[42/61] Compiling Acheron AETimer.swift
[43/61] Compiling Acheron AsyncMap.swift
[44/61] Compiling Acheron Log.swift
[45/61] Compiling Acheron Pen.swift
[46/61] Compiling Acheron Array+Acheron.swift
[47/61] Compiling Acheron CALayer+Acheron.swift
[48/61] Compiling Acheron CGPoint+Acheron.swift
[49/61] Compiling Acheron CGRect+Acheron.swift
[50/61] Compiling Acheron CGSize+Acheron.swift
[51/61] Compiling Acheron CaseIterable+Acheron.swift
[52/61] Compiling Acheron Codable+Acheron.swift
[53/61] Compiling Acheron Comparable+Acheron.swift
[54/61] Compiling Acheron Date+Acheron.swift
[55/61] Compiling Acheron Dictionary+Acheron.swift
[56/61] Compiling Acheron NSMutableAttributedString+Acheron.swift
[57/61] Compiling Acheron String+Acheron.swift
[58/61] Compiling Acheron UIButton+Acheron.swift
[59/61] Compiling Acheron UIColor+Acheron.swift
[60/61] Compiling Acheron UIControl+Acheron.swift
[61/61] Compiling Acheron UIImage+Acheron.swift
error: fatalError
BUILD FAILURE 5.9 linux