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 (90df99), with Swift 5.10 for Linux on 14 Jun 2025 22:38:42 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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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 90df99b Merge pull request #188 from sebj/xmlkit-optimization
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
90df99bfdcddea4f2621a98e3ee0891ced9fbb8f
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-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:1ad788796b767d29143220a0a8262556fc74f95153ebc5fddd59e7f05d9e7a2e
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] 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 XMLStack.swift
[6/26] Compiling XMLKit XMLStringConvertible.swift
[7/26] Compiling XMLKit XMLNode.swift
[8/26] Compiling XMLKit XMLReader.swift
[9/26] Compiling XMLKit XMLDocument.swift
[10/26] Compiling XMLKit XMLDocumentConvertible.swift
[11/26] Compiling XMLKit XMLElement.swift
[12/26] Compiling XMLKit XMLCodingKey.swift
[13/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[14/26] Compiling XMLKit XMLEncoder.swift
[15/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[16/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[17/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[18/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[19/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[20/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[21/26] Compiling XMLKit String + escapeCharacters.swift
[22/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[23/26] Compiling XMLKit XMLDecoder.swift
[24/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
[25/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
[26/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
[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 MediaThumbnail.swift
[40/114] Compiling FeedKit MediaTitle.swift
[41/114] Compiling FeedKit Syndication.swift
[42/114] Compiling FeedKit SyndicationUpdatePeriod.swift
[43/114] Compiling FeedKit Youtube.swift
[44/114] Compiling FeedKit ITunes.swift
[45/114] Compiling FeedKit iTunesCategory.swift
[46/114] Compiling FeedKit iTunesImage.swift
[47/114] Compiling FeedKit iTunesOwner.swift
[48/114] Compiling FeedKit iTunesSubCategory.swift
[49/114] Compiling FeedKit MediaEmbed.swift
[50/114] Compiling FeedKit MediaGroup.swift
[51/114] Compiling FeedKit MediaHash.swift
[52/114] Compiling FeedKit MediaLicence.swift
[53/114] Compiling FeedKit MediaLocation.swift
[54/114] Compiling FeedKit MediaParam.swift
[55/114] Compiling FeedKit MediaPeerLink.swift
[56/114] Compiling FeedKit MediaPlayer.swift
[57/114] Compiling FeedKit MediaPrice.swift
[58/114] Compiling FeedKit MediaRating.swift
[59/114] Compiling FeedKit MediaReponses.swift
[60/114] Compiling FeedKit GMLPoint.swift
[61/114] Compiling FeedKit GeoRSS.swift
[62/114] Compiling FeedKit Media.swift
[63/114] Compiling FeedKit MediaBacklinks.swift
[64/114] Compiling FeedKit MediaCategory.swift
[65/114] Compiling FeedKit MediaComments.swift
[66/114] Compiling FeedKit MediaCommunity.swift
[67/114] Compiling FeedKit MediaContent.swift
[68/114] Compiling FeedKit MediaCopyright.swift
[69/114] Compiling FeedKit MediaCredit.swift
[70/114] Compiling FeedKit MediaDescription.swift
[71/114] Compiling FeedKit AtomFeed.swift
[72/114] Compiling FeedKit AtomFeedAuthor.swift
[73/114] Compiling FeedKit AtomFeedCategory.swift
[74/114] Compiling FeedKit AtomFeedContent.swift
[75/114] Compiling FeedKit AtomFeedContributor.swift
[76/114] Compiling FeedKit AtomFeedEntry.swift
[77/114] Compiling FeedKit AtomFeedGenerator.swift
[78/114] Compiling FeedKit AtomFeedLink.swift
[79/114] Compiling FeedKit AtomFeedSource.swift
[80/114] Compiling FeedKit AtomFeedSubtitle.swift
[81/114] Compiling FeedKit AtomFeedSummary.swift
[82/114] Compiling FeedKit AtomFeedTitle.swift
[83/114] Compiling FeedKit JSONFeed.swift
[84/114] Compiling FeedKit JSONFeedAttachment.swift
[85/114] Compiling FeedKit JSONFeedAuthor.swift
[86/114] Compiling FeedKit JSONFeedHub.swift
[87/114] Compiling FeedKit JSONFeedItem.swift
[88/114] Compiling FeedKit RSSFeed.swift
[89/114] Compiling FeedKit RSSFeedCategory.swift
[90/114] Compiling FeedKit RSSFeedChannel.swift
[91/114] Compiling FeedKit RSSFeedCloud.swift
[92/114] Compiling FeedKit RSSFeedEnclosure.swift
[93/114] Compiling FeedKit MediaRestriction.swift
[94/114] Compiling FeedKit MediaRights.swift
[95/114] Compiling FeedKit MediaScene.swift
[96/114] Compiling FeedKit MediaScenes.swift
[97/114] Compiling FeedKit MediaStarRating.swift
[98/114] Compiling FeedKit MediaStatistics.swift
[99/114] Compiling FeedKit MediaStatus.swift
[100/114] Compiling FeedKit MediaSubTitle.swift
[101/114] Compiling FeedKit MediaTag.swift
[102/114] Compiling FeedKit MediaText.swift
[103/114] Compiling FeedKit RSSFeedGUID.swift
[104/114] Compiling FeedKit RSSFeedImage.swift
[105/114] Compiling FeedKit RSSFeedItem.swift
[106/114] Compiling FeedKit RSSFeedSkipDay.swift
[107/114] Compiling FeedKit RSSFeedSkipHours.swift
[108/114] Compiling FeedKit RSSFeedSource.swift
[109/114] Compiling FeedKit RSSFeedTextInput.swift
[110/114] Compiling FeedKit Atom.swift
[111/114] Compiling FeedKit AtomLink.swift
[112/114] Compiling FeedKit Content.swift
[113/114] Compiling FeedKit DublinCore.swift
[114/114] Emitting module FeedKit
error: fatalError
BUILD FAILURE 5.10 linux