The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sica, reference master (547976), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 08:22:38 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/cats-oss/Sica.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cats-oss/Sica
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cats-oss/Sica.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Sica View+Sica.swift
[4/11] Compiling Sica Transition.swift
[5/11] Compiling Sica TimingFunction.swift
[6/11] Compiling Sica FillMode.swift
[7/11] Compiling Sica CALayer+Sica.swift
[8/11] Compiling Sica CAAnimation+Extension.swift
[9/11] Compiling Sica Animator.swift
[10/11] Compiling Sica AnimationKeyPaths.swift
/Users/admin/builder/spi-builder-workspace/Sica/Source/AnimationKeyPaths.swift:52:92: warning: 'hidden' has been renamed to 'isHidden'
 50 |     public static let filters           = AnimationKeyPath<[CIFilter]>(keyPath: #keyPath(CALayer.filters))
 51 |     public static let frame             = AnimationKeyPath<CGRect>(keyPath: #keyPath(CALayer.frame))
 52 |     public static let hidden            = AnimationKeyPath<Bool>(keyPath: #keyPath(CALayer.hidden))
    |                                                                                            `- warning: 'hidden' has been renamed to 'isHidden'
 53 |     public static let mask              = AnimationKeyPath<CALayer>(keyPath: #keyPath(CALayer.mask))
 54 |     public static let masksToBounds     = AnimationKeyPath<Bool>(keyPath: #keyPath(CALayer.masksToBounds))
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:254:33: note: 'hidden' was obsoleted in Swift 3
 252 |  * NO. Animatable. */
 253 |
 254 | @property(getter=isHidden) BOOL hidden;
     |                                 `- note: 'hidden' was obsoleted in Swift 3
 255 |
 256 | /* When false layers facing away from the viewer are hidden from view.
[11/11] Emitting module Sica
/Users/admin/builder/spi-builder-workspace/Sica/Source/AnimationKeyPaths.swift:52:92: warning: 'hidden' has been renamed to 'isHidden'
 50 |     public static let filters           = AnimationKeyPath<[CIFilter]>(keyPath: #keyPath(CALayer.filters))
 51 |     public static let frame             = AnimationKeyPath<CGRect>(keyPath: #keyPath(CALayer.frame))
 52 |     public static let hidden            = AnimationKeyPath<Bool>(keyPath: #keyPath(CALayer.hidden))
    |                                                                                            `- warning: 'hidden' has been renamed to 'isHidden'
 53 |     public static let mask              = AnimationKeyPath<CALayer>(keyPath: #keyPath(CALayer.mask))
 54 |     public static let masksToBounds     = AnimationKeyPath<Bool>(keyPath: #keyPath(CALayer.masksToBounds))
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:254:33: note: 'hidden' was obsoleted in Swift 3
 252 |  * NO. Animatable. */
 253 |
 254 | @property(getter=isHidden) BOOL hidden;
     |                                 `- note: 'hidden' was obsoleted in Swift 3
 255 |
 256 | /* When false layers facing away from the viewer are hidden from view.
Build complete! (6.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sica",
  "name" : "Sica",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Sica",
      "targets" : [
        "Sica"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Sica",
      "module_type" : "SwiftTarget",
      "name" : "Sica",
      "path" : "Sica/Source",
      "product_memberships" : [
        "Sica"
      ],
      "sources" : [
        "AnimationKeyPaths.swift",
        "Animator.swift",
        "CAAnimation+Extension.swift",
        "CALayer+Sica.swift",
        "FillMode.swift",
        "TimingFunction.swift",
        "Transition.swift",
        "View+Sica.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.