Build Information
Successful build of StrapiSwiftKit, reference v0.2.0 (4b5533), with Swift 6.2 for macOS (SPM) on 22 Feb 2026 15:51:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ritesh-15/strapi-swift-kit.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ritesh-15/strapi-swift-kit
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at 4b55338 Update README with badges and documentation enhancements (#17)
Cloned https://github.com/ritesh-15/strapi-swift-kit.git
Revision (git rev-parse @):
4b553380fd50b610a15b72106dbcbfc0810b19d7
SUCCESS checkout https://github.com/ritesh-15/strapi-swift-kit.git at v0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "strapi-swift-kit",
"name": "StrapiSwiftKit",
"url": "https://github.com/ritesh-15/strapi-swift-kit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/strapi-swift-kit",
"dependencies": [
]
}
]
}
Fetching https://github.com/ritesh-15/strapi-swift-kit.git
[1/306] Fetching strapi-swift-kit
Fetched https://github.com/ritesh-15/strapi-swift-kit.git from cache (0.73s)
Creating working copy for https://github.com/ritesh-15/strapi-swift-kit.git
Working copy of https://github.com/ritesh-15/strapi-swift-kit.git resolved at v0.2.0 (4b55338)
warning: '.resolve-product-dependencies': dependency 'strapi-swift-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ritesh-15/strapi-swift-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/29] Emitting module StrapiSwiftKit
[4/31] Compiling StrapiSwiftKit StrapiErrorResponse.swift
[5/31] Compiling StrapiSwiftKit StrapiListResponse.swift
[6/31] Compiling StrapiSwiftKit StrapiSingleResponse.swift
[7/31] Compiling StrapiSwiftKit StrapiRepository.swift
[8/31] Compiling StrapiSwiftKit StrapiRequest.swift
[9/31] Compiling StrapiSwiftKit StrapiQuery.swift
[10/31] Compiling StrapiSwiftKit StrapiSortOrder.swift
[11/31] Compiling StrapiSwiftKit StrapiConfig.swift
[12/31] Compiling StrapiSwiftKit StrapiEndpoint.swift
[13/31] Compiling StrapiSwiftKit StrapiError.swift
[14/31] Compiling StrapiSwiftKit HTTPTransportProtocol.swift
[15/31] Compiling StrapiSwiftKit StrapiAuthProvider.swift
[16/31] Compiling StrapiSwiftKit StrapiClient.swift
[17/31] Compiling StrapiSwiftKit URLSessionTransport.swift
[18/31] Compiling StrapiSwiftKit PaginationMeta.swift
[19/31] Compiling StrapiSwiftKit StrapiCreateRequest.swift
[20/31] Compiling StrapiSwiftKit StrapiLoggerProtocol.swift
[21/31] Compiling StrapiSwiftKit FilterBuilder.swift
[22/31] Compiling StrapiSwiftKit FilterEncoder.swift
[23/31] Compiling StrapiSwiftKit FilterNode.swift
[24/31] Compiling StrapiSwiftKit StrapiFilter.swift
[25/31] Compiling StrapiSwiftKit StrapiOperators.swift
[26/31] Compiling StrapiSwiftKit PopulateEncoder.swift
[27/31] Compiling StrapiSwiftKit PopulateNode.swift
[28/31] Compiling StrapiSwiftKit PopulateQueryBuilder.swift
[29/31] Compiling StrapiSwiftKit JSONDecoder+Ext.swift
[30/31] Compiling StrapiSwiftKit DefaultStrapiLogger.swift
[31/31] Compiling StrapiSwiftKit StrapiLogLevels.swift
Build complete! (5.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StrapiSwiftKit",
"name" : "StrapiSwiftKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "StrapiSwiftKit",
"targets" : [
"StrapiSwiftKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StrapiSwiftKitTests",
"module_type" : "SwiftTarget",
"name" : "StrapiSwiftKitTests",
"path" : "Tests/StrapiSwiftKitTests",
"sources" : [
"Core/MockTransport.swift",
"Core/StrapiClientTests.swift",
"Core/StrapiExecuteTests.swift",
"Query/StrapiQueryDeepFiltersTests.swift",
"Query/StrapiQueryDeepPopulateTests.swift",
"Query/StrapiQueryTests.swift",
"Repository/StrapiRepositoryTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"StrapiSwiftKit"
],
"type" : "test"
},
{
"c99name" : "StrapiSwiftKit",
"module_type" : "SwiftTarget",
"name" : "StrapiSwiftKit",
"path" : "Sources/StrapiSwiftKit",
"product_memberships" : [
"StrapiSwiftKit"
],
"sources" : [
"Core/HTTPTransportProtocol.swift",
"Core/StrapiAuthProvider.swift",
"Core/StrapiClient.swift",
"Core/StrapiConfig.swift",
"Core/StrapiEndpoint.swift",
"Core/StrapiError.swift",
"Core/URLSessionTransport.swift",
"DTO/PaginationMeta.swift",
"DTO/StrapiCreateRequest.swift",
"DTO/StrapiErrorResponse.swift",
"DTO/StrapiListResponse.swift",
"DTO/StrapiSingleResponse.swift",
"Ext/JSONDecoder+Ext.swift",
"Logging/DefaultStrapiLogger.swift",
"Logging/StrapiLogLevels.swift",
"Logging/StrapiLoggerProtocol.swift",
"Query/Filters/FilterBuilder.swift",
"Query/Filters/FilterEncoder.swift",
"Query/Filters/FilterNode.swift",
"Query/Filters/StrapiFilter.swift",
"Query/Filters/StrapiOperators.swift",
"Query/Populate/PopulateEncoder.swift",
"Query/Populate/PopulateNode.swift",
"Query/Populate/PopulateQueryBuilder.swift",
"Query/StrapiQuery.swift",
"Query/StrapiSortOrder.swift",
"Repository/StrapiRepository.swift",
"Repository/StrapiRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.