The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BbcNews, reference main (161a58), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 07:34:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "bbc-news-swift",
      "name": "BbcNews",
      "url": "https://github.com/bilaalrashid/bbc-news-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bbc-news-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bilaalrashid/bbc-news-swift.git
[1/2032] Fetching bbc-news-swift
Fetched https://github.com/bilaalrashid/bbc-news-swift.git from cache (0.86s)
Creating working copy for https://github.com/bilaalrashid/bbc-news-swift.git
Working copy of https://github.com/bilaalrashid/bbc-news-swift.git resolved at main (161a58d)
warning: '.resolve-product-dependencies': dependency 'bbc-news-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bilaalrashid/bbc-news-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/67] Compiling BbcNews FDWeatherForecast.swift
[4/67] Compiling BbcNews FDWeatherIcon.swift
[5/67] Compiling BbcNews FDWeatherLocation.swift
[6/67] Compiling BbcNews FDWeatherPromoSummary.swift
[7/67] Compiling BbcNews ReleaseTrack.swift
[8/67] Compiling BbcNews Service.swift
[9/67] Compiling BbcNews FDResolverResponse.swift
[10/67] Compiling BbcNews FDResolverResult.swift
[11/67] Compiling BbcNews FDData.swift
[12/67] Compiling BbcNews FDDataMetadata.swift
[13/67] Compiling BbcNews FDItem.swift
[14/67] Compiling BbcNews FDResult.swift
[15/67] Compiling BbcNews FDByline.swift
[16/67] Compiling BbcNews FDBylineContributor.swift
[17/67] Compiling BbcNews FDMediaSource.swift
[18/67] Compiling BbcNews FDMediaType.swift
[19/67] Compiling BbcNews FDAttribute.swift
[20/67] Compiling BbcNews FDAttributeType.swift
[21/67] Compiling BbcNews FDAttributedText.swift
[22/67] Compiling BbcNews FDAttributedTextSpan.swift
[23/67] Compiling BbcNews FDTextContainer.swift
[24/67] Compiling BbcNews FDTrackerPayload.swift
[25/67] Compiling BbcNews FDContentSource.swift
[26/67] Compiling BbcNews FDLink.swift
[27/67] Compiling BbcNews FDLinkDestination.swift
[28/67] Compiling BbcNews FDPresentation.swift
[29/67] Compiling BbcNews FDPresentationType.swift
[30/67] Compiling BbcNews FDTemperature.swift
[31/74] Compiling BbcNews FDSourceFormat.swift
[32/74] Compiling BbcNews FDStoryPromo.swift
[33/74] Compiling BbcNews FDStoryPromoStyle.swift
[34/74] Compiling BbcNews FDTopic.swift
[35/74] Compiling BbcNews FDTopicButton.swift
[36/74] Compiling BbcNews FDTrackedEvent.swift
[37/74] Compiling BbcNews FDTracker.swift
[38/74] Compiling BbcNews FDImageContainer.swift
[39/74] Compiling BbcNews FDImageMetadata.swift
[40/74] Compiling BbcNews FDImageSizingMethod.swift
[41/74] Compiling BbcNews FDImageSizingMethodType.swift
[42/74] Compiling BbcNews FDImageSource.swift
[43/74] Compiling BbcNews FDMedia.swift
[44/74] Compiling BbcNews FDMediaMetaData.swift
[45/74] 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' 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.
[46/74] Compiling BbcNews FDBadgeType.swift
[47/74] Compiling BbcNews FDBrand.swift
[48/74] Compiling BbcNews FDCallToActionBanner.swift
[49/74] Compiling BbcNews FDCallToActionButton.swift
[50/74] Compiling BbcNews FDChipList.swift
[51/74] Compiling BbcNews FDCollectionHeader.swift
[52/74] Compiling BbcNews FDCopyright.swift
[53/74] Compiling BbcNews FDContentList.swift
[54/74] Compiling BbcNews FDContentListOrder.swift
[55/74] Compiling BbcNews FDHeadline.swift
[56/74] Compiling BbcNews FDHeadlineByline.swift
[57/74] Compiling BbcNews FDSectionHeader.swift
[58/74] Compiling BbcNews FDVideoPortraitStory.swift
[59/74] Compiling BbcNews FDImage.swift
[60/74] Compiling BbcNews BbcNews.swift
[61/74] Compiling BbcNews FDBillboard.swift
[62/74] Compiling BbcNews FDCarousel.swift
[63/74] Compiling BbcNews FDCollection.swift
[64/74] Compiling BbcNews FDHierarchicalCollection.swift
[65/74] Compiling BbcNews FDSimpleCollection.swift
[66/74] Compiling BbcNews FDSimplePromoGrid.swift
[67/74] Compiling BbcNews FDBadge.swift
[68/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' 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.
[69/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' 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.
[70/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' 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.
[71/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' 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.
[72/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' 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.
[73/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' 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.
[74/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' 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.
Build complete! (7.59s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/bilaalrashid/bbc-news-swift/main
Repository:               bilaalrashid/bbc-news-swift
Swift version used:       6.3
Target:                   BbcNews
Extracting symbol information for 'BbcNews'...
Finished extracting symbol information for 'BbcNews'. (28.66s)
Building documentation for 'BbcNews'...
Finished building documentation for 'BbcNews' (0.66s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bilaalrashid/bbc-news-swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2275] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.05s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.83s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit GenericConstraint.swift
[29/57] Compiling SymbolKit GenericParameter.swift
[30/57] Compiling SymbolKit Generics.swift
[31/57] Compiling SymbolKit Namespace.swift
[32/57] Compiling SymbolKit Symbol.swift
[33/57] Compiling SymbolKit SymbolKind.swift
[34/57] Compiling SymbolKit SymbolGraph.swift
[35/57] Compiling SymbolKit GraphCollector.swift
[36/57] Compiling SymbolKit SemanticVersion.swift
[37/57] Compiling SymbolKit AccessControl.swift
[38/57] Compiling SymbolKit Availability.swift
[39/57] Compiling SymbolKit AvailabilityItem.swift
[40/57] Compiling SymbolKit Domain.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.68s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'BbcNews' complete! (0.25s)
    1524
9	/Users/admin/builder/spi-builder-workspace/.docs/bilaalrashid/bbc-news-swift/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bilaalrashid/bbc-news-swift/main
File count: 1524
Doc size:   9.0MB
Preparing doc bundle ...
Uploading prod-bilaalrashid-bbc-news-swift-main-c3c94f7c.zip to s3://spi-docs-inbox/prod-bilaalrashid-bbc-news-swift-main-c3c94f7c.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.