The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of UIx with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/UIx.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/buhe/UIx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2c3db33 "Refactor UIx.swift by removing UIKit import and adding conditional compilation for iOS."
Cloned https://github.com/buhe/UIx.git
Revision (git rev-parse @):
2c3db33ef36f74ab4d8419628b91c459eac4c1ad
SUCCESS checkout https://github.com/buhe/UIx.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "uix",
      "name": "UIx",
      "url": "https://github.com/buhe/UIx.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIx",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/buhe/UIx.git from cache
Fetched https://github.com/buhe/UIx.git (0.56s)
Creating working copy for https://github.com/buhe/UIx.git
Working copy of https://github.com/buhe/UIx.git resolved at main
warning: '.resolve-product-dependencies': dependency 'uix' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling UIx Tabbars.swift
[2/8] Compiling UIx BlurViewModifier.swift
[3/8] Compiling UIx TopViewExtension.swift
[4/9] Compiling UIx DotsActivityView.swift
[5/9] Compiling UIx DotView.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIx/LoadingView/ActivityViews/Dots/DotView.swift:37:14: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
            .animation(Animation.easeInOut(duration: 0.6).repeatForever().delay(delay))
             ^
[6/9] Compiling UIx ContainerActivityView.swift
[7/9] Emitting module UIx
[8/9] Compiling UIx CircleActivityView.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIx/LoadingView/ActivityViews/CircleActivityView.swift:43:18: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
                .animation(Animation.linear(duration: 1).repeatForever(autoreverses: false))
                 ^
[9/9] Compiling UIx UIx.swift
Build complete! (24.10s)
Build complete.
Done.