Build Information
Successful build of AnyTranslate, reference 1.0.4 (b51632), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 07:35:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ArchieGoodwin/AnyTranslate.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArchieGoodwin/AnyTranslate
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at b516328 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/ArchieGoodwin/AnyTranslate.git
Revision (git rev-parse @):
b516328b51e3109535166c1e7961d935e46f4d72
SUCCESS checkout https://github.com/ArchieGoodwin/AnyTranslate.git at 1.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ArchieGoodwin/AnyTranslate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling AnyTranslate AnyTranslate.swift
/Users/admin/builder/spi-builder-workspace/Sources/AnyTranslate/AnyTranslate.swift:81:29: warning: capture of 'self' with non-sendable type 'AnyTranslate' in a '@Sendable' closure [#SendableClosureCaptures]
9 | import Combine
10 |
11 | public class AnyTranslate {
| `- note: class 'AnyTranslate' does not conform to the 'Sendable' protocol
12 | public static var shared = AnyTranslate()
13 | private var token: String = ""
:
79 | UserDefaults.standard.set(value, forKey: "anytranslate.\(text)")
80 | DispatchQueue.main.async {
81 | self.anytranslatePublisher.send((text, value))
| `- warning: capture of 'self' with non-sendable type 'AnyTranslate' in a '@Sendable' closure [#SendableClosureCaptures]
82 | }
83 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[4/4] Emitting module AnyTranslate
Build complete! (3.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AnyTranslate",
"name" : "AnyTranslate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AnyTranslate",
"targets" : [
"AnyTranslate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyTranslate",
"module_type" : "SwiftTarget",
"name" : "AnyTranslate",
"path" : "Sources/AnyTranslate",
"product_memberships" : [
"AnyTranslate"
],
"sources" : [
"AnyTranslate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.