Build Information
Failed to build SpeziFoundation, reference 2.7.6 (14b71e), with Swift 6.1 for macOS (SPM) on 20 Apr 2026 03:10:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFoundation.git
Reference: 2.7.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziFoundation
* tag 2.7.6 -> FETCH_HEAD
HEAD is now at 14b71ec LocalizationsDictionary literal init (#65)
Cloned https://github.com/StanfordSpezi/SpeziFoundation.git
Revision (git rev-parse @):
14b71ec24d42463c273203556c3cbfc03ce04023
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziFoundation.git
https://github.com/StanfordSpezi/SpeziFoundation.git
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "xctruntimeassertions",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "zstd",
"requirement" : {
"exact" : [
"1.5.8-beta.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordBDHG/zstd.git"
},
{
"identity" : "threadlocal",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordBDHG/ThreadLocal.git"
}
],
"manifest_display_name" : "SpeziFoundation",
"name" : "SpeziFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SpeziFoundation",
"targets" : [
"SpeziFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziLocalization",
"targets" : [
"SpeziLocalization"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziLocalizationTests",
"module_type" : "SwiftTarget",
"name" : "SpeziLocalizationTests",
"path" : "Tests/SpeziLocalizationTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziLocalizationTests/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziLocalizationTests/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"LocalizationBundleTests.swift",
"LocalizationTests.swift",
"LocalizationsDictionaryTests.swift"
],
"target_dependencies" : [
"SpeziLocalization",
"SpeziFoundation"
],
"type" : "test"
},
{
"c99name" : "SpeziLocalization",
"module_type" : "SwiftTarget",
"name" : "SpeziLocalization",
"path" : "Sources/SpeziLocalization",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"SpeziLocalization"
],
"sources" : [
"Bundle+LocalizableString.swift",
"LocalizedFileResources/LocaleMatchingBehaviour.swift",
"LocalizedFileResources/LocalizationKey.swift",
"LocalizedFileResources/LocalizationsDictionary.swift",
"LocalizedFileResources/LocalizedFileResolution.swift",
"LocalizedFileResources/LocalizedFileResources.swift",
"Other.swift"
],
"target_dependencies" : [
"SpeziFoundation"
],
"type" : "library"
},
{
"c99name" : "SpeziFoundationTests",
"module_type" : "SwiftTarget",
"name" : "SpeziFoundationTests",
"path" : "Tests/SpeziFoundationTests",
"product_dependencies" : [
"RuntimeAssertionsTesting"
],
"sources" : [
"AnyAsyncSequenceTests.swift",
"AsyncSemaphoreTests.swift",
"CalendarExtensionsTests.swift",
"CancelableChildTaskTests.swift",
"CollectionBuildersTests.swift",
"CompressionAlgorithmTests.swift",
"DataDescriptorTests.swift",
"DurationTests.swift",
"ExceptionHandlingTests.swift",
"FileManagerTests.swift",
"FormatStyleTests.swift",
"KeyValuePairsTests.swift",
"LocalPreferenceTests.swift",
"LoggerTests.swift",
"MainActorExecutionTests.swift",
"ManagedAsynchronousAccessTests.swift",
"ManagedTaskQueueTests.swift",
"MarkdownDocumentTests.swift",
"OrderedArrayTests.swift",
"RWLockTests.swift",
"RuntimeEnvironmentTests.swift",
"SendableSharedRepositoryTests.swift",
"SequenceExtensionTests.swift",
"SharedRepositoryTests.swift",
"StaticStringTests.swift",
"TimeoutTests.swift",
"VersionTests.swift"
],
"target_dependencies" : [
"SpeziFoundation"
],
"type" : "test"
},
{
"c99name" : "SpeziFoundationObjC",
"module_type" : "ClangTarget",
"name" : "SpeziFoundationObjC",
"path" : "Sources/SpeziFoundationObjC",
"product_memberships" : [
"SpeziFoundation",
"SpeziLocalization"
],
"sources" : [
"ObjCExceptionHandling.m"
],
"type" : "library"
},
{
"c99name" : "SpeziFoundation",
"module_type" : "SwiftTarget",
"name" : "SpeziFoundation",
"path" : "Sources/SpeziFoundation",
"product_dependencies" : [
"libzstd",
"Atomics",
"Algorithms",
"RuntimeAssertions",
"Logging",
"ThreadLocal"
],
"product_memberships" : [
"SpeziFoundation",
"SpeziLocalization"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Collection Builders/ArrayBuilder.swift",
"Collection Builders/RangeReplaceableCollectionBuilder.swift",
"Collection Builders/SetBuilder.swift",
"Compression/CompressionAlgorithm.swift",
"Compression/Zlib.swift",
"Compression/Zstd.swift",
"Concurrency/AnyAsyncIterator.swift",
"Concurrency/AnyAsyncSequence.swift",
"Concurrency/AsyncSemaphore.swift",
"Concurrency/DiscardTaskGroup+CancellableTask.swift",
"Concurrency/MainActorExecution.swift",
"Concurrency/ManagedAsynchronousAccess.swift",
"Concurrency/ManagedTaskQueue.swift",
"Concurrency/RWLock/AtomicPThread.swift",
"Concurrency/RWLock/RWLock.swift",
"Concurrency/RWLock/RecursiveRWLock.swift",
"Concurrency/RWLock/_PThreadReadWriteLockProtocol.swift",
"LocalPreferences/HasDirectUserDefaultsSupport.swift",
"LocalPreferences/LocalPreference.swift",
"LocalPreferences/LocalPreferenceKey.swift",
"LocalPreferences/LocalPreferencesStore.swift",
"LocalPreferences/Migrations.swift",
"Markdown Document/MarkdownDocument+Metadata.swift",
"Markdown Document/MarkdownDocument+Parser.swift",
"Markdown Document/MarkdownDocument+Sections.swift",
"Markdown Document/MarkdownDocument.swift",
"Misc/AnyArray.swift",
"Misc/AnyOptional.swift",
"Misc/BidirectionalCollection.swift",
"Misc/BinarySearch.swift",
"Misc/Calendar.swift",
"Misc/DataDescriptor.swift",
"Misc/Duration.swift",
"Misc/FileManager.swift",
"Misc/FormatStyle.swift",
"Misc/KeyValuePairs.swift",
"Misc/Logger.swift",
"Misc/ObjCExceptionHandling.swift",
"Misc/OrderedArray.swift",
"Misc/Other.swift",
"Misc/RuntimeEnvironment.swift",
"Misc/SendableMetatype.swift",
"Misc/SequenceExtensions+Deprecations.swift",
"Misc/SequenceExtensions.swift",
"Misc/Sorting.swift",
"Misc/StaticString+Hashable.swift",
"Misc/String.swift",
"Misc/TimeoutError.swift",
"Misc/TopLevelDecoder.swift",
"Misc/TopLevelEncoder.swift",
"Misc/Version.swift",
"RuntimeConfig/RuntimeConfig.swift",
"SharedRepository/Builtin/RepositoryValue.swift",
"SharedRepository/Builtin/SendableValueRepository.swift",
"SharedRepository/Builtin/ValueRepository.swift",
"SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift",
"SharedRepository/KnowledgeSource/DefaultProvidingKnowledgeSource.swift",
"SharedRepository/KnowledgeSource/KnowledgeSource.swift",
"SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift",
"SharedRepository/KnowledgeSource/SomeComputedKnowledgeSource.swift",
"SharedRepository/RepositoryAnchor.swift",
"SharedRepository/SendableSharedRepository.swift",
"SharedRepository/SharedRepository.swift"
],
"target_dependencies" : [
"SpeziFoundationObjC",
"SpeziCZlib"
],
"type" : "library"
},
{
"c99name" : "SpeziCZlib",
"module_type" : "SystemLibraryTarget",
"name" : "SpeziCZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"SpeziFoundation",
"SpeziLocalization"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
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
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log from cache
[1/63157] Fetching zstd
[2/63340] Fetching zstd, threadlocal
[131/64075] Fetching zstd, threadlocal, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.84s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.85s)
[1447/63340] Fetching zstd, threadlocal
Fetched https://github.com/StanfordBDHG/zstd.git from cache (5.78s)
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (5.78s)
Fetched https://github.com/apple/swift-log from cache (5.81s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (6.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.46s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.38s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
error: Dependencies could not be resolved because 'threadlocal' contains incompatible tools version (6.2.0) and root depends on 'threadlocal' 0.1.0..<1.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/StanfordBDHG/ThreadLocal.git
Updating https://github.com/apple/swift-log
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Updating https://github.com/StanfordBDHG/zstd.git
Updated https://github.com/apple/swift-log (0.53s)
Updated https://github.com/apple/swift-atomics.git (0.53s)
Updated https://github.com/StanfordBDHG/zstd.git (0.57s)
Updated https://github.com/StanfordBDHG/XCTRuntimeAssertions.git (0.57s)
Updated https://github.com/StanfordBDHG/ThreadLocal.git (0.57s)
Updated https://github.com/apple/swift-algorithms.git (0.57s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.02s)
Updating https://github.com/apple/swift-numerics.git
Updated https://github.com/apple/swift-numerics.git (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.54s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
error: Dependencies could not be resolved because 'threadlocal' contains incompatible tools version (6.2.0) and root depends on 'threadlocal' 0.1.0..<1.0.0.
BUILD FAILURE 6.1 macosSpm