Build Information
Successful build of RecombeeClient, reference v6.2.0 (2f0432), with Swift 6.2 for macOS (SPM) on 19 Apr 2026 09:21:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/recombee/swift-api-client.git
Reference: v6.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/recombee/swift-api-client
* tag v6.2.0 -> FETCH_HEAD
HEAD is now at 2f0432b Release: v6.2.0
Cloned https://github.com/recombee/swift-api-client.git
Revision (git rev-parse @):
2f0432bcc43b13acd1ed7372f02e437c853005b5
SUCCESS checkout https://github.com/recombee/swift-api-client.git at v6.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/recombee/swift-api-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Emitting module AnyCodable
[8/40] Compiling RecombeeClient RecommendNextItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItems.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
56 | /// The body of the request as a dictionary
57 | public var bodyParameters: [String: Any]? {
58 | var body: [String: Any] = [
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
59 | "count": count,
60 | ]
[9/40] Compiling RecombeeClient Request.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItems.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
56 | /// The body of the request as a dictionary
57 | public var bodyParameters: [String: Any]? {
58 | var body: [String: Any] = [
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
59 | "count": count,
60 | ]
[10/40] Compiling RecombeeClient SearchItemSegments.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItems.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
56 | /// The body of the request as a dictionary
57 | public var bodyParameters: [String: Any]? {
58 | var body: [String: Any] = [
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
59 | "count": count,
60 | ]
[11/40] Emitting module RecombeeClient
[12/43] Compiling RecombeeClient RecommendationResponse.swift
[13/43] Compiling RecombeeClient SearchResponse.swift
[14/43] Compiling RecombeeClient StringResponseBinding.swift
[15/43] Compiling RecombeeClient AddBookmark.swift
[16/43] Compiling RecombeeClient JsonDictionary.swift
[17/43] Compiling RecombeeClient Region.swift
[18/43] Compiling RecombeeClient URLSession.swift
[19/43] Compiling RecombeeClient RecommendItemsToItemSegment.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItemSegments.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
56 | /// The body of the request as a dictionary
57 | public var bodyParameters: [String: Any]? {
58 | var body: [String: Any] = [
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
59 | "count": count,
60 | ]
[20/43] Compiling RecombeeClient RecommendItemsToUser.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItemSegments.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
56 | /// The body of the request as a dictionary
57 | public var bodyParameters: [String: Any]? {
58 | var body: [String: Any] = [
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
59 | "count": count,
60 | ]
[21/43] Compiling RecombeeClient RecommendNextItemSegments.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/RecommendNextItemSegments.swift:58:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
56 | /// The body of the request as a dictionary
57 | public var bodyParameters: [String: Any]? {
58 | var body: [String: Any] = [
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
59 | "count": count,
60 | ]
[22/43] Compiling RecombeeClient SearchItems.swift
[23/43] Compiling RecombeeClient SetViewPortion.swift
[24/43] Compiling RecombeeClient HttpMethod.swift
[25/43] Compiling RecombeeClient RecommendItemSegmentsToItemSegment.swift
[26/43] Compiling RecombeeClient RecommendItemSegmentsToUser.swift
[27/43] Compiling RecombeeClient RecommendItemsToItem.swift
[28/43] Compiling RecombeeClient ClientError.swift
[29/43] Compiling RecombeeClient RecombeeClient.swift
[30/43] Compiling RecombeeClient BatchResponse.swift
[31/43] Compiling RecombeeClient CompositeRecommendationResponse.swift
[32/43] Compiling RecombeeClient CompositeRecommendationStageParameters.swift
[33/43] Compiling RecombeeClient Logic.swift
[34/43] Compiling RecombeeClient RecombeeBinding.swift
[35/43] Compiling RecombeeClient Recommendation.swift
[36/43] Compiling RecombeeClient AddCartAddition.swift
[37/43] Compiling RecombeeClient AddDetailView.swift
[38/43] Compiling RecombeeClient AddPurchase.swift
[39/43] Compiling RecombeeClient AddRating.swift
[40/43] Compiling RecombeeClient Batch.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: warning: expression implicitly coerced from 'Bool?' to 'Any'
47 | public var queryParameters: [String: Any]? {
48 | return [
49 | "cascadeCreate": cascadeCreate,
| |- warning: expression implicitly coerced from 'Bool?' to 'Any'
| |- note: provide a default value to avoid this warning
| |- note: force-unwrap the value to avoid this warning
| `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
50 | ]
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:55:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
53 | /// The body of the request as a dictionary
54 | public var bodyParameters: [String: Any]? {
55 | var body: [String: Any] = [:]
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
56 |
57 | return body
[41/43] Compiling RecombeeClient CompositeRecommendation.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: warning: expression implicitly coerced from 'Bool?' to 'Any'
47 | public var queryParameters: [String: Any]? {
48 | return [
49 | "cascadeCreate": cascadeCreate,
| |- warning: expression implicitly coerced from 'Bool?' to 'Any'
| |- note: provide a default value to avoid this warning
| |- note: force-unwrap the value to avoid this warning
| `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
50 | ]
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:55:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
53 | /// The body of the request as a dictionary
54 | public var bodyParameters: [String: Any]? {
55 | var body: [String: Any] = [:]
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
56 |
57 | return body
[42/43] Compiling RecombeeClient MergeUsers.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: warning: expression implicitly coerced from 'Bool?' to 'Any'
47 | public var queryParameters: [String: Any]? {
48 | return [
49 | "cascadeCreate": cascadeCreate,
| |- warning: expression implicitly coerced from 'Bool?' to 'Any'
| |- note: provide a default value to avoid this warning
| |- note: force-unwrap the value to avoid this warning
| `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
50 | ]
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:55:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
53 | /// The body of the request as a dictionary
54 | public var bodyParameters: [String: Any]? {
55 | var body: [String: Any] = [:]
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
56 |
57 | return body
[43/43] Compiling RecombeeClient RecommendItemSegmentsToItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:49:30: warning: expression implicitly coerced from 'Bool?' to 'Any'
47 | public var queryParameters: [String: Any]? {
48 | return [
49 | "cascadeCreate": cascadeCreate,
| |- warning: expression implicitly coerced from 'Bool?' to 'Any'
| |- note: provide a default value to avoid this warning
| |- note: force-unwrap the value to avoid this warning
| `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
50 | ]
51 | }
/Users/admin/builder/spi-builder-workspace/Sources/RecombeeClient/Requests/MergeUsers.swift:55:13: warning: variable 'body' was never mutated; consider changing to 'let' constant
53 | /// The body of the request as a dictionary
54 | public var bodyParameters: [String: Any]? {
55 | var body: [String: Any] = [:]
| `- warning: variable 'body' was never mutated; consider changing to 'let' constant
56 |
57 | return body
Build complete! (8.21s)
Fetching https://github.com/Flight-School/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable.git from cache (0.90s)
Computing version for https://github.com/Flight-School/AnyCodable.git
Computed https://github.com/Flight-School/AnyCodable.git at 0.6.7 (1.57s)
Creating working copy for https://github.com/Flight-School/AnyCodable.git
Working copy of https://github.com/Flight-School/AnyCodable.git resolved at 0.6.7
Build complete.
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable.git"
}
],
"manifest_display_name" : "RecombeeClient",
"name" : "RecombeeClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "RecombeeClient",
"targets" : [
"RecombeeClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RecombeeClientTests",
"module_type" : "SwiftTarget",
"name" : "RecombeeClientTests",
"path" : "Tests",
"sources" : [
"RecombeeClientTests/RecombeeTestCase.swift",
"RecombeeClientTests/TestAddBookmark.swift",
"RecombeeClientTests/TestAddCartAddition.swift",
"RecombeeClientTests/TestAddDetailView.swift",
"RecombeeClientTests/TestAddPurchase.swift",
"RecombeeClientTests/TestAddRating.swift",
"RecombeeClientTests/TestBatch.swift",
"RecombeeClientTests/TestCompositeRecommendation.swift",
"RecombeeClientTests/TestExample.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToItem.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToItemSegment.swift",
"RecombeeClientTests/TestRecommendItemSegmentsToUser.swift",
"RecombeeClientTests/TestRecommendItemsToItem.swift",
"RecombeeClientTests/TestRecommendItemsToItemSegment.swift",
"RecombeeClientTests/TestRecommendItemsToUser.swift",
"RecombeeClientTests/TestRecommendNextItemSegments.swift",
"RecombeeClientTests/TestRecommendNextItems.swift",
"RecombeeClientTests/TestSearchItemSegments.swift",
"RecombeeClientTests/TestSearchItems.swift",
"RecombeeClientTests/TestSetViewPortion.swift"
],
"target_dependencies" : [
"RecombeeClient"
],
"type" : "test"
},
{
"c99name" : "RecombeeClient",
"module_type" : "SwiftTarget",
"name" : "RecombeeClient",
"path" : "Sources",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"RecombeeClient"
],
"sources" : [
"RecombeeClient/ApiClient/ClientError.swift",
"RecombeeClient/ApiClient/RecombeeClient.swift",
"RecombeeClient/Bindings/BatchResponse.swift",
"RecombeeClient/Bindings/CompositeRecommendationResponse.swift",
"RecombeeClient/Bindings/CompositeRecommendationStageParameters.swift",
"RecombeeClient/Bindings/Logic.swift",
"RecombeeClient/Bindings/RecombeeBinding.swift",
"RecombeeClient/Bindings/Recommendation.swift",
"RecombeeClient/Bindings/RecommendationResponse.swift",
"RecombeeClient/Bindings/SearchResponse.swift",
"RecombeeClient/Bindings/StringResponseBinding.swift",
"RecombeeClient/Requests/AddBookmark.swift",
"RecombeeClient/Requests/AddCartAddition.swift",
"RecombeeClient/Requests/AddDetailView.swift",
"RecombeeClient/Requests/AddPurchase.swift",
"RecombeeClient/Requests/AddRating.swift",
"RecombeeClient/Requests/Batch.swift",
"RecombeeClient/Requests/CompositeRecommendation.swift",
"RecombeeClient/Requests/MergeUsers.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToItem.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToItemSegment.swift",
"RecombeeClient/Requests/RecommendItemSegmentsToUser.swift",
"RecombeeClient/Requests/RecommendItemsToItem.swift",
"RecombeeClient/Requests/RecommendItemsToItemSegment.swift",
"RecombeeClient/Requests/RecommendItemsToUser.swift",
"RecombeeClient/Requests/RecommendNextItemSegments.swift",
"RecombeeClient/Requests/RecommendNextItems.swift",
"RecombeeClient/Requests/Request.swift",
"RecombeeClient/Requests/SearchItemSegments.swift",
"RecombeeClient/Requests/SearchItems.swift",
"RecombeeClient/Requests/SetViewPortion.swift",
"RecombeeClient/Utils/HttpMethod.swift",
"RecombeeClient/Utils/JsonDictionary.swift",
"RecombeeClient/Utils/Region.swift",
"RecombeeClient/Utils/URLSession.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.