Build Information
Successful build of Localize, reference master (925c86), with Swift 6.1 for macOS (SPM) on 14 Dec 2025 23:10:33 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andresilvagomez/Localize.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andresilvagomez/Localize
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 925c862 Merge pull request #66 from minsoe/master
Cloned https://github.com/andresilvagomez/Localize.git
Revision (git rev-parse @):
925c862e52891a048adfe805358db1953bbfd07c
SUCCESS checkout https://github.com/andresilvagomez/Localize.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/andresilvagomez/Localize.git
https://github.com/andresilvagomez/Localize.git
{
"dependencies" : [
],
"manifest_display_name" : "Localize",
"name" : "Localize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Localize",
"targets" : [
"Localize"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Localize",
"module_type" : "SwiftTarget",
"name" : "Localize",
"path" : "Source",
"product_memberships" : [
"Localize"
],
"sources" : [
"Localize.swift",
"LocalizeCommonProtocol.swift",
"LocalizeConfig.swift",
"LocalizeJson.swift",
"LocalizeProtocol.swift",
"LocalizeStatic.swift",
"LocalizeString.swift",
"LocalizeStrings.swift",
"LocalizeUI.swift",
"Pluralize.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Source/Tests': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Source/Example': File not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Localize LocalizeUI.swift
[4/12] Compiling Localize LocalizeString.swift
[5/12] Compiling Localize LocalizeStatic.swift
[6/12] Compiling Localize LocalizeStrings.swift
[7/13] Compiling Localize LocalizeProtocol.swift
[8/13] Compiling Localize Localize.swift
/Users/admin/builder/spi-builder-workspace/Source/Localize.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Localize' may have shared mutable state; this is an error in the Swift 6 language mode
26 | /// Is a pricipal class, contents all logic to localize your keys
27 | /// read json and determinate all configurations.
28 | public class Localize: NSObject {
| `- note: class 'Localize' does not conform to the 'Sendable' protocol
29 |
30 | // MARK: Properties
31 |
32 | /// Shared instance
33 | public static let shared: Localize = Localize()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Localize' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 | /// Provider to localize your app.
[9/13] Emitting module Localize
/Users/admin/builder/spi-builder-workspace/Source/Localize.swift:33:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Localize' may have shared mutable state; this is an error in the Swift 6 language mode
26 | /// Is a pricipal class, contents all logic to localize your keys
27 | /// read json and determinate all configurations.
28 | public class Localize: NSObject {
| `- note: class 'Localize' does not conform to the 'Sendable' protocol
29 |
30 | // MARK: Properties
31 |
32 | /// Shared instance
33 | public static let shared: Localize = Localize()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Localize' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 | /// Provider to localize your app.
[10/13] Compiling Localize LocalizeJson.swift
[11/13] Compiling Localize LocalizeCommonProtocol.swift
[12/13] Compiling Localize LocalizeConfig.swift
[13/13] Compiling Localize Pluralize.swift
Build complete! (5.05s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Source/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Source/Tests': File not found.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Localize",
"name" : "Localize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Localize",
"targets" : [
"Localize"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Localize",
"module_type" : "SwiftTarget",
"name" : "Localize",
"path" : "Source",
"product_memberships" : [
"Localize"
],
"sources" : [
"Localize.swift",
"LocalizeCommonProtocol.swift",
"LocalizeConfig.swift",
"LocalizeJson.swift",
"LocalizeProtocol.swift",
"LocalizeStatic.swift",
"LocalizeString.swift",
"LocalizeStrings.swift",
"LocalizeUI.swift",
"Pluralize.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Source/Tests': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Source/Example': File not found.
Done.