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

Failed to build BigUIPaging with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/notsobigcompany/BigUIPaging.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/notsobigcompany/BigUIPaging
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d546c84 Fixes an issue where ScrollPageViewStyle may perform an unnecessary redraw on iOS. Fixes an issue in ExampleGridToPageView where the aspect ratio wouldn't be respected during transition.
Cloned https://github.com/notsobigcompany/BigUIPaging.git
Revision (git rev-parse @):
d546c84a2c124334463e779524890fb81b78f9d3
SUCCESS checkout https://github.com/notsobigcompany/BigUIPaging.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/notsobigcompany/BigUIPaging.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Emitting module BigUIPaging
[2/32] Compiling BigUIPaging PageView+Environment.swift
[3/32] Compiling BigUIPaging PageView+Preferences.swift
[4/32] Compiling BigUIPaging PageView.swift
[5/32] Compiling BigUIPaging PageViewEnvironmentModifier.swift
[6/32] Compiling BigUIPaging PageViewNavigationButton.swift
[7/32] Compiling BigUIPaging View+Inspect.swift
[8/32] Compiling BigUIPaging View+Measure.swift
[9/32] Compiling BigUIPaging HistoryStackPageViewStyle.swift
[10/32] Compiling BigUIPaging PlainPageViewStyle.swift
[11/32] Compiling BigUIPaging PlatformPageViewStyle.swift
[12/32] Compiling BigUIPaging ScrollPageViewStyle.swift
[13/32] Compiling BigUIPaging PageViewDirection.swift
[14/32] Compiling BigUIPaging PageViewNavigateAction.swift
[15/32] Compiling BigUIPaging PageViewStyle.swift
[16/32] Compiling BigUIPaging PageViewStyleConfiguration.swift
[17/32] Compiling BigUIPaging CardDeckExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[18/32] Compiling BigUIPaging CustomPageViewExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[19/32] Compiling BigUIPaging ExampleGridToPageView.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[20/32] Compiling BigUIPaging PageIndicatorExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[21/32] Compiling BigUIPaging PageViewBasicExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[22/32] Compiling BigUIPaging PageViewForEachExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[23/32] Compiling BigUIPaging PageViewNavigationStackExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[24/32] Compiling BigUIPaging PageIndicator+Environment.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[25/32] Compiling BigUIPaging PageIndicator+iOS.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[26/32] Compiling BigUIPaging PageIndicator.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[27/32] Compiling BigUIPaging PlatformPageView+iOS.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[28/32] Compiling BigUIPaging PlatformPageView+macOS.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[29/32] Compiling BigUIPaging PlatformPageView.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[30/32] Compiling BigUIPaging BookPageViewStyle.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[31/32] Compiling BigUIPaging BookStackPageViewStyle.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[32/32] Compiling BigUIPaging CardDeckPageViewStyle.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[0/1] Planning build
Building for debugging...
[1/13] Emitting module BigUIPaging
[2/17] Compiling BigUIPaging PageIndicator+iOS.swift
[3/17] Compiling BigUIPaging PageIndicator.swift
[4/17] Compiling BigUIPaging PlatformPageView+iOS.swift
[5/17] Compiling BigUIPaging PlatformPageView+macOS.swift
[6/17] Compiling BigUIPaging PageViewBasicExample.swift
[7/17] Compiling BigUIPaging PageViewForEachExample.swift
[8/17] Compiling BigUIPaging PageViewNavigationStackExample.swift
[9/17] Compiling BigUIPaging PageIndicator+Environment.swift
[10/17] Compiling BigUIPaging CardDeckExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[11/17] Compiling BigUIPaging CustomPageViewExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[12/17] Compiling BigUIPaging ExampleGridToPageView.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[13/17] Compiling BigUIPaging PageIndicatorExample.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Examples/ExampleGridToPageView.swift:140:36: error: type 'Animation?' has no member 'bouncy'
                    withAnimation(.bouncy) {
                                  ~^~~~~~
[14/20] Compiling BigUIPaging PlatformPageView.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[15/20] Compiling BigUIPaging BookPageViewStyle.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[16/20] Compiling BigUIPaging BookStackPageViewStyle.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[17/20] Compiling BigUIPaging CardDeckPageViewStyle.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:94:28: error: type 'Animation?' has no member 'bouncy'
            withAnimation(.bouncy) {
                          ~^~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/BigUIPaging/Implementations/PageView/Styles/CardDeckPageViewStyle.swift:99:28: error: type 'Animation?' has no member 'smooth'
            withAnimation(.smooth(duration: 0.25)) {
                          ~^~~~~~
[18/21] Compiling BigUIPaging HistoryStackPageViewStyle.swift
[19/23] Compiling BigUIPaging PlatformPageViewStyle.swift
[20/23] Compiling BigUIPaging ScrollPageViewStyle.swift
[21/27] Compiling BigUIPaging PlainPageViewStyle.swift
[22/27] Compiling BigUIPaging PageViewStyle.swift
[23/29] Compiling BigUIPaging View+Inspect.swift
[24/29] Compiling BigUIPaging PageViewStyleConfiguration.swift
[25/29] Compiling BigUIPaging PageView+Environment.swift
[26/29] Compiling BigUIPaging PageView.swift
[27/29] Compiling BigUIPaging PageViewEnvironmentModifier.swift
[28/29] Compiling BigUIPaging PageViewNavigationButton.swift
[29/29] Compiling BigUIPaging View+Measure.swift
BUILD FAILURE 5.8 macosSpm