Build Information
Successful build of kustomer-ios, reference 7.2.0 (aeb9a4), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 22:05:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kustomer/kustomer-ios.git
Reference: 7.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kustomer/kustomer-ios
* tag 7.2.0 -> FETCH_HEAD
HEAD is now at aeb9a4e Version 7.2.0
Cloned https://github.com/kustomer/kustomer-ios.git
Revision (git rev-parse @):
aeb9a4e83417c5d06aa9cd47e1bd05035f95618b
SUCCESS checkout https://github.com/kustomer/kustomer-ios.git at 7.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kustomer/kustomer-ios.git
https://github.com/kustomer/kustomer-ios.git
{
"dependencies" : [
{
"identity" : "down",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "0.12.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kustomer/Down"
},
{
"identity" : "jwtdecode.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.0",
"upper_bound" : "3.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/auth0/JWTDecode.swift"
},
{
"identity" : "nantes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/instacart/Nantes"
},
{
"identity" : "notificationview",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.5",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pikachu987/NotificationView"
},
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.3.0",
"upper_bound" : "6.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pubnub/swift.git"
},
{
"identity" : "reachability.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.4",
"upper_bound" : "5.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ashleymills/Reachability.swift"
},
{
"identity" : "snapkit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.7.1",
"upper_bound" : "5.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SnapKit/SnapKit"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.2",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON"
}
],
"manifest_display_name" : "kustomer-ios",
"name" : "kustomer-ios",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "kustomer-ios",
"targets" : [
"KustomerChat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KustomerChat",
"module_type" : "BinaryTarget",
"name" : "KustomerChat",
"path" : "KustomerChat.xcframework",
"product_memberships" : [
"kustomer-ios"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:16:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
14 | ],
15 | dependencies: [
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:17:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
15 | dependencies: [
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
/Users/admin/builder/spi-builder-workspace/Package.swift:22:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
24 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
24 | ],
25 | targets: [
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
Build complete! (13.84s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:16:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
14 | ],
15 | dependencies: [
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:17:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
15 | dependencies: [
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
/Users/admin/builder/spi-builder-workspace/Package.swift:22:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
24 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
24 | ],
25 | targets: [
Fetching https://github.com/SwiftyJSON/SwiftyJSON
Fetching https://github.com/pikachu987/NotificationView
Fetching https://github.com/auth0/JWTDecode.swift
Fetching https://github.com/pubnub/swift.git
Fetching https://github.com/ashleymills/Reachability.swift
Fetching https://github.com/SnapKit/SnapKit
Fetching https://github.com/instacart/Nantes
[1/1226] Fetching nantes
[112/1529] Fetching nantes, notificationview
[223/3451] Fetching nantes, notificationview, reachability.swift
[396/7720] Fetching nantes, notificationview, reachability.swift, snapkit
[823/11887] Fetching nantes, notificationview, reachability.swift, snapkit, jwtdecode.swift
[1618/18154] Fetching nantes, notificationview, reachability.swift, snapkit, jwtdecode.swift, swiftyjson
[4790/32597] Fetching nantes, notificationview, reachability.swift, snapkit, jwtdecode.swift, swiftyjson, swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (1.30s)
Fetched https://github.com/instacart/Nantes from cache (1.30s)
[21896/29449] Fetching notificationview, snapkit, jwtdecode.swift, swiftyjson, swift
Fetching https://github.com/kustomer/Down
Fetched https://github.com/pikachu987/NotificationView from cache (1.33s)
[22358/29146] Fetching snapkit, jwtdecode.swift, swiftyjson, swift
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.38s)
Fetched https://github.com/auth0/JWTDecode.swift from cache (1.38s)
[17846/18712] Fetching snapkit, swift
Fetched https://github.com/SnapKit/SnapKit from cache (1.56s)
Fetched https://github.com/pubnub/swift.git from cache (1.56s)
[1/2023] Fetching down
Fetched https://github.com/kustomer/Down from cache (1.67s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (6.49s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (0.54s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (0.60s)
Computing version for https://github.com/pubnub/swift.git
Computed https://github.com/pubnub/swift.git at 6.3.0 (0.64s)
Computing version for https://github.com/pikachu987/NotificationView
Computed https://github.com/pikachu987/NotificationView at 0.2.5 (0.58s)
Computing version for https://github.com/instacart/Nantes
Computed https://github.com/instacart/Nantes at 0.1.2 (0.59s)
Computing version for https://github.com/auth0/JWTDecode.swift
Computed https://github.com/auth0/JWTDecode.swift at 3.3.0 (0.48s)
Computing version for https://github.com/kustomer/Down
Computed https://github.com/kustomer/Down at 0.11.0 (0.61s)
Creating working copy for https://github.com/pikachu987/NotificationView
Working copy of https://github.com/pikachu987/NotificationView resolved at 0.2.5
Creating working copy for https://github.com/instacart/Nantes
Working copy of https://github.com/instacart/Nantes resolved at 0.1.2
Creating working copy for https://github.com/pubnub/swift.git
Working copy of https://github.com/pubnub/swift.git resolved at 6.3.0
Creating working copy for https://github.com/kustomer/Down
Working copy of https://github.com/kustomer/Down resolved at 0.11.0
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
Creating working copy for https://github.com/auth0/JWTDecode.swift
Working copy of https://github.com/auth0/JWTDecode.swift resolved at 3.3.0
warning: 'spi-builder-workspace': dependency 'down' is not used by any target
warning: 'spi-builder-workspace': dependency 'jwtdecode.swift' is not used by any target
warning: 'spi-builder-workspace': dependency 'nantes' is not used by any target
warning: 'spi-builder-workspace': dependency 'notificationview' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift' is not used by any target
warning: 'spi-builder-workspace': dependency 'reachability.swift' is not used by any target
warning: 'spi-builder-workspace': dependency 'snapkit' is not used by any target
warning: 'spi-builder-workspace': dependency 'swiftyjson' is not used by any target
Build complete.
{
"dependencies" : [
{
"identity" : "down",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "0.12.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kustomer/Down"
},
{
"identity" : "jwtdecode.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.0",
"upper_bound" : "3.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/auth0/JWTDecode.swift"
},
{
"identity" : "nantes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/instacart/Nantes"
},
{
"identity" : "notificationview",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.5",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pikachu987/NotificationView"
},
{
"identity" : "swift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.3.0",
"upper_bound" : "6.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pubnub/swift.git"
},
{
"identity" : "reachability.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.4",
"upper_bound" : "5.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ashleymills/Reachability.swift"
},
{
"identity" : "snapkit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.7.1",
"upper_bound" : "5.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SnapKit/SnapKit"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.2",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON"
}
],
"manifest_display_name" : "kustomer-ios",
"name" : "kustomer-ios",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "kustomer-ios",
"targets" : [
"KustomerChat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KustomerChat",
"module_type" : "BinaryTarget",
"name" : "KustomerChat",
"path" : "KustomerChat.xcframework",
"product_memberships" : [
"kustomer-ios"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:16:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
14 | ],
15 | dependencies: [
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:17:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
15 | dependencies: [
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
16 | .package(name: "Down", url: "https://github.com/kustomer/Down", .upToNextMinor(from: "0.11.0")),
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
17 | .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", .upToNextMinor(from: "3.3.0")),
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
18 | .package(name: "Nantes", url: "https://github.com/instacart/Nantes", .upToNextMinor(from: "0.1.2")),
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
19 | .package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", .upToNextMinor(from: "0.2.5")),
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
/Users/admin/builder/spi-builder-workspace/Package.swift:22:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
20 | .package(name: "PubNub", url: "https://github.com/pubnub/swift.git", .upToNextMinor(from: "6.3.0")),
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
24 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:6: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
21 | .package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", .upToNextMinor(from: "5.2.4")),
22 | .package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMinor(from: "5.7.1")),
23 | .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", .upToNextMinor(from: "5.0.2"))
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
24 | ],
25 | targets: [
Done.