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 1.0.0 (93482a), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:02:06 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clothparency/ios-widgets
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 93482a2 adapt design for macOS
Cloned https://github.com/Clothparency/ios-widgets.git
Revision (git rev-parse @):
93482a2c8718d5b480b7fa5fc09737211e497250
SUCCESS checkout https://github.com/Clothparency/ios-widgets.git at 1.0.0
========================================
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
[1/9] Copying Info.plist
[1/9] Copying Inter-SemiBold.ttf
[1/9] Copying Localizable.strings
[1/9] Copying Inter-Regular.ttf
[1/9] Copying Inter-Medium.ttf
[7/9] Copying Assets.xcassets
[8/9] Write swift-version-1EA4D86E10B52AF.txt
[10/28] Compiling ClearFashionWidget MainSectionView.swift
[11/28] Compiling ClearFashionWidget MaterialDescriptionView.swift
[12/28] Compiling ClearFashionWidget MaterialsImpactSectionView.swift
[13/28] Compiling ClearFashionWidget String.swift
[14/30] Compiling ClearFashionWidget FontBlaster.swift
[15/30] Compiling ClearFashionWidget FooterSectionView.swift
[16/30] Compiling ClearFashionWidget Image.swift
[17/30] Compiling ClearFashionWidget LoadingView.swift
[18/30] Compiling ClearFashionWidget FullScreenView.swift
[19/30] Compiling ClearFashionWidget HeaderSectionView.swift
[20/30] Compiling ClearFashionWidget Bundle.swift
[21/30] Compiling ClearFashionWidget ButtonView.swift
[22/30] Emitting module ClearFashionWidget
[23/30] Compiling ClearFashionWidget Color.swift
[24/30] Compiling ClearFashionWidget CountriesSectionView.swift
[25/30] Compiling ClearFashionWidget CountryDescriptionView.swift
[26/30] Compiling ClearFashionWidget Font.swift
[27/30] Compiling ClearFashionWidget ClearFashionProduct.swift
[28/30] 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.19s)
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.