The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BbcNews, reference v1.1.2 (a23ce3), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 12:01:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bilaalrashid/bbc-news-swift.git
Reference: v1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bilaalrashid/bbc-news-swift
 * tag               v1.1.2     -> FETCH_HEAD
HEAD is now at a23ce3b Bump tag
Cloned https://github.com/bilaalrashid/bbc-news-swift.git
Revision (git rev-parse @):
a23ce3bf2fbfb62be9652809fb483d9febcea7c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bilaalrashid/bbc-news-swift.git at v1.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bilaalrashid/bbc-news-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/67] Emitting module BbcNews
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[4/74] Compiling BbcNews BbcNews.swift
[5/74] Compiling BbcNews FDBillboard.swift
[6/74] Compiling BbcNews FDCarousel.swift
[7/74] Compiling BbcNews FDCollection.swift
[8/74] Compiling BbcNews FDHierarchicalCollection.swift
[9/74] Compiling BbcNews FDSimpleCollection.swift
[10/74] Compiling BbcNews FDSimplePromoGrid.swift
[11/74] Compiling BbcNews FDBadge.swift
[12/74] Compiling BbcNews FDSourceFormat.swift
[13/74] Compiling BbcNews FDStoryPromo.swift
[14/74] Compiling BbcNews FDStoryPromoStyle.swift
[15/74] Compiling BbcNews FDTopic.swift
[16/74] Compiling BbcNews FDTopicButton.swift
[17/74] Compiling BbcNews FDTrackedEvent.swift
[18/74] Compiling BbcNews FDTracker.swift
[19/74] Compiling BbcNews FDBadgeType.swift
[20/74] Compiling BbcNews FDBrand.swift
[21/74] Compiling BbcNews FDCallToActionBanner.swift
[22/74] Compiling BbcNews FDCallToActionButton.swift
[23/74] Compiling BbcNews FDChipList.swift
[24/74] Compiling BbcNews FDCollectionHeader.swift
[25/74] Compiling BbcNews FDCopyright.swift
[26/74] Compiling BbcNews FDWeatherForecast.swift
[27/74] Compiling BbcNews FDWeatherIcon.swift
[28/74] Compiling BbcNews FDWeatherLocation.swift
[29/74] Compiling BbcNews FDWeatherPromoSummary.swift
[30/74] Compiling BbcNews ReleaseTrack.swift
[31/74] Compiling BbcNews Service.swift
[32/74] Compiling BbcNews FDResolverResponse.swift
[33/74] Compiling BbcNews FDResolverResult.swift
[34/74] Compiling BbcNews FDData.swift
[35/74] Compiling BbcNews FDDataMetadata.swift
[36/74] Compiling BbcNews FDItem.swift
[37/74] Compiling BbcNews FDResult.swift
[38/74] Compiling BbcNews FDByline.swift
[39/74] Compiling BbcNews FDBylineContributor.swift
[40/74] Compiling BbcNews FDImageContainer.swift
[41/74] Compiling BbcNews FDImageMetadata.swift
[42/74] Compiling BbcNews FDImageSizingMethod.swift
[43/74] Compiling BbcNews FDImageSizingMethodType.swift
[44/74] Compiling BbcNews FDImageSource.swift
[45/74] Compiling BbcNews FDMedia.swift
[46/74] Compiling BbcNews FDMediaMetaData.swift
[47/74] Compiling BbcNews FDTextContainerType.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[48/74] Compiling BbcNews FailableCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[49/74] Compiling BbcNews JSONDecoder+DecodeWithoutThrowing.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[50/74] Compiling BbcNews Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[51/74] Compiling BbcNews NetworkError.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[52/74] Compiling BbcNews UIDevice+ModelIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[53/74] Compiling BbcNews Unknownable.swift
/Users/admin/builder/spi-builder-workspace/Sources/BbcNews/Utils/NetworkError.swift:30:10: warning: associated value 'undecodableResponse(url:type:underlyingError:)' of 'Sendable'-conforming enum 'NetworkError' has 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' has non-sendable type 'any Decodable.Type'
31 |
32 |     /// A generic error encountered when performing a networking operation.
[54/74] Compiling BbcNews FDTrackerPayload.swift
[55/74] Compiling BbcNews FDContentSource.swift
[56/74] Compiling BbcNews FDLink.swift
[57/74] Compiling BbcNews FDLinkDestination.swift
[58/74] Compiling BbcNews FDPresentation.swift
[59/74] Compiling BbcNews FDPresentationType.swift
[60/74] Compiling BbcNews FDTemperature.swift
[61/74] Compiling BbcNews FDMediaSource.swift
[62/74] Compiling BbcNews FDMediaType.swift
[63/74] Compiling BbcNews FDAttribute.swift
[64/74] Compiling BbcNews FDAttributeType.swift
[65/74] Compiling BbcNews FDAttributedText.swift
[66/74] Compiling BbcNews FDAttributedTextSpan.swift
[67/74] Compiling BbcNews FDTextContainer.swift
[68/74] Compiling BbcNews FDContentList.swift
[69/74] Compiling BbcNews FDContentListOrder.swift
[70/74] Compiling BbcNews FDHeadline.swift
[71/74] Compiling BbcNews FDHeadlineByline.swift
[72/74] Compiling BbcNews FDSectionHeader.swift
[73/74] Compiling BbcNews FDVideoPortraitStory.swift
[74/74] Compiling BbcNews FDImage.swift
Build complete! (5.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BbcNews",
  "name" : "BbcNews",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.