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 Sica with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cats-oss/Sica.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cats-oss/Sica
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 547976b Merge pull request #25 from cats-oss/fix-spm
Cloned https://github.com/cats-oss/Sica.git
Revision (git rev-parse @):
547976ba79edc680b7eccbee69bf75bac17d27a4
SUCCESS checkout https://github.com/cats-oss/Sica.git at 0.4.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/cats-oss/Sica.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/10] Compiling Sica TimingFunction.swift
[4/11] Compiling Sica FillMode.swift
[5/11] Compiling Sica CALayer+Sica.swift
[6/11] Compiling Sica Transition.swift
[7/11] Compiling Sica CAAnimation+Extension.swift
[8/11] Compiling Sica Animator.swift
[9/11] Emitting module Sica
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sica/Source/AnimationKeyPaths.swift:52:92: warning: 'hidden' has been renamed to 'isHidden'
    public static let hidden            = AnimationKeyPath<Bool>(keyPath: #keyPath(CALayer.hidden))
                                                                                           ^~~~~~
                                                                                           isHidden
QuartzCore.CALayer:35:14: note: 'hidden' was obsoleted in Swift 3
    open var hidden: Bool { get set }
             ^
[10/11] Compiling Sica AnimationKeyPaths.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sica/Source/AnimationKeyPaths.swift:52:92: warning: 'hidden' has been renamed to 'isHidden'
    public static let hidden            = AnimationKeyPath<Bool>(keyPath: #keyPath(CALayer.hidden))
                                                                                           ^~~~~~
                                                                                           isHidden
QuartzCore.CALayer:35:14: note: 'hidden' was obsoleted in Swift 3
    open var hidden: Bool { get set }
             ^
[11/11] Compiling Sica View+Sica.swift
Build complete! (5.29s)
Build complete.
Done.