Build Information
Successful build of StringCatalogKit, reference 1.0.0 (eae11d), with Swift 6.1 for macOS (SPM) on 28 Feb 2026 17:15:51 UTC.
Swift 6 data race errors: 0
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/atacan/StringCatalogkit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atacan/StringCatalogkit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at eae11d4 comments for actor AsyncSemaphore
Cloned https://github.com/atacan/StringCatalogkit.git
Revision (git rev-parse @):
eae11d4671551915a35b533dc40f27e15c244a1d
SUCCESS checkout https://github.com/atacan/StringCatalogkit.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/atacan/StringCatalogkit.git
https://github.com/atacan/StringCatalogkit.git
{
"dependencies" : [
],
"manifest_display_name" : "StringCatalogKit",
"name" : "StringCatalogKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "StringCatalog",
"targets" : [
"StringCatalog"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CatalogTranslation",
"targets" : [
"CatalogTranslation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CatalogTranslationLLM",
"targets" : [
"CatalogTranslationLLM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StringCatalogTests",
"module_type" : "SwiftTarget",
"name" : "StringCatalogTests",
"path" : "Tests/StringCatalogTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StringCatalogTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"StringCatalogCodableTests.swift"
],
"target_dependencies" : [
"StringCatalog"
],
"type" : "test"
},
{
"c99name" : "StringCatalog",
"module_type" : "SwiftTarget",
"name" : "StringCatalog",
"path" : "Sources/StringCatalog",
"product_memberships" : [
"StringCatalog",
"CatalogTranslation",
"CatalogTranslationLLM"
],
"sources" : [
"StringCatalog.swift",
"Types/StringEntry.swift",
"Types/StringExtractionState.swift",
"Types/StringLanguage.swift",
"Types/StringLocalization.swift",
"Types/StringSubstitution.swift",
"Types/StringUnit.swift",
"Types/StringUnitState.swift",
"Types/StringVariation.swift",
"Types/StringVariations.swift",
"Utilities/DictionaryWrapper.swift"
],
"type" : "library"
},
{
"c99name" : "CatalogTranslationTests",
"module_type" : "SwiftTarget",
"name" : "CatalogTranslationTests",
"path" : "Tests/CatalogTranslationTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CatalogTranslationTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CatalogTranslationEngineTests.swift"
],
"target_dependencies" : [
"CatalogTranslation",
"StringCatalog"
],
"type" : "test"
},
{
"c99name" : "CatalogTranslationLLM",
"module_type" : "SwiftTarget",
"name" : "CatalogTranslationLLM",
"path" : "Sources/CatalogTranslationLLM",
"product_memberships" : [
"CatalogTranslationLLM"
],
"sources" : [
"LLMTranslator.swift"
],
"target_dependencies" : [
"CatalogTranslation"
],
"type" : "library"
},
{
"c99name" : "CatalogTranslation",
"module_type" : "SwiftTarget",
"name" : "CatalogTranslation",
"path" : "Sources/CatalogTranslation",
"product_memberships" : [
"CatalogTranslation",
"CatalogTranslationLLM"
],
"sources" : [
"CatalogFileTranslationService.swift",
"CatalogTranslationEngine.swift",
"Types.swift"
],
"target_dependencies" : [
"StringCatalog"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/15] Compiling StringCatalog StringUnitState.swift
[6/16] Emitting module StringCatalog
[7/16] Compiling StringCatalog StringExtractionState.swift
[8/16] Compiling StringCatalog StringCatalog.swift
[9/16] Compiling StringCatalog StringEntry.swift
[10/16] Compiling StringCatalog StringLanguage.swift
[11/16] Compiling StringCatalog StringUnit.swift
[12/16] Compiling StringCatalog StringSubstitution.swift
[13/16] Compiling StringCatalog StringVariation.swift
[14/16] Compiling StringCatalog StringLocalization.swift
[15/16] Compiling StringCatalog StringVariations.swift
[16/16] Compiling StringCatalog DictionaryWrapper.swift
[17/20] Compiling CatalogTranslation Types.swift
[18/20] Emitting module CatalogTranslation
[19/20] Compiling CatalogTranslation CatalogTranslationEngine.swift
[20/20] Compiling CatalogTranslation CatalogFileTranslationService.swift
[21/22] Compiling CatalogTranslationLLM LLMTranslator.swift
[22/22] Emitting module CatalogTranslationLLM
Build complete! (6.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StringCatalogKit",
"name" : "StringCatalogKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "StringCatalog",
"targets" : [
"StringCatalog"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CatalogTranslation",
"targets" : [
"CatalogTranslation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CatalogTranslationLLM",
"targets" : [
"CatalogTranslationLLM"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StringCatalogTests",
"module_type" : "SwiftTarget",
"name" : "StringCatalogTests",
"path" : "Tests/StringCatalogTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StringCatalogTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"StringCatalogCodableTests.swift"
],
"target_dependencies" : [
"StringCatalog"
],
"type" : "test"
},
{
"c99name" : "StringCatalog",
"module_type" : "SwiftTarget",
"name" : "StringCatalog",
"path" : "Sources/StringCatalog",
"product_memberships" : [
"StringCatalog",
"CatalogTranslation",
"CatalogTranslationLLM"
],
"sources" : [
"StringCatalog.swift",
"Types/StringEntry.swift",
"Types/StringExtractionState.swift",
"Types/StringLanguage.swift",
"Types/StringLocalization.swift",
"Types/StringSubstitution.swift",
"Types/StringUnit.swift",
"Types/StringUnitState.swift",
"Types/StringVariation.swift",
"Types/StringVariations.swift",
"Utilities/DictionaryWrapper.swift"
],
"type" : "library"
},
{
"c99name" : "CatalogTranslationTests",
"module_type" : "SwiftTarget",
"name" : "CatalogTranslationTests",
"path" : "Tests/CatalogTranslationTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/CatalogTranslationTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CatalogTranslationEngineTests.swift"
],
"target_dependencies" : [
"CatalogTranslation",
"StringCatalog"
],
"type" : "test"
},
{
"c99name" : "CatalogTranslationLLM",
"module_type" : "SwiftTarget",
"name" : "CatalogTranslationLLM",
"path" : "Sources/CatalogTranslationLLM",
"product_memberships" : [
"CatalogTranslationLLM"
],
"sources" : [
"LLMTranslator.swift"
],
"target_dependencies" : [
"CatalogTranslation"
],
"type" : "library"
},
{
"c99name" : "CatalogTranslation",
"module_type" : "SwiftTarget",
"name" : "CatalogTranslation",
"path" : "Sources/CatalogTranslation",
"product_memberships" : [
"CatalogTranslation",
"CatalogTranslationLLM"
],
"sources" : [
"CatalogFileTranslationService.swift",
"CatalogTranslationEngine.swift",
"Types.swift"
],
"target_dependencies" : [
"StringCatalog"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.