Build Information
Failed to build FeedKit, reference main (256d04
), with Swift 5.10 for Linux on 11 Apr 2025 20:48:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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/nmdias/FeedKit.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/nmdias/FeedKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 256d04e Run format.sh
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
256d04ed9e11b086b3c5047b130704851fcf68f0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmdias/FeedKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/nmdias/FeedKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Emitting module XMLKit
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:66:14: warning: stored property 'encoding' of 'Sendable'-conforming struct 'XMLHeader' has non-sendable type 'String.Encoding'
public var encoding: String.Encoding
^
Foundation.String:2:19: note: struct 'Encoding' does not conform to the 'Sendable' protocol
public struct Encoding : RawRepresentable {
^
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[5/26] Compiling XMLKit XMLCodingKey.swift
[6/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[7/26] Compiling XMLKit XMLEncoder.swift
[8/26] Compiling XMLKit XMLError.swift
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:66:14: warning: stored property 'encoding' of 'Sendable'-conforming struct 'XMLHeader' has non-sendable type 'String.Encoding'
public var encoding: String.Encoding
^
Foundation.String:2:19: note: struct 'Encoding' does not conform to the 'Sendable' protocol
public struct Encoding : RawRepresentable {
^
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[9/26] Compiling XMLKit XMLHeader.swift
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:66:14: warning: stored property 'encoding' of 'Sendable'-conforming struct 'XMLHeader' has non-sendable type 'String.Encoding'
public var encoding: String.Encoding
^
Foundation.String:2:19: note: struct 'Encoding' does not conform to the 'Sendable' protocol
public struct Encoding : RawRepresentable {
^
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[10/26] Compiling XMLKit XMLNamespaceCodable.swift
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:66:14: warning: stored property 'encoding' of 'Sendable'-conforming struct 'XMLHeader' has non-sendable type 'String.Encoding'
public var encoding: String.Encoding
^
Foundation.String:2:19: note: struct 'Encoding' does not conform to the 'Sendable' protocol
public struct Encoding : RawRepresentable {
^
/host/spi-builder-workspace/Sources/XMLKit/XMLHeader.swift:24:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/26] Compiling XMLKit String + escapeCharacters.swift
[12/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[13/26] Compiling XMLKit XMLDecoder.swift
[14/26] Compiling XMLKit XMLNode.swift
[15/26] Compiling XMLKit XMLReader.swift
[16/26] Compiling XMLKit XMLDocument.swift
[17/26] Compiling XMLKit XMLDocumentConvertible.swift
[18/26] Compiling XMLKit XMLElement.swift
[19/26] Compiling XMLKit XMLStack.swift
[20/26] Compiling XMLKit XMLStringConvertible.swift
[21/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[22/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[23/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[24/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[25/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[26/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[28/104] Compiling FeedKit String + toBool.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[29/104] Compiling FeedKit String + toDuration.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[30/104] Compiling FeedKit String + toGMLPosition.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[31/104] Compiling FeedKit String + toKeywords.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[32/104] Compiling FeedKit String + toMediaTags.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[33/104] Compiling FeedKit Feed.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[34/104] Compiling FeedKit FeedDateFormatter.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[35/104] Compiling FeedKit FeedError.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[36/104] Compiling FeedKit FeedInitializable.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[37/104] Compiling FeedKit FeedNamespace.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[38/104] Compiling FeedKit FeedType.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' has no member 'data'
let (data, response) = try await session.data(from: url)
~~~~~~~ ^~~~
[39/114] Compiling FeedKit MediaEmbed.swift
[40/114] Compiling FeedKit MediaGroup.swift
[41/114] Compiling FeedKit MediaHash.swift
[42/114] Compiling FeedKit MediaLicence.swift
[43/114] Compiling FeedKit MediaLocation.swift
[44/114] Compiling FeedKit MediaParam.swift
[45/114] Compiling FeedKit MediaPeerLink.swift
[46/114] Compiling FeedKit MediaPlayer.swift
[47/114] Compiling FeedKit MediaPrice.swift
[48/114] Compiling FeedKit MediaRating.swift
[49/114] Compiling FeedKit MediaReponses.swift
[50/114] Compiling FeedKit RSSFeedGUID.swift
[51/114] Compiling FeedKit RSSFeedImage.swift
[52/114] Compiling FeedKit RSSFeedItem.swift
[53/114] Compiling FeedKit RSSFeedSkipDay.swift
[54/114] Compiling FeedKit RSSFeedSkipHours.swift
[55/114] Compiling FeedKit RSSFeedSource.swift
[56/114] Compiling FeedKit RSSFeedTextInput.swift
[57/114] Compiling FeedKit Atom.swift
[58/114] Compiling FeedKit AtomLink.swift
[59/114] Compiling FeedKit Content.swift
[60/114] Compiling FeedKit DublinCore.swift
[61/114] Compiling FeedKit MediaRestriction.swift
[62/114] Compiling FeedKit MediaRights.swift
[63/114] Compiling FeedKit MediaScene.swift
[64/114] Compiling FeedKit MediaScenes.swift
[65/114] Compiling FeedKit MediaStarRating.swift
[66/114] Compiling FeedKit MediaStatistics.swift
[67/114] Compiling FeedKit MediaStatus.swift
[68/114] Compiling FeedKit MediaSubTitle.swift
[69/114] Compiling FeedKit MediaTag.swift
[70/114] Compiling FeedKit MediaText.swift
[71/114] Compiling FeedKit AtomFeedTitle.swift
[72/114] Compiling FeedKit JSONFeed.swift
[73/114] Compiling FeedKit JSONFeedAttachment.swift
[74/114] Compiling FeedKit JSONFeedAuthor.swift
[75/114] Compiling FeedKit JSONFeedHub.swift
[76/114] Compiling FeedKit JSONFeedItem.swift
[77/114] Compiling FeedKit RSSFeed.swift
[78/114] Compiling FeedKit RSSFeedCategory.swift
[79/114] Compiling FeedKit RSSFeedChannel.swift
[80/114] Compiling FeedKit RSSFeedCloud.swift
[81/114] Compiling FeedKit RSSFeedEnclosure.swift
[82/114] Compiling FeedKit MediaThumbnail.swift
[83/114] Compiling FeedKit MediaTitle.swift
[84/114] Compiling FeedKit Syndication.swift
[85/114] Compiling FeedKit SyndicationUpdatePeriod.swift
[86/114] Compiling FeedKit Youtube.swift
[87/114] Compiling FeedKit ITunes.swift
[88/114] Compiling FeedKit iTunesCategory.swift
[89/114] Compiling FeedKit iTunesImage.swift
[90/114] Compiling FeedKit iTunesOwner.swift
[91/114] Compiling FeedKit iTunesSubCategory.swift
[92/114] Compiling FeedKit AtomFeed.swift
[93/114] Compiling FeedKit AtomFeedAuthor.swift
[94/114] Compiling FeedKit AtomFeedCategory.swift
[95/114] Compiling FeedKit AtomFeedContent.swift
[96/114] Compiling FeedKit AtomFeedContributor.swift
[97/114] Compiling FeedKit AtomFeedEntry.swift
[98/114] Compiling FeedKit AtomFeedGenerator.swift
[99/114] Compiling FeedKit AtomFeedLink.swift
[100/114] Compiling FeedKit AtomFeedSource.swift
[101/114] Compiling FeedKit AtomFeedSubtitle.swift
[102/114] Compiling FeedKit AtomFeedSummary.swift
[103/114] Compiling FeedKit GMLPoint.swift
[104/114] Compiling FeedKit GeoRSS.swift
[105/114] Compiling FeedKit Media.swift
[106/114] Compiling FeedKit MediaBacklinks.swift
[107/114] Compiling FeedKit MediaCategory.swift
[108/114] Compiling FeedKit MediaComments.swift
[109/114] Compiling FeedKit MediaCommunity.swift
[110/114] Compiling FeedKit MediaContent.swift
[111/114] Compiling FeedKit MediaCopyright.swift
[112/114] Compiling FeedKit MediaCredit.swift
[113/114] Compiling FeedKit MediaDescription.swift
[114/114] Emitting module FeedKit
error: fatalError
BUILD FAILURE 5.10 linux