Build Information
Successful build of BbcNews, reference main (161a58), with Swift 6.3 for Linux on 15 Apr 2026 07:23:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bilaalrashid/bbc-news-swift.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/bilaalrashid/bbc-news-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 161a58d Merge pull request #54 from bilaalrashid/bilaal/swift-6-ci
Cloned https://github.com/bilaalrashid/bbc-news-swift.git
Revision (git rev-parse @):
161a58dd4c914fb58c4c8518e236986e2818736a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bilaalrashid/bbc-news-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/bilaalrashid/bbc-news-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/66] Emitting module BbcNews
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[4/74] Compiling BbcNews FDPresentationType.swift
[5/74] Compiling BbcNews FDTemperature.swift
[6/74] Compiling BbcNews FDWeatherForecast.swift
[7/74] Compiling BbcNews FDWeatherIcon.swift
[8/74] Compiling BbcNews FDWeatherLocation.swift
[9/74] Compiling BbcNews FDWeatherPromoSummary.swift
[10/74] Compiling BbcNews ReleaseTrack.swift
[11/74] Compiling BbcNews Service.swift
[12/74] Compiling BbcNews FDResolverResponse.swift
[13/74] Compiling BbcNews FDBrand.swift
[14/74] Compiling BbcNews FDCallToActionBanner.swift
[15/74] Compiling BbcNews FDCallToActionButton.swift
[16/74] Compiling BbcNews FDChipList.swift
[17/74] Compiling BbcNews FDCollectionHeader.swift
[18/74] Compiling BbcNews FDCopyright.swift
[19/74] Compiling BbcNews FDSourceFormat.swift
[20/74] Compiling BbcNews FDStoryPromo.swift
[21/74] Compiling BbcNews FDStoryPromoStyle.swift
[22/74] Compiling BbcNews FDImageSource.swift
[23/74] Compiling BbcNews FDMedia.swift
[24/74] Compiling BbcNews FDMediaMetaData.swift
[25/74] Compiling BbcNews FDMediaSource.swift
[26/74] Compiling BbcNews FDMediaType.swift
[27/74] Compiling BbcNews FDAttribute.swift
[28/74] Compiling BbcNews FDAttributeType.swift
[29/74] Compiling BbcNews FDAttributedText.swift
[30/74] Compiling BbcNews FDAttributedTextSpan.swift
[31/74] Compiling BbcNews FDTextContainer.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[32/74] Compiling BbcNews FDTextContainerType.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[33/74] Compiling BbcNews FailableCodable.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[34/74] Compiling BbcNews JSONDecoder+DecodeWithoutThrowing.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[35/74] Compiling BbcNews Logger.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[36/74] Compiling BbcNews NetworkError.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[37/74] Compiling BbcNews UIDevice+ModelIdentifier.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[38/74] Compiling BbcNews Unknownable.swift
/host/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
28 |
29 | /// A response was returned that was unable to be decoded into a type.
30 | case undecodableResponse(url: URL, type: Decodable.Type, underlyingError: DecodingError)
| `- warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' contains non-Sendable type 'any Decodable.Type'
31 |
32 | /// A generic error encountered when performing a networking operation.
[39/74] Compiling BbcNews FDTopic.swift
[40/74] Compiling BbcNews FDTopicButton.swift
[41/74] Compiling BbcNews FDTrackedEvent.swift
[42/74] Compiling BbcNews FDTracker.swift
[43/74] Compiling BbcNews FDTrackerPayload.swift
[44/74] Compiling BbcNews FDContentSource.swift
[45/74] Compiling BbcNews FDLink.swift
[46/74] Compiling BbcNews FDLinkDestination.swift
[47/74] Compiling BbcNews FDPresentation.swift
[48/74] Compiling BbcNews BbcNews.swift
[49/74] Compiling BbcNews FDBillboard.swift
[50/74] Compiling BbcNews FDCarousel.swift
[51/74] Compiling BbcNews FDCollection.swift
[52/74] Compiling BbcNews FDHierarchicalCollection.swift
[53/74] Compiling BbcNews FDSimpleCollection.swift
[54/74] Compiling BbcNews FDSimplePromoGrid.swift
[55/74] Compiling BbcNews FDBadge.swift
[56/74] Compiling BbcNews FDBadgeType.swift
[57/74] Compiling BbcNews FDResolverResult.swift
[58/74] Compiling BbcNews FDData.swift
[59/74] Compiling BbcNews FDDataMetadata.swift
[60/74] Compiling BbcNews FDItem.swift
[61/74] Compiling BbcNews FDResult.swift
[62/74] Compiling BbcNews FDByline.swift
[63/74] Compiling BbcNews FDBylineContributor.swift
[64/74] Compiling BbcNews FDContentList.swift
[65/74] Compiling BbcNews FDContentListOrder.swift
[66/74] Compiling BbcNews FDHeadline.swift
[67/74] Compiling BbcNews FDHeadlineByline.swift
[68/74] Compiling BbcNews FDSectionHeader.swift
[69/74] Compiling BbcNews FDVideoPortraitStory.swift
[70/74] Compiling BbcNews FDImage.swift
[71/74] Compiling BbcNews FDImageContainer.swift
[72/74] Compiling BbcNews FDImageMetadata.swift
[73/74] Compiling BbcNews FDImageSizingMethod.swift
[74/74] Compiling BbcNews FDImageSizingMethodType.swift
Build complete! (20.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BbcNews",
"name" : "BbcNews",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BbcNews",
"targets" : [
"BbcNews"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BbcNewsTests",
"module_type" : "SwiftTarget",
"name" : "BbcNewsTests",
"path" : "Tests/BbcNewsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/BbcNewsTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BbcNewsTests.swift",
"FDImageTests.swift",
"FDLinkDestinationTests.swift",
"SchemaTests.swift",
"UnknownableTests.swift"
],
"target_dependencies" : [
"BbcNews"
],
"type" : "test"
},
{
"c99name" : "BbcNews",
"module_type" : "SwiftTarget",
"name" : "BbcNews",
"path" : "Sources/BbcNews",
"product_memberships" : [
"BbcNews"
],
"sources" : [
"BbcNews.swift",
"Models/Discovery/Collection/FDBillboard.swift",
"Models/Discovery/Collection/FDCarousel.swift",
"Models/Discovery/Collection/FDCollection.swift",
"Models/Discovery/Collection/FDHierarchicalCollection.swift",
"Models/Discovery/Collection/FDSimpleCollection.swift",
"Models/Discovery/Collection/FDSimplePromoGrid.swift",
"Models/Discovery/FDBadge.swift",
"Models/Discovery/FDBadgeType.swift",
"Models/Discovery/FDBrand.swift",
"Models/Discovery/FDCallToActionBanner.swift",
"Models/Discovery/FDCallToActionButton.swift",
"Models/Discovery/FDChipList.swift",
"Models/Discovery/FDCollectionHeader.swift",
"Models/Discovery/FDCopyright.swift",
"Models/Discovery/FDSourceFormat.swift",
"Models/Discovery/FDStoryPromo.swift",
"Models/Discovery/FDStoryPromoStyle.swift",
"Models/Discovery/FDTopic.swift",
"Models/Discovery/FDTopicButton.swift",
"Models/Discovery/FDTrackedEvent.swift",
"Models/Discovery/FDTracker.swift",
"Models/Discovery/FDTrackerPayload.swift",
"Models/Discovery/Link/FDContentSource.swift",
"Models/Discovery/Link/FDLink.swift",
"Models/Discovery/Link/FDLinkDestination.swift",
"Models/Discovery/Link/FDPresentation.swift",
"Models/Discovery/Link/FDPresentationType.swift",
"Models/Discovery/Weather/FDTemperature.swift",
"Models/Discovery/Weather/FDWeatherForecast.swift",
"Models/Discovery/Weather/FDWeatherIcon.swift",
"Models/Discovery/Weather/FDWeatherLocation.swift",
"Models/Discovery/Weather/FDWeatherPromoSummary.swift",
"Models/Request/ReleaseTrack.swift",
"Models/Request/Service.swift",
"Models/ResolverResult/FDResolverResponse.swift",
"Models/ResolverResult/FDResolverResult.swift",
"Models/Result/FDData.swift",
"Models/Result/FDDataMetadata.swift",
"Models/Result/FDItem.swift",
"Models/Result/FDResult.swift",
"Models/Story/FDByline.swift",
"Models/Story/FDBylineContributor.swift",
"Models/Story/FDContentList.swift",
"Models/Story/FDContentListOrder.swift",
"Models/Story/FDHeadline.swift",
"Models/Story/FDHeadlineByline.swift",
"Models/Story/FDSectionHeader.swift",
"Models/Story/FDVideoPortraitStory.swift",
"Models/Story/Image/FDImage.swift",
"Models/Story/Image/FDImageContainer.swift",
"Models/Story/Image/FDImageMetadata.swift",
"Models/Story/Image/FDImageSizingMethod.swift",
"Models/Story/Image/FDImageSizingMethodType.swift",
"Models/Story/Image/FDImageSource.swift",
"Models/Story/Media/FDMedia.swift",
"Models/Story/Media/FDMediaMetaData.swift",
"Models/Story/Media/FDMediaSource.swift",
"Models/Story/Media/FDMediaType.swift",
"Models/Story/Text/FDAttribute.swift",
"Models/Story/Text/FDAttributeType.swift",
"Models/Story/Text/FDAttributedText.swift",
"Models/Story/Text/FDAttributedTextSpan.swift",
"Models/Story/Text/FDTextContainer.swift",
"Models/Story/Text/FDTextContainerType.swift",
"Utils/FailableCodable.swift",
"Utils/JSONDecoder+DecodeWithoutThrowing.swift",
"Utils/Logger.swift",
"Utils/NetworkError.swift",
"Utils/UIDevice+ModelIdentifier.swift",
"Utils/Unknownable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.