Build Information
Successful build of StrapiSwift, reference main (0e06a1
), with Swift 5.9 for macOS (SPM) on 26 Apr 2025 05:57:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/meesakveld/strapi-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/meesakveld/strapi-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0e06a10 Update LICENSE
Cloned https://github.com/meesakveld/strapi-swift.git
Revision (git rev-parse @):
0e06a10e8740523b7da348031b0fd64141c95026
SUCCESS checkout https://github.com/meesakveld/strapi-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/meesakveld/strapi-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/20] Emitting module StrapiSwift
[2/22] Compiling StrapiSwift Authentication.swift
[3/22] Compiling StrapiSwift LocalAuth.swift
[4/22] Compiling StrapiSwift CollectionQuery.swift
[5/22] Compiling StrapiSwift StrapiErrorResponse.swift
[6/22] Compiling StrapiSwift StrapiSwiftError.swift
[7/22] Compiling StrapiSwift FilterGroup.swift
[8/22] Compiling StrapiSwift PopulateQuery.swift
[9/22] Compiling StrapiSwift StrapiRequestBody.swift
[10/22] Compiling StrapiSwift ExtractErrorMessage.swift
[11/22] Compiling StrapiSwift MakeRequest.swift
[12/22] Compiling StrapiSwift StrapiSwift.swift
[13/22] Compiling StrapiSwift StrapiImage.swift
[14/22] Compiling StrapiSwift AnyCodable.swift
[15/22] Compiling StrapiSwift SortOperator.swift
[16/22] Compiling StrapiSwift MediaFileQuery.swift
[17/22] Compiling StrapiSwift StrapiResponse.swift
[18/22] Compiling StrapiSwift FilterOperator.swift
[19/22] Compiling StrapiSwift MediaFilesQuery.swift
[20/22] Compiling StrapiSwift MediaLibrary.swift
[21/22] Compiling StrapiSwift ContentManager.swift
[22/22] Compiling StrapiSwift DocumentQuery.swift
Build complete! (11.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StrapiSwift",
"name" : "StrapiSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "StrapiSwift",
"targets" : [
"StrapiSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StrapiSwiftTests",
"module_type" : "SwiftTarget",
"name" : "StrapiSwiftTests",
"path" : "Tests/StrapiSwiftTests",
"sources" : [
"AuthenticationTests/AuthenticationTests.swift",
"AuthenticationTests/LocalAuthTests.swift",
"ContentManagerTests/CollectionQueryTests.swift",
"ContentManagerTests/TypesTests/FilterOperatorTests.swift",
"ContentManagerTests/TypesTests/SortOperatorTests.swift",
"StrapiSwiftTests.swift"
],
"target_dependencies" : [
"StrapiSwift"
],
"type" : "test"
},
{
"c99name" : "StrapiSwift",
"module_type" : "SwiftTarget",
"name" : "StrapiSwift",
"path" : "Sources/StrapiSwift",
"product_memberships" : [
"StrapiSwift"
],
"sources" : [
"Authentication/Authentication.swift",
"Authentication/LocalAuth.swift",
"ContentManager/CollectionQuery.swift",
"ContentManager/ContentManager.swift",
"ContentManager/DocumentQuery.swift",
"ContentManager/FilterGroup.swift",
"ContentManager/PopulateQuery.swift",
"ContentManager/StrapiResponse.swift",
"ContentManager/Types/FilterOperator.swift",
"ContentManager/Types/SortOperator.swift",
"MediaLibrary/MediaFileQuery.swift",
"MediaLibrary/MediaFilesQuery.swift",
"MediaLibrary/MediaLibrary.swift",
"MediaLibrary/Types/StrapiImage.swift",
"Requests/Body/AnyCodable.swift",
"Requests/Body/StrapiRequestBody.swift",
"Requests/ErrorHandler/ExtractErrorMessage.swift",
"Requests/ErrorHandler/StrapiErrorResponse.swift",
"Requests/ErrorHandler/StrapiSwiftError.swift",
"Requests/MakeRequest.swift",
"StrapiSwift.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.