The Swift Package Index logo.Swift Package Index

Build Information

Successful build of app-store-reviews, reference main (1d0b23), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:57:05 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/jcoynel/app-store-reviews-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jcoynel/app-store-reviews-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1d0b23a Set library version to 1.0.0
Cloned https://github.com/jcoynel/app-store-reviews-swift.git
Revision (git rev-parse @):
1d0b23a7e8f780d6534a0b6daa7e8076066dcd30
SUCCESS checkout https://github.com/jcoynel/app-store-reviews-swift.git at main
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-argument-parser
[1/6521] Fetching swift-log
[328/24044] Fetching swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.63s)
Fetched https://github.com/apple/swift-log.git from cache (1.63s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (2.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.58s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
========================================
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": "app-store-reviews-swift",
      "name": "app-store-reviews",
      "url": "https://github.com/jcoynel/app-store-reviews-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/app-store-reviews-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "0.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jcoynel/app-store-reviews-swift.git
[1/402] Fetching app-store-reviews-swift
Fetched https://github.com/jcoynel/app-store-reviews-swift.git from cache (0.75s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.05s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/jcoynel/app-store-reviews-swift.git
Working copy of https://github.com/jcoynel/app-store-reviews-swift.git resolved at main (1d0b23a)
Found 2 product dependencies
  - swift-log
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jcoynel/app-store-reviews-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write app-store-reviews-entitlement.plist
[3/10] Write sources
[6/10] Write swift-version--6988338F2F200930.txt
[8/18] Emitting module ArgumentParserToolInfo
[9/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/53] Compiling Logging LogEvent.swift
[11/53] Compiling Logging Locks.swift
[12/53] Compiling Logging LogHandler.swift
[13/53] Compiling Logging MetadataProvider.swift
[14/53] Compiling Logging Logging.swift
[15/53] Emitting module Logging
[16/67] Compiling AppStoreReviews Logging.swift
[17/67] Compiling AppStoreReviews ModelsConversion.swift
[18/67] Compiling AppStoreReviews FeedLoader.swift
[19/67] Compiling AppStoreReviews DecodableFeed.swift
[20/70] Compiling ArgumentParser CommandConfiguration.swift
[21/70] Compiling ArgumentParser EnumerableFlag.swift
[22/70] Compiling ArgumentParser ExpressibleByArgument.swift
[23/70] Compiling ArgumentParser ParsableArguments.swift
[24/70] Compiling AppStoreReviews Feed.Links.swift
[25/70] Compiling AppStoreReviews Feed.swift
[26/70] Compiling AppStoreReviews Feed.Author.swift
[27/70] Compiling AppStoreReviews Feed.Entry.swift
[28/70] Compiling ArgumentParser SequenceExtensions.swift
[29/70] Compiling ArgumentParser StringExtensions.swift
[30/70] Compiling ArgumentParser Tree.swift
[31/70] Emitting module ArgumentParser
[32/70] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/70] Compiling ArgumentParser CompletionsGenerator.swift
[34/70] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/70] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/70] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/70] Compiling ArgumentParser ParsableCommand.swift
[38/70] Compiling ArgumentParser ArgumentDecoder.swift
[39/70] Compiling ArgumentParser ArgumentDefinition.swift
[40/70] Compiling ArgumentParser Flag.swift
[41/70] Compiling ArgumentParser NameSpecification.swift
[42/70] Compiling ArgumentParser Option.swift
[43/70] Compiling ArgumentParser OptionGroup.swift
[44/70] Compiling ArgumentParser DumpHelpGenerator.swift
[45/70] Compiling ArgumentParser HelpCommand.swift
[46/70] Compiling ArgumentParser HelpGenerator.swift
[51/70] Compiling AppStoreReviews PageExtensions.swift
[52/70] Compiling AppStoreReviews Territory.swift
[53/70] Emitting module AppStoreReviews
[56/70] Compiling AppStoreReviews Page.swift
[59/70] Compiling AppStoreReviews ReviewsLoader.swift
[60/70] Compiling AppStoreReviews URLExtensions.swift
[61/71] Compiling ArgumentParser MessageInfo.swift
[62/71] Compiling ArgumentParser UsageGenerator.swift
[63/71] Compiling ArgumentParser CollectionExtensions.swift
[64/71] Compiling ArgumentParser ArgumentSet.swift
[65/71] Compiling ArgumentParser CommandParser.swift
[66/71] Compiling ArgumentParser InputOrigin.swift
[67/71] Compiling ArgumentParser Name.swift
[68/71] Compiling AppStoreReviews Version.swift
[69/79] Compiling app_store_reviews Output.swift
[70/79] Compiling app_store_reviews TerritoryExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/app-store-reviews/Utilities/TerritoryExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Territory' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'AppStoreReviews' introduce this conformance in the future
2 | import AppStoreReviews
3 |
4 | extension Territory: ExpressibleByArgument {}
  | |- warning: extension declares a conformance of imported type 'Territory' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'AppStoreReviews' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[71/79] Compiling app_store_reviews main.swift
[72/79] Compiling app_store_reviews VersionOptions.swift
[73/79] Compiling app_store_reviews Territories.swift
[74/79] Emitting module app_store_reviews
/Users/admin/builder/spi-builder-workspace/Sources/app-store-reviews/Utilities/TerritoryExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Territory' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'AppStoreReviews' introduce this conformance in the future
2 | import AppStoreReviews
3 |
4 | extension Territory: ExpressibleByArgument {}
  | |- warning: extension declares a conformance of imported type 'Territory' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'AppStoreReviews' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[75/79] Compiling app_store_reviews Page.swift
[76/79] Compiling app_store_reviews Reviews.swift
[76/79] Write Objects.LinkFileList
[77/79] Linking app-store-reviews
[78/79] Applying app-store-reviews
Build complete! (7.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "app-store-reviews",
  "name" : "app-store-reviews",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreReviews",
      "targets" : [
        "AppStoreReviews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "app-store-reviews",
      "targets" : [
        "app-store-reviews"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "app_store_reviews",
      "module_type" : "SwiftTarget",
      "name" : "app-store-reviews",
      "path" : "Sources/app-store-reviews",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "app-store-reviews"
      ],
      "sources" : [
        "Subcommands/Page.swift",
        "Subcommands/Reviews.swift",
        "Subcommands/Territories.swift",
        "Utilities/Output.swift",
        "Utilities/TerritoryExtensions.swift",
        "VersionOptions.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "AppStoreReviews"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AppStoreReviewsTests",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreReviewsTests",
      "path" : "Tests/AppStoreReviewsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AppStoreReviewsTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DecodableFeedTests.swift",
        "FeedLoaderTests.swift",
        "Internal/MockURLProtocol.swift",
        "Internal/TestData.swift",
        "Models/FeedTests.swift",
        "PageExtensionsTests.swift",
        "ReviewsLoaderTests.swift",
        "TerritoryTests.swift",
        "URLExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "AppStoreReviews"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppStoreReviews",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreReviews",
      "path" : "Sources/AppStoreReviews",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "AppStoreReviews",
        "app-store-reviews"
      ],
      "sources" : [
        "FeedLoader.swift",
        "Internal/DecodableFeed.swift",
        "Internal/Logging.swift",
        "Internal/ModelsConversion.swift",
        "Models/Feed.Author.swift",
        "Models/Feed.Entry.swift",
        "Models/Feed.Links.swift",
        "Models/Feed.swift",
        "Models/Page.swift",
        "Models/Territory.swift",
        "PageExtensions.swift",
        "ReviewsLoader.swift",
        "URLExtensions.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.