The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ContentstackSwift 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.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/contentstack/contentstack-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/contentstack/contentstack-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 96ebbfe Merge pull request #33 from contentstack/hotfix/switch_stack
Cloned https://github.com/contentstack/contentstack-swift.git
Revision (git rev-parse @):
96ebbfe476d9d543ee46c9c613e6f7581a3d3dc1
SUCCESS checkout https://github.com/contentstack/contentstack-swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/contentstack/contentstack-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/19] Emitting module ContentstackUtils
[2/25] Compiling ContentstackUtils Node.swift
[3/25] Compiling ContentstackUtils NodeType.swift
[4/25] Compiling ContentstackUtils Option.swift
[5/25] Compiling ContentstackUtils String+Extension.swift
[6/25] Compiling ContentstackUtils StyleType.swift
[7/25] Compiling ContentstackUtils TextNode.swift
[8/25] Compiling ContentstackUtils GQLEmbededAsset.swift
[9/25] Compiling ContentstackUtils GQLEmbededEntry.swift
[10/25] Compiling ContentstackUtils JSONNode.swift
[11/25] Compiling ContentstackUtils JSONNodes.swift
[12/25] Compiling ContentstackUtils MarkType.swift
[13/25] Compiling ContentstackUtils Metadata.swift
[14/25] Compiling ContentstackUtils ConnectionNode.swift
[15/25] Compiling ContentstackUtils ContentstackUtils.swift
[16/25] Compiling ContentstackUtils Decodable.swift
[17/25] Compiling ContentstackUtils Edges.swift
[18/25] Compiling ContentstackUtils EmbedItemType.swift
[19/25] Compiling ContentstackUtils EntryEmbedded.swift
[20/25] Compiling ContentstackUtils CSS.swift
[21/25] Compiling ContentstackUtils Deprecated.swift
[22/25] Compiling ContentstackUtils Kanna.swift
[23/25] Compiling ContentstackUtils libxmlHTMLDocument.swift
[24/25] Compiling ContentstackUtils libxmlHTMLNode.swift
[25/25] Compiling ContentstackUtils libxmlParserOption.swift
[26/51] Emitting module Contentstack
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[27/59] Compiling Contentstack Asset.swift
[28/59] Compiling Contentstack AssetModel.swift
[29/59] Compiling Contentstack CSDefinitions.swift
[30/59] Compiling Contentstack CSURLCache.swift
[31/59] Compiling Contentstack ContentType.swift
[32/59] Compiling Contentstack ContentTypeModel.swift
[33/59] Compiling Contentstack Contentstack.swift
[34/59] Compiling Contentstack ContentstackConfig.swift
[35/59] Compiling Contentstack ContentstackLogger.swift
[36/59] Compiling Contentstack ContentstackResponse.swift
[37/59] Compiling Contentstack Date.swift
[38/59] Compiling Contentstack Decodable.swift
[39/59] Compiling Contentstack EndPoint.swift
[40/59] Compiling Contentstack Entry.swift
[41/59] Compiling Contentstack EntryModel.swift
[42/59] Compiling Contentstack EntryQuaryable.swift
[43/59] Compiling Contentstack Error.swift
[44/59] Compiling Contentstack FatalError.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[45/59] Compiling Contentstack ImageOperation.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[46/59] Compiling Contentstack ImageOperations.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[47/59] Compiling Contentstack ImageParameter.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[48/59] Compiling Contentstack ImageTransform.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[49/59] Compiling Contentstack ImageTransformError.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[50/59] Compiling Contentstack ParameterEncoding.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[51/59] Compiling Contentstack Query.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:155:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:174:22: warning: enum case 'region' has 5 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:147:10: note: 'region(width:height:xRegion:yRegion:mode:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:184:22: warning: enum case 'offset' has 5 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:149:10: note: 'offset(width:height:xOffset:yOffset:mode:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double, mode: Mode = .none)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:218:23: warning: enum case 'default' has 2 associated values; matching them as a tuple is deprecated
        case .default(let size):
                      ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:234:22: warning: enum case 'region' has 4 associated values; matching them as a tuple is deprecated
        case .region(let region):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:210:10: note: 'region(width:height:xRegion:yRegion:)' declared here
    case region(width: UInt, height: UInt, xRegion: Double, yRegion: Double)
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:241:22: warning: enum case 'offset' has 4 associated values; matching them as a tuple is deprecated
        case .offset(let offset):
                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:212:10: note: 'offset(width:height:xOffset:yOffset:)' declared here
    case offset(width: UInt, height: UInt, xOffset: Double, yOffset: Double)
         ^
[52/59] Compiling Contentstack QueryOperation.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[53/59] Compiling Contentstack QueryParameter.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[54/59] Compiling Contentstack QueryProtocols.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[55/59] Compiling Contentstack QueryableRange.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[56/59] Compiling Contentstack Stack.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[57/59] Compiling Contentstack SyncStack.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[58/59] Compiling Contentstack SystemFields.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
[59/59] Compiling Contentstack Utils.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:107:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:112:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:119:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:124:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:129:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryOperation.swift:134:42: warning: cast from 'any QueryableRange' to unrelated type 'Float' always fails
                if value is Int || value is Float || value is Double || value is Bool {
                                   ~~~~~ ^  ~~~~~
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/QueryProtocols.swift:11:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QueryProtocol: class, CachePolicyAccessible {
                               ^~~~~
                               AnyObject
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemFields.swift:11:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SystemFields: class {
                              ^~~~~
                              AnyObject
Build complete! (9.56s)
Fetching https://github.com/venmo/DVR.git from cache
Fetching https://github.com/contentstack/contentstack-utils-swift.git from cache
Fetched https://github.com/venmo/DVR.git (0.21s)
Fetched https://github.com/contentstack/contentstack-utils-swift.git (0.23s)
Computing version for https://github.com/venmo/DVR.git
Computed https://github.com/venmo/DVR.git at 2.1.0 (0.65s)
Computing version for https://github.com/contentstack/contentstack-utils-swift.git
Computed https://github.com/contentstack/contentstack-utils-swift.git at 1.3.1 (0.63s)
Creating working copy for https://github.com/contentstack/contentstack-utils-swift.git
Working copy of https://github.com/contentstack/contentstack-utils-swift.git resolved at 1.3.1
Creating working copy for https://github.com/venmo/DVR.git
Working copy of https://github.com/venmo/DVR.git resolved at 2.1.0
Build complete.
Done.