The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziFoundation, reference main (14b71e), with Swift 6.1 for macOS (SPM) on 20 Apr 2026 03:26:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFoundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziFoundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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/ThreadLocal.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.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
[127/64075] Fetching zstd, threadlocal, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.73s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
[545/63892] Fetching zstd, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (3.12s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (3.12s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.13s)
Fetched https://github.com/apple/swift-log from cache (3.15s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (3.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.55s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (1.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.56s)
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/StanfordBDHG/ThreadLocal.git
Updating https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Updating https://github.com/StanfordBDHG/zstd.git
Updating https://github.com/apple/swift-log
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-algorithms.git
Updated https://github.com/StanfordBDHG/XCTRuntimeAssertions.git (0.41s)
Updated https://github.com/StanfordBDHG/zstd.git (0.46s)
Updated https://github.com/StanfordBDHG/ThreadLocal.git (0.46s)
Updated https://github.com/apple/swift-atomics.git (0.52s)
Updated https://github.com/apple/swift-log (0.52s)
Updated https://github.com/apple/swift-algorithms.git (0.52s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.03s)
Updating https://github.com/apple/swift-numerics.git
Updated https://github.com/apple/swift-numerics.git (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.59s)
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