The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FeedKit, reference main (f8ee17), with Swift 5.10 for Linux on 21 Jun 2025 08:58:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.64.0
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 f8ee173 Update FeedKit-dark.svg
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
f8ee173ca4dc549051533693ce4c20628ef26560
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-4606859-0":/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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomDC.xml
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling XMLKit XMLDocument.swift
[5/24] Compiling XMLKit XMLDocumentConvertible.swift
[6/24] Compiling XMLKit XMLElement.swift
[7/26] Compiling XMLKit XMLNode.swift
[8/26] Compiling XMLKit XMLReader.swift
[9/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[10/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[11/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[12/26] Compiling XMLKit XMLStack.swift
[13/26] Compiling XMLKit XMLStringConvertible.swift
[14/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
[15/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
[16/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
[17/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[18/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[19/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[20/26] Compiling XMLKit XMLCodingKey.swift
[21/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[22/26] Compiling XMLKit XMLEncoder.swift
[23/26] 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
[24/26] Compiling XMLKit String + escapeCharacters.swift
[25/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[26/26] Compiling XMLKit XMLDecoder.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 MediaRestriction.swift
[40/114] Compiling FeedKit MediaRights.swift
[41/114] Compiling FeedKit MediaScene.swift
[42/114] Compiling FeedKit MediaScenes.swift
[43/114] Compiling FeedKit MediaStarRating.swift
[44/114] Compiling FeedKit MediaStatistics.swift
[45/114] Compiling FeedKit MediaStatus.swift
[46/114] Compiling FeedKit MediaSubTitle.swift
[47/114] Compiling FeedKit MediaTag.swift
[48/114] Compiling FeedKit MediaText.swift
[49/114] Compiling FeedKit GMLPoint.swift
[50/114] Compiling FeedKit GeoRSS.swift
[51/114] Compiling FeedKit Media.swift
[52/114] Compiling FeedKit MediaBacklinks.swift
[53/114] Compiling FeedKit MediaCategory.swift
[54/114] Compiling FeedKit MediaComments.swift
[55/114] Compiling FeedKit MediaCommunity.swift
[56/114] Compiling FeedKit MediaContent.swift
[57/114] Compiling FeedKit MediaCopyright.swift
[58/114] Compiling FeedKit MediaCredit.swift
[59/114] Compiling FeedKit MediaDescription.swift
[60/114] Compiling FeedKit AtomFeed.swift
[61/114] Compiling FeedKit AtomFeedAuthor.swift
[62/114] Compiling FeedKit AtomFeedCategory.swift
[63/114] Compiling FeedKit AtomFeedContent.swift
[64/114] Compiling FeedKit AtomFeedContributor.swift
[65/114] Compiling FeedKit AtomFeedEntry.swift
[66/114] Compiling FeedKit AtomFeedGenerator.swift
[67/114] Compiling FeedKit AtomFeedLink.swift
[68/114] Compiling FeedKit AtomFeedSource.swift
[69/114] Compiling FeedKit AtomFeedSubtitle.swift
[70/114] Compiling FeedKit AtomFeedSummary.swift
[71/114] Compiling FeedKit MediaThumbnail.swift
[72/114] Compiling FeedKit MediaTitle.swift
[73/114] Compiling FeedKit Syndication.swift
[74/114] Compiling FeedKit SyndicationUpdatePeriod.swift
[75/114] Compiling FeedKit Youtube.swift
[76/114] Compiling FeedKit ITunes.swift
[77/114] Compiling FeedKit iTunesCategory.swift
[78/114] Compiling FeedKit iTunesImage.swift
[79/114] Compiling FeedKit iTunesOwner.swift
[80/114] Compiling FeedKit iTunesSubCategory.swift
[81/114] Emitting module FeedKit
[82/114] Compiling FeedKit MediaEmbed.swift
[83/114] Compiling FeedKit MediaGroup.swift
[84/114] Compiling FeedKit MediaHash.swift
[85/114] Compiling FeedKit MediaLicence.swift
[86/114] Compiling FeedKit MediaLocation.swift
[87/114] Compiling FeedKit MediaParam.swift
[88/114] Compiling FeedKit MediaPeerLink.swift
[89/114] Compiling FeedKit MediaPlayer.swift
[90/114] Compiling FeedKit MediaPrice.swift
[91/114] Compiling FeedKit MediaRating.swift
[92/114] Compiling FeedKit MediaReponses.swift
[93/114] Compiling FeedKit AtomFeedTitle.swift
[94/114] Compiling FeedKit JSONFeed.swift
[95/114] Compiling FeedKit JSONFeedAttachment.swift
[96/114] Compiling FeedKit JSONFeedAuthor.swift
[97/114] Compiling FeedKit JSONFeedHub.swift
[98/114] Compiling FeedKit JSONFeedItem.swift
[99/114] Compiling FeedKit RSSFeed.swift
[100/114] Compiling FeedKit RSSFeedCategory.swift
[101/114] Compiling FeedKit RSSFeedChannel.swift
[102/114] Compiling FeedKit RSSFeedCloud.swift
[103/114] Compiling FeedKit RSSFeedEnclosure.swift
[104/114] Compiling FeedKit RSSFeedGUID.swift
[105/114] Compiling FeedKit RSSFeedImage.swift
[106/114] Compiling FeedKit RSSFeedItem.swift
[107/114] Compiling FeedKit RSSFeedSkipDay.swift
[108/114] Compiling FeedKit RSSFeedSkipHours.swift
[109/114] Compiling FeedKit RSSFeedSource.swift
[110/114] Compiling FeedKit RSSFeedTextInput.swift
[111/114] Compiling FeedKit Atom.swift
[112/114] Compiling FeedKit AtomLink.swift
[113/114] Compiling FeedKit Content.swift
[114/114] Compiling FeedKit DublinCore.swift
error: fatalError
BUILD FAILURE 5.10 linux