Build Information
Successful build of wishkit-ios-shared, reference main (0a93f5), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 12:55:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wishkit/wishkit-ios-shared.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wishkit/wishkit-ios-shared
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0a93f54 Update README.md
Cloned https://github.com/wishkit/wishkit-ios-shared.git
Revision (git rev-parse @):
0a93f547202e545d88e2736214aad7a04f9fbf39
SUCCESS checkout https://github.com/wishkit/wishkit-ios-shared.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "wishkit-ios-shared",
"name": "wishkit-ios-shared",
"url": "https://github.com/wishkit/wishkit-ios-shared.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wishkit-ios-shared",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/wishkit/wishkit-ios-shared.git
[1/316] Fetching wishkit-ios-shared
Fetched https://github.com/wishkit/wishkit-ios-shared.git from cache (0.72s)
Creating working copy for https://github.com/wishkit/wishkit-ios-shared.git
Working copy of https://github.com/wishkit/wishkit-ios-shared.git resolved at main (0a93f54)
warning: '.resolve-product-dependencies': dependency 'wishkit-ios-shared' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/wishkit/wishkit-ios-shared.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/14] Compiling WishKitShared CreateWishRequest.swift
[4/14] Compiling WishKitShared VoteWishRequest.swift
[5/14] Compiling WishKitShared VoteWishResponse.swift
[6/14] Compiling WishKitShared CreateWishResponse.swift
[7/14] Compiling WishKitShared ListWishResponse.swift
[8/15] Compiling WishKitShared CreateCommentRequest.swift
[9/15] Compiling WishKitShared CommentResponse.swift
[10/15] Emitting module WishKitShared
[11/15] Compiling WishKitShared WishState.swift
[12/15] Compiling WishKitShared ApiError.swift
[13/15] Compiling WishKitShared UserRequest.swift
[14/15] Compiling WishKitShared UserResponse.swift
[15/15] Compiling WishKitShared WishResponse.swift
Build complete! (4.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "wishkit-ios-shared",
"name" : "wishkit-ios-shared",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WishKitShared",
"targets" : [
"WishKitShared"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WishKitSharedTests",
"module_type" : "SwiftTarget",
"name" : "WishKitSharedTests",
"path" : "Tests/WishKitSharedTests",
"sources" : [
"wishkit_ios_sharedTests.swift"
],
"target_dependencies" : [
"WishKitShared"
],
"type" : "test"
},
{
"c99name" : "WishKitShared",
"module_type" : "SwiftTarget",
"name" : "WishKitShared",
"path" : "Sources/WishKitShared",
"product_memberships" : [
"WishKitShared"
],
"sources" : [
"Comment/Request/CreateCommentRequest.swift",
"Comment/Response/CommentResponse.swift",
"Enum/WishState.swift",
"Error/ApiError.swift",
"User/Request/UserRequest.swift",
"User/Response/UserResponse.swift",
"Wish/Request/CreateWishRequest.swift",
"Wish/Request/VoteWishRequest.swift",
"Wish/Response/CreateWishResponse.swift",
"Wish/Response/ListWishResponse.swift",
"Wish/Response/VoteWishResponse.swift",
"Wish/Response/WishResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.