The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ContentstackSwift with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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/builder/builds/TDmZkXJm/3/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.9
Building package at path:  $workDir
https://github.com/contentstack/contentstack-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Compiling ContentstackUtils Node.swift
[2/22] Compiling ContentstackUtils NodeType.swift
[3/22] Compiling ContentstackUtils Option.swift
[4/22] Compiling ContentstackUtils ConnectionNode.swift
[5/22] Compiling ContentstackUtils ContentstackUtils.swift
[6/22] Compiling ContentstackUtils Decodable.swift
[7/22] Compiling ContentstackUtils CSS.swift
[8/22] Compiling ContentstackUtils Deprecated.swift
[9/22] Compiling ContentstackUtils Kanna.swift
[10/22] Emitting module ContentstackUtils
[11/22] Compiling ContentstackUtils GQLEmbededAsset.swift
[12/22] Compiling ContentstackUtils GQLEmbededEntry.swift
[13/22] Compiling ContentstackUtils JSONNode.swift
[14/22] Compiling ContentstackUtils String+Extension.swift
[15/22] Compiling ContentstackUtils StyleType.swift
[16/22] Compiling ContentstackUtils TextNode.swift
[17/22] Compiling ContentstackUtils JSONNodes.swift
[18/22] Compiling ContentstackUtils MarkType.swift
[19/22] Compiling ContentstackUtils Metadata.swift
[20/22] Compiling ContentstackUtils Edges.swift
[21/22] Compiling ContentstackUtils EmbedItemType.swift
[22/22] Compiling ContentstackUtils EntryEmbedded.swift
[23/25] Compiling ContentstackUtils libxmlHTMLDocument.swift
[24/25] Compiling ContentstackUtils libxmlHTMLNode.swift
[25/25] Compiling ContentstackUtils libxmlParserOption.swift
[26/55] Compiling Contentstack ContentTypeModel.swift
[27/55] Compiling Contentstack Contentstack.swift
[28/55] Compiling Contentstack ContentstackConfig.swift
[29/55] Compiling Contentstack ContentstackLogger.swift
[30/59] Emitting module Contentstack
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[31/59] Compiling Contentstack Asset.swift
[32/59] Compiling Contentstack AssetModel.swift
[33/59] Compiling Contentstack CSDefinitions.swift
[34/59] Compiling Contentstack CSURLCache.swift
[35/59] Compiling Contentstack ContentType.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 FatalError.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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)
         ^
[41/59] Compiling Contentstack ImageOperation.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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)
         ^
[42/59] Compiling Contentstack ImageOperations.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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)
         ^
[43/59] Compiling Contentstack ImageParameter.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:143:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageOperations.swift:206:10: note: 'default(width:height:)' declared here
    case `default`(width: UInt, height: UInt)
         ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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)
         ^
[44/59] Compiling Contentstack ImageTransform.swift
[45/59] Compiling Contentstack ImageTransformError.swift
[46/59] Compiling Contentstack ParameterEncoding.swift
[47/59] Compiling Contentstack Query.swift
[48/59] Compiling Contentstack QueryOperation.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[49/59] Compiling Contentstack QueryParameter.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[50/59] Compiling Contentstack QueryProtocols.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[51/59] Compiling Contentstack QueryableRange.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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
[52/59] Compiling Contentstack Entry.swift
[53/59] Compiling Contentstack EntryModel.swift
[54/59] Compiling Contentstack EntryQuaryable.swift
[55/59] Compiling Contentstack Error.swift
[56/59] Compiling Contentstack Stack.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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! (10.95s)
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.18s)
Fetched https://github.com/contentstack/contentstack-utils-swift.git (0.22s)
Computing version for https://github.com/venmo/DVR.git
Computed https://github.com/venmo/DVR.git at 2.1.0 (0.55s)
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.50s)
Creating working copy for https://github.com/venmo/DVR.git
Working copy of https://github.com/venmo/DVR.git resolved at 2.1.0
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
Build complete.
Done.