Build Information
Failed to build Acheron, reference master (5c1b67
), with Swift 6.0 for Linux on 9 Sep 2025 17:36:53 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.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 5c1b679 await/async pebble added
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
5c1b67943abffba1e17b074c2287d49a4cfece4e
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/aepryus/Acheron.git
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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/57] Emitting module Acheron
[4/64] Compiling Acheron CellsView.swift
[5/64] Compiling Acheron CellsViewCell.swift
[6/64] Compiling Acheron ColorView.swift
[7/64] Compiling Acheron ExpandableCell.swift
[8/64] Compiling Acheron ExpandableTableView.swift
[9/64] Compiling Acheron Node.swift
[10/64] Compiling Acheron NodeCell.swift
[11/64] Compiling Acheron NodeColumn.swift
[12/64] Compiling Acheron UIImageView+Acheron.swift
[13/64] Compiling Acheron UILabel+Acheron.swift
[14/64] Compiling Acheron UIView+Acheron.swift
[15/64] Compiling Acheron UIViewController+Acheron.swift
[16/64] Compiling Acheron AEControl.swift
[17/64] Compiling Acheron AETableView.swift
[18/64] Compiling Acheron AEView.swift
[19/64] Compiling Acheron AEViewController.swift
[20/64] Compiling Acheron Profiler.swift
[21/64] Compiling Acheron RGB.swift
[22/64] Compiling Acheron SafeMap.swift
[23/64] Compiling Acheron SafeSet.swift
[24/64] Compiling Acheron ScramMap.swift
[25/64] Compiling Acheron WeakSet.swift
[26/64] Compiling Acheron XMLtoAttributes.swift
[27/64] Compiling Acheron Date+Acheron.swift
[28/64] Compiling Acheron Dictionary+Acheron.swift
[29/64] Compiling Acheron NSMutableAttributedString+Acheron.swift
[30/64] Compiling Acheron String+Acheron.swift
[31/64] Compiling Acheron UIButton+Acheron.swift
[32/64] Compiling Acheron UIColor+Acheron.swift
[33/64] Compiling Acheron UIControl+Acheron.swift
[34/64] Compiling Acheron UIImage+Acheron.swift
[35/64] Compiling Acheron Array+Acheron.swift
[36/64] Compiling Acheron CALayer+Acheron.swift
[37/64] Compiling Acheron CGPoint+Acheron.swift
[38/64] Compiling Acheron CGRect+Acheron.swift
[39/64] Compiling Acheron CGSize+Acheron.swift
[40/64] Compiling Acheron CaseIterable+Acheron.swift
[41/64] Compiling Acheron Codable+Acheron.swift
[42/64] Compiling Acheron Comparable+Acheron.swift
[43/64] Compiling Acheron NodeData.swift
[44/64] Compiling Acheron NodeHeader.swift
[45/64] Compiling Acheron NodeView.swift
[46/64] Compiling Acheron Screen.swift
[47/64] Compiling Acheron SplitterView.swift
[48/64] Compiling Acheron TripWire.swift
[49/64] Compiling Acheron Anchor.swift
[50/64] Compiling Acheron Basket.swift
[51/64] Compiling Acheron Pond.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[52/64] Compiling Acheron AESync.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[53/64] Compiling Acheron AETimer.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[54/64] Compiling Acheron AsyncMap.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[55/64] Compiling Acheron CSV.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[56/64] Compiling Acheron Log.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[57/64] Compiling Acheron Pen.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
15 | url = URL(fileURLWithPath: path)
16 | if !FileManager.default.fileExists(atPath: url!.path) {
17 | FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
18 | }
19 | }
[58/64] Compiling Acheron Domain.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[59/64] Compiling Acheron Loom.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[60/64] Compiling Acheron Persist.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[61/64] Compiling Acheron SQLitePersist.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[62/64] Compiling Acheron Wrapper.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[63/64] Compiling Acheron BackgroundPond.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
[64/64] Compiling Acheron Pebble.swift
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:28:22: error: cannot find type 'URLRequest' in scope
26 |
27 | let url: URL = URL(string: urlString)!
28 | var request: URLRequest = URLRequest(url: url)
| `- error: cannot find type 'URLRequest' in scope
29 | request.httpMethod = method.token
30 | request.setValue("application/json", forHTTPHeaderField: "Content-Type")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:34:31: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
32 | if method == .post, let params { request.httpBody = params.toJSON().data(using: .utf8) }
33 |
34 | let task = URLSession.shared.dataTask(with: request) { (data: Data?, response: URLResponse?, error: Error?) in
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
35 | guard error == nil else {
36 | print("error: \(error!)")
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:40: warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- warning: conditional downcast from 'URLResponse?' (aka 'Optional<AnyObject>') to 'HTTPURLResponse' (aka 'AnyObject') does nothing
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
/host/spi-builder-workspace/Sources/Acheron/Network/Wrapper.swift:43:92: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
41 | guard let data else { failure(); return }
42 |
43 | if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
44 | print("\n[ \(path) : \(response.statusCode) ] ===================================================")
45 | if let headers = request.allHTTPHeaderFields { print("headers ========================\n\(headers.toJSON())\n") }
BUILD FAILURE 6.0 linux