The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build FeedKit, reference 10.0.0-rc.7 (256d04), with Swift 5.9 for Linux on 11 Apr 2025 20:49:10 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.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/nmdias/FeedKit.git
Reference: 10.0.0-rc.7
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
 * tag               10.0.0-rc.7 -> FETCH_HEAD
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 10.0.0-rc.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/21] 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
[2/23] Compiling XMLKit XMLCodingKey.swift
[3/23] Compiling XMLKit XMLDateEncodingStrategy.swift
[4/23] Compiling XMLKit XMLEncoder.swift
[5/23] Compiling XMLKit XMLStack.swift
[6/23] Compiling XMLKit XMLStringConvertible.swift
[7/23] Compiling XMLKit XMLKeyedDecodingContainer.swift
[8/23] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[9/23] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[10/23] 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
[11/23] 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
[12/23] 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
[13/23] Compiling XMLKit XMLKeyedEncodingContainer.swift
[14/23] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[15/23] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[16/23] Compiling XMLKit XMLNode.swift
[17/23] Compiling XMLKit XMLReader.swift
[18/23] Compiling XMLKit String + escapeCharacters.swift
[19/23] Compiling XMLKit XMLDateDecodingStrategy.swift
[20/23] Compiling XMLKit XMLDecoder.swift
[21/23] Compiling XMLKit XMLDocument.swift
[22/23] Compiling XMLKit XMLDocumentConvertible.swift
[23/23] Compiling XMLKit XMLElement.swift
[26/102] Compiling FeedKit AtomFeedTitle.swift
[27/102] Compiling FeedKit JSONFeed.swift
[28/102] Compiling FeedKit JSONFeedAttachment.swift
[29/102] Compiling FeedKit JSONFeedAuthor.swift
[30/102] Compiling FeedKit JSONFeedHub.swift
[31/102] Compiling FeedKit JSONFeedItem.swift
[32/102] Compiling FeedKit RSSFeed.swift
[33/102] Compiling FeedKit RSSFeedCategory.swift
[34/102] Compiling FeedKit RSSFeedChannel.swift
[35/102] Compiling FeedKit RSSFeedCloud.swift
[36/102] Compiling FeedKit RSSFeedEnclosure.swift
[37/112] Compiling FeedKit MediaRestriction.swift
[38/112] Compiling FeedKit MediaRights.swift
[39/112] Compiling FeedKit MediaScene.swift
[40/112] Compiling FeedKit MediaScenes.swift
[41/112] Compiling FeedKit MediaStarRating.swift
[42/112] Compiling FeedKit MediaStatistics.swift
[43/112] Compiling FeedKit MediaStatus.swift
[44/112] Compiling FeedKit MediaSubTitle.swift
[45/112] Compiling FeedKit MediaTag.swift
[46/112] Compiling FeedKit MediaText.swift
[47/112] Compiling FeedKit RSSFeedGUID.swift
[48/112] Compiling FeedKit RSSFeedImage.swift
[49/112] Compiling FeedKit RSSFeedItem.swift
[50/112] Compiling FeedKit RSSFeedSkipDay.swift
[51/112] Compiling FeedKit RSSFeedSkipHours.swift
[52/112] Compiling FeedKit RSSFeedSource.swift
[53/112] Compiling FeedKit RSSFeedTextInput.swift
[54/112] Compiling FeedKit Atom.swift
[55/112] Compiling FeedKit AtomLink.swift
[56/112] Compiling FeedKit Content.swift
[57/112] Compiling FeedKit DublinCore.swift
[58/112] Compiling FeedKit MediaEmbed.swift
[59/112] Compiling FeedKit MediaGroup.swift
[60/112] Compiling FeedKit MediaHash.swift
[61/112] Compiling FeedKit MediaLicence.swift
[62/112] Compiling FeedKit MediaLocation.swift
[63/112] Compiling FeedKit MediaParam.swift
[64/112] Compiling FeedKit MediaPeerLink.swift
[65/112] Compiling FeedKit MediaPlayer.swift
[66/112] Compiling FeedKit MediaPrice.swift
[67/112] Compiling FeedKit MediaRating.swift
[68/112] Compiling FeedKit MediaReponses.swift
[69/112] Compiling FeedKit GMLPoint.swift
[70/112] Compiling FeedKit GeoRSS.swift
[71/112] Compiling FeedKit Media.swift
[72/112] Compiling FeedKit MediaBacklinks.swift
[73/112] Compiling FeedKit MediaCategory.swift
[74/112] Compiling FeedKit MediaComments.swift
[75/112] Compiling FeedKit MediaCommunity.swift
[76/112] Compiling FeedKit MediaContent.swift
[77/112] Compiling FeedKit MediaCopyright.swift
[78/112] Compiling FeedKit MediaCredit.swift
[79/112] Compiling FeedKit MediaDescription.swift
[80/112] 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)
                                     ~~~~~~~ ^~~~
[81/112] 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)
                                     ~~~~~~~ ^~~~
[82/112] 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)
                                     ~~~~~~~ ^~~~
[83/112] 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)
                                     ~~~~~~~ ^~~~
[84/112] 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)
                                     ~~~~~~~ ^~~~
[85/112] 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)
                                     ~~~~~~~ ^~~~
[86/112] 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)
                                     ~~~~~~~ ^~~~
[87/112] 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)
                                     ~~~~~~~ ^~~~
[88/112] 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)
                                     ~~~~~~~ ^~~~
[89/112] 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)
                                     ~~~~~~~ ^~~~
[90/112] 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)
                                     ~~~~~~~ ^~~~
[91/112] Compiling FeedKit AtomFeed.swift
[92/112] Compiling FeedKit AtomFeedAuthor.swift
[93/112] Compiling FeedKit AtomFeedCategory.swift
[94/112] Compiling FeedKit AtomFeedContent.swift
[95/112] Compiling FeedKit AtomFeedContributor.swift
[96/112] Compiling FeedKit AtomFeedEntry.swift
[97/112] Compiling FeedKit AtomFeedGenerator.swift
[98/112] Compiling FeedKit AtomFeedLink.swift
[99/112] Compiling FeedKit AtomFeedSource.swift
[100/112] Compiling FeedKit AtomFeedSubtitle.swift
[101/112] Compiling FeedKit AtomFeedSummary.swift
[102/112] Emitting module FeedKit
[103/112] Compiling FeedKit MediaThumbnail.swift
[104/112] Compiling FeedKit MediaTitle.swift
[105/112] Compiling FeedKit Syndication.swift
[106/112] Compiling FeedKit SyndicationUpdatePeriod.swift
[107/112] Compiling FeedKit Youtube.swift
[108/112] Compiling FeedKit ITunes.swift
[109/112] Compiling FeedKit iTunesCategory.swift
[110/112] Compiling FeedKit iTunesImage.swift
[111/112] Compiling FeedKit iTunesOwner.swift
[112/112] Compiling FeedKit iTunesSubCategory.swift
error: fatalError
BUILD FAILURE 5.9 linux