The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sica, reference master (547976), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:49:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "sica",
      "name": "Sica",
      "url": "https://github.com/cats-oss/Sica.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sica",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cats-oss/Sica.git
[1/926] Fetching sica
Fetched https://github.com/cats-oss/Sica.git from cache (1.47s)
Creating working copy for https://github.com/cats-oss/Sica.git
Working copy of https://github.com/cats-oss/Sica.git resolved at master (547976b)
warning: '.resolve-product-dependencies': dependency 'sica' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cats-oss/Sica.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling Sica Transition.swift
[4/11] Compiling Sica View+Sica.swift
[5/11] Compiling Sica CALayer+Sica.swift
[6/11] Compiling Sica CAAnimation+Extension.swift
[7/11] Compiling Sica FillMode.swift
[8/11] Compiling Sica Animator.swift
[9/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.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:252:33: note: 'hidden' was obsoleted in Swift 3
 250 |  * NO. Animatable. */
 251 |
 252 | @property(getter=isHidden) BOOL hidden;
     |                                 `- note: 'hidden' was obsoleted in Swift 3
 253 |
 254 | /* When false layers facing away from the viewer are hidden from view.
[10/11] Compiling Sica TimingFunction.swift
[11/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.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:252:33: note: 'hidden' was obsoleted in Swift 3
 250 |  * NO. Animatable. */
 251 |
 252 | @property(getter=isHidden) BOOL hidden;
     |                                 `- note: 'hidden' was obsoleted in Swift 3
 253 |
 254 | /* When false layers facing away from the viewer are hidden from view.
Build complete! (8.74s)
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.