The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ClearFashionWidget, reference main (594df0), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:04:12 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/Clothparency/ios-widgets.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clothparency/ios-widgets
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 594df0c use cdn and update readme
Cloned https://github.com/Clothparency/ios-widgets.git
Revision (git rev-parse @):
594df0cc34cae8c768ee3e336c41d9dd906120ad
SUCCESS checkout https://github.com/Clothparency/ios-widgets.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Clothparency/ios-widgets.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[0/9] Copying Localizable.strings
[0/9] Copying Info.plist
[0/9] Copying Localizable.strings
[0/9] Copying Inter-Regular.ttf
[0/9] Copying Inter-Medium.ttf
[0/9] Copying Inter-SemiBold.ttf
[7/9] Copying Assets.xcassets
[8/9] Write swift-version-1EA4D86E10B52AF.txt
[10/28] Compiling ClearFashionWidget CountryDescriptionView.swift
[11/28] Compiling ClearFashionWidget Font.swift
[12/28] Compiling ClearFashionWidget Image.swift
[13/28] Compiling ClearFashionWidget LoadingView.swift
[14/28] Compiling ClearFashionWidget FullScreenView.swift
[15/28] Compiling ClearFashionWidget HeaderSectionView.swift
[16/28] Compiling ClearFashionWidget MaterialsImpactSectionView.swift
[17/28] Compiling ClearFashionWidget String.swift
[18/28] Compiling ClearFashionWidget FontBlaster.swift
[19/28] Compiling ClearFashionWidget FooterSectionView.swift
[20/28] Compiling ClearFashionWidget MainSectionView.swift
[21/28] Compiling ClearFashionWidget MaterialDescriptionView.swift
[22/28] Compiling ClearFashionWidget Color.swift
[23/28] Compiling ClearFashionWidget CountriesSectionView.swift
[24/28] Compiling ClearFashionWidget Bundle.swift
[25/28] Compiling ClearFashionWidget ButtonView.swift
[26/28] Emitting module ClearFashionWidget
[27/28] Compiling ClearFashionWidget ClearFashionProduct.swift
[28/28] Compiling ClearFashionWidget ClearFashionWidget.swift
[29/30] Compiling ClearFashionWidget URLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/URLSession.swift:14:9: warning: capture of non-sendable type 'T.Type' in an isolated closure
12 |     self.dataTask(with: url) { (data, response, error) in
13 |       if let error = error {
14 |         completion(.failure(error))
   |         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
15 |       }
16 |
/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/URLSession.swift:11:46: warning: capture of non-sendable type 'T.Type' in an isolated closure
 9 |
10 | extension URLSession {
11 |   func fetchData<T: Decodable>(for url: URL, completion: @escaping (Result<T, Error>) -> Void) {
   |                                              `- warning: capture of non-sendable type 'T.Type' in an isolated closure
12 |     self.dataTask(with: url) { (data, response, error) in
13 |       if let error = error {
[30/30] Compiling ClearFashionWidget resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/URLSession.swift:14:9: warning: capture of non-sendable type 'T.Type' in an isolated closure
12 |     self.dataTask(with: url) { (data, response, error) in
13 |       if let error = error {
14 |         completion(.failure(error))
   |         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
15 |       }
16 |
/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/URLSession.swift:11:46: warning: capture of non-sendable type 'T.Type' in an isolated closure
 9 |
10 | extension URLSession {
11 |   func fetchData<T: Decodable>(for url: URL, completion: @escaping (Result<T, Error>) -> Void) {
   |                                              `- warning: capture of non-sendable type 'T.Type' in an isolated closure
12 |     self.dataTask(with: url) { (data, response, error) in
13 |       if let error = error {
Build complete! (8.51s)
Build complete.
{
  "default_localization" : "fr",
  "dependencies" : [
  ],
  "manifest_display_name" : "ClearFashionWidget",
  "name" : "ClearFashionWidget",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ClearFashionWidget",
      "targets" : [
        "ClearFashionWidget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClearFashionWidgetTests",
      "module_type" : "SwiftTarget",
      "name" : "ClearFashionWidgetTests",
      "path" : "Tests/ClearFashionWidgetTests",
      "sources" : [
        "ClearFashionWidgetTests.swift"
      ],
      "target_dependencies" : [
        "ClearFashionWidget"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClearFashionWidget",
      "module_type" : "SwiftTarget",
      "name" : "ClearFashionWidget",
      "path" : "Sources/ClearFashionWidget",
      "product_memberships" : [
        "ClearFashionWidget"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/Resources/Fonts/Inter-Medium.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/Resources/Fonts/Inter-Regular.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/Resources/Fonts/Inter-SemiBold.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ClearFashionWidget/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "Bundle.swift",
        "ButtonView.swift",
        "ClearFashionProduct.swift",
        "ClearFashionWidget.swift",
        "Color.swift",
        "CountriesSectionView.swift",
        "CountryDescriptionView.swift",
        "Font.swift",
        "FontBlaster.swift",
        "FooterSectionView.swift",
        "FullScreenView.swift",
        "HeaderSectionView.swift",
        "Image.swift",
        "LoadingView.swift",
        "MainSectionView.swift",
        "MaterialDescriptionView.swift",
        "MaterialsImpactSectionView.swift",
        "String.swift",
        "URLSession.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.