The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpeziAccessGuard, reference main (92f87a), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 20 Nov 2025 20:10:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziAccessGuard -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziAccessGuard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziAccessGuard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92f87aa rework everything (#31)
Cloned https://github.com/StanfordSpezi/SpeziAccessGuard.git
Revision (git rev-parse @):
92f87aaf0ba6ebfe08bf9739bd572a9d1528181d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziAccessGuard.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziAccessGuard.git
https://github.com/StanfordSpezi/SpeziAccessGuard.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezistorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
    },
    {
      "identity" : "speziviews",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziViews.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "SpeziAccessGuard",
  "name" : "SpeziAccessGuard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziAccessGuard",
      "targets" : [
        "SpeziAccessGuard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziAccessGuardTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziAccessGuardTests",
      "path" : "Tests/SpeziAccessGuardTests",
      "product_dependencies" : [
        "SpeziTesting",
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-locked.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-unlocked.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccessGuardViewSnapshotTests.swift",
        "LAContextTests.swift",
        "SpeziAccessGuardTests.swift"
      ],
      "target_dependencies" : [
        "SpeziAccessGuard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziAccessGuard",
      "module_type" : "SwiftTarget",
      "name" : "SpeziAccessGuard",
      "path" : "Sources/SpeziAccessGuard",
      "product_dependencies" : [
        "Spezi",
        "SpeziKeychainStorage",
        "SpeziViews",
        "SpeziFoundation"
      ],
      "product_memberships" : [
        "SpeziAccessGuard"
      ],
      "sources" : [
        "AccessGuard.swift",
        "AccessGuardButton.swift",
        "AccessGuardConfig+FaceID.swift",
        "AccessGuardConfig+Passcode.swift",
        "AccessGuardConfig.swift",
        "AccessGuardError.swift",
        "AccessGuardIdentifier.swift",
        "AccessGuardModel+FaceID.swift",
        "AccessGuardModel+Passcode.swift",
        "AccessGuardModel.swift",
        "AccessGuardView.swift",
        "AccessGuarded.swift",
        "AccessGuards.swift",
        "CodeViews/CodeOptions.swift",
        "CodeViews/CodeView.swift",
        "CodeViews/EnterCodeView.swift",
        "CodeViews/ErrorMessageCapsule.swift",
        "CodeViews/SetupPasscodeFlow.swift",
        "SetAccessGuard.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/StanfordSpezi/SpeziViews.git
Fetching from https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching from https://github.com/StanfordSpezi/Spezi.git
Fetching from https://github.com/StanfordSpezi/SpeziStorage.git
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git (cached)
Fetching from https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/gonzalezreal/NetworkImage
Fetching from https://github.com/swiftlang/swift-cmark
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-log (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/swiftlang/swift-syntax (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Creating working copy of package ‘Spezi’
Checking out 1.9.3 of package ‘Spezi’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘swift-collections’
Checking out 1.3.0 of package ‘swift-collections’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘SpeziStorage’
Checking out 2.1.2 of package ‘SpeziStorage’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Creating working copy of package ‘XCTRuntimeAssertions’
Checking out 2.2.0 of package ‘XCTRuntimeAssertions’
Creating working copy of package ‘SpeziViews’
Checking out 1.12.8 of package ‘SpeziViews’
Creating working copy of package ‘swift-cmark’
Checking out 0.7.1 of package ‘swift-cmark’
Creating working copy of package ‘NetworkImage’
Checking out 6.0.1 of package ‘NetworkImage’
Creating working copy of package ‘swift-markdown-ui’
Checking out 2.4.1 of package ‘swift-markdown-ui’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.7.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.3.3 of package ‘swift-custom-dump’
Creating working copy of package ‘SpeziFoundation’
Checking out 2.5.0 of package ‘SpeziFoundation’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.18.7 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlibResolve Package Graph
couldn't find pc file for zlib
Resolved source packages:
  SpeziAccessGuard: /Users/admin/builder/spi-builder-workspace
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  NetworkImage: https://github.com/gonzalezreal/NetworkImage @ 6.0.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.2
  cmark-gfm: https://github.com/swiftlang/swift-cmark @ 0.7.1
  swift-log: https://github.com/apple/swift-log @ 1.6.4
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.7
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.7.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  SpeziViews: https://github.com/StanfordSpezi/SpeziViews.git @ 1.12.8
  swift-collections: https://github.com/apple/swift-collections.git @ 1.3.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.5.0
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.3
  swift-markdown-ui: https://github.com/gonzalezreal/swift-markdown-ui.git @ 2.4.1
resolved source packages: SpeziAccessGuard, RuntimeAssertions, swift-custom-dump, NetworkImage, swift-atomics, SpeziStorage, cmark-gfm, swift-log, swift-algorithms, swift-snapshot-testing, xctest-dynamic-overlay, swift-syntax, SpeziViews, swift-collections, swift-numerics, SpeziFoundation, Spezi, swift-markdown-ui
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezistorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
    },
    {
      "identity" : "speziviews",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziViews.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "SpeziAccessGuard",
  "name" : "SpeziAccessGuard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziAccessGuard",
      "targets" : [
        "SpeziAccessGuard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziAccessGuardTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziAccessGuardTests",
      "path" : "Tests/SpeziAccessGuardTests",
      "product_dependencies" : [
        "SpeziTesting",
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-locked.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-unlocked.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccessGuardViewSnapshotTests.swift",
        "LAContextTests.swift",
        "SpeziAccessGuardTests.swift"
      ],
      "target_dependencies" : [
        "SpeziAccessGuard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziAccessGuard",
      "module_type" : "SwiftTarget",
      "name" : "SpeziAccessGuard",
      "path" : "Sources/SpeziAccessGuard",
      "product_dependencies" : [
        "Spezi",
        "SpeziKeychainStorage",
        "SpeziViews",
        "SpeziFoundation"
      ],
      "product_memberships" : [
        "SpeziAccessGuard"
      ],
      "sources" : [
        "AccessGuard.swift",
        "AccessGuardButton.swift",
        "AccessGuardConfig+FaceID.swift",
        "AccessGuardConfig+Passcode.swift",
        "AccessGuardConfig.swift",
        "AccessGuardError.swift",
        "AccessGuardIdentifier.swift",
        "AccessGuardModel+FaceID.swift",
        "AccessGuardModel+Passcode.swift",
        "AccessGuardModel.swift",
        "AccessGuardView.swift",
        "AccessGuarded.swift",
        "AccessGuards.swift",
        "CodeViews/CodeOptions.swift",
        "CodeViews/CodeView.swift",
        "CodeViews/EnterCodeView.swift",
        "CodeViews/ErrorMessageCapsule.swift",
        "CodeViews/SetupPasscodeFlow.swift",
        "SetAccessGuard.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MarkdownUI",
      "SpeziAccessGuard"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MarkdownUI",
      "SpeziAccessGuard"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziAccessGuard -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SpeziAccessGuard -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib
Resolve Package Graph
couldn't find pc file for zlib
Resolved source packages:
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.3
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  cmark-gfm: https://github.com/swiftlang/swift-cmark @ 0.7.1
  swift-log: https://github.com/apple/swift-log @ 1.6.4
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  NetworkImage: https://github.com/gonzalezreal/NetworkImage @ 6.0.1
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.7
  swift-collections: https://github.com/apple/swift-collections.git @ 1.3.0
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.7.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  SpeziAccessGuard: /Users/admin/builder/spi-builder-workspace
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.2
  swift-markdown-ui: https://github.com/gonzalezreal/swift-markdown-ui.git @ 2.4.1
  SpeziViews: https://github.com/StanfordSpezi/SpeziViews.git @ 1.12.8
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (39 targets)
    Target 'SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'SpeziAccessGuard_SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'SpeziAccessGuard_SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziViews_SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'MarkdownUI' in project 'swift-markdown-ui'
    Target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziViews_SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'MarkdownUI' in project 'swift-markdown-ui'
    Target 'MarkdownUI' in project 'swift-markdown-ui'
        ➜ Explicit dependency on target 'MarkdownUI' in project 'swift-markdown-ui'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'NetworkImage' in project 'NetworkImage'
    Target 'MarkdownUI' in project 'swift-markdown-ui'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'NetworkImage' in project 'NetworkImage'
    Target 'NetworkImage' in project 'NetworkImage'
        ➜ Explicit dependency on target 'NetworkImage' in project 'NetworkImage'
    Target 'NetworkImage' in project 'NetworkImage' (no dependencies)
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm' (no dependencies)
    Target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SpeziViews_SpeziViews' in project 'SpeziViews' (no dependencies)
    Target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'RuntimeAssertions' in project 'RuntimeAssertions' (no dependencies)
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'SpeziFoundationObjC' in project 'SpeziFoundation' (no dependencies)
    Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
    Target 'SpeziAccessGuard_SpeziAccessGuard' in project 'SpeziAccessGuard' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziAccessGuard.build/Debug/SpeziAccessGuard_SpeziAccessGuard.build /Users/admin/builder/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziFoundation.build/Debug/SpeziFoundation_SpeziFoundation.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziFoundation/Sources/SpeziFoundation/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziViews.build/Debug/SpeziViews_SpeziViews.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziViews/Sources/SpeziViews/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: acfc8c74c4af265c60f3dfb74ff08508
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/acfc8c74c4af265c60f3dfb74ff08508.xcbuilddata
error: The package product 'Spezi' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
error: The package product 'SpeziKeychainStorage' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
error: The package product 'SpeziViews' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
error: The package product 'SpeziFoundation' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SpeziAccessGuard
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib
Resolved source packages:
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.5.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.7
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  NetworkImage: https://github.com/gonzalezreal/NetworkImage @ 6.0.1
  swift-log: https://github.com/apple/swift-log @ 1.6.4
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.7.0
  SpeziViews: https://github.com/StanfordSpezi/SpeziViews.git @ 1.12.8
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  cmark-gfm: https://github.com/swiftlang/swift-cmark @ 0.7.1
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.3
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.2
  swift-markdown-ui: https://github.com/gonzalezreal/swift-markdown-ui.git @ 2.4.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.3.0
  SpeziAccessGuard: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
resolved source packages: SpeziFoundation, swift-snapshot-testing, RuntimeAssertions, NetworkImage, swift-log, swift-custom-dump, swift-algorithms, swift-numerics, xctest-dynamic-overlay, SpeziViews, swift-atomics, cmark-gfm, Spezi, SpeziStorage, swift-markdown-ui, swift-collections, SpeziAccessGuard, swift-syntax
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezistorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
    },
    {
      "identity" : "speziviews",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziViews.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "SpeziAccessGuard",
  "name" : "SpeziAccessGuard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziAccessGuard",
      "targets" : [
        "SpeziAccessGuard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziAccessGuardTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziAccessGuardTests",
      "path" : "Tests/SpeziAccessGuardTests",
      "product_dependencies" : [
        "SpeziTesting",
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-locked.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-unlocked.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccessGuardViewSnapshotTests.swift",
        "LAContextTests.swift",
        "SpeziAccessGuardTests.swift"
      ],
      "target_dependencies" : [
        "SpeziAccessGuard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziAccessGuard",
      "module_type" : "SwiftTarget",
      "name" : "SpeziAccessGuard",
      "path" : "Sources/SpeziAccessGuard",
      "product_dependencies" : [
        "Spezi",
        "SpeziKeychainStorage",
        "SpeziViews",
        "SpeziFoundation"
      ],
      "product_memberships" : [
        "SpeziAccessGuard"
      ],
      "sources" : [
        "AccessGuard.swift",
        "AccessGuardButton.swift",
        "AccessGuardConfig+FaceID.swift",
        "AccessGuardConfig+Passcode.swift",
        "AccessGuardConfig.swift",
        "AccessGuardError.swift",
        "AccessGuardIdentifier.swift",
        "AccessGuardModel+FaceID.swift",
        "AccessGuardModel+Passcode.swift",
        "AccessGuardModel.swift",
        "AccessGuardView.swift",
        "AccessGuarded.swift",
        "AccessGuards.swift",
        "CodeViews/CodeOptions.swift",
        "CodeViews/CodeView.swift",
        "CodeViews/EnterCodeView.swift",
        "CodeViews/ErrorMessageCapsule.swift",
        "CodeViews/SetupPasscodeFlow.swift",
        "SetAccessGuard.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MarkdownUI",
      "SpeziAccessGuard"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MarkdownUI",
      "SpeziAccessGuard"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziAccessGuard -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SpeziAccessGuard -destination platform=macOS,arch=arm64
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib
Resolved source packages:
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.3
  cmark-gfm: https://github.com/swiftlang/swift-cmark @ 0.7.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.3.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.7
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.2
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.7.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  SpeziViews: https://github.com/StanfordSpezi/SpeziViews.git @ 1.12.8
  swift-log: https://github.com/apple/swift-log @ 1.6.4
  swift-markdown-ui: https://github.com/gonzalezreal/swift-markdown-ui.git @ 2.4.1
  SpeziAccessGuard: /Users/admin/builder/spi-builder-workspace
  NetworkImage: https://github.com/gonzalezreal/NetworkImage @ 6.0.1
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 602.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (39 targets)
    Target 'SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'SpeziAccessGuard_SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'SpeziAccessGuard_SpeziAccessGuard' in project 'SpeziAccessGuard'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziViews_SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'MarkdownUI' in project 'swift-markdown-ui'
    Target 'SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'SpeziViews_SpeziViews' in project 'SpeziViews'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'MarkdownUI' in project 'swift-markdown-ui'
    Target 'MarkdownUI' in project 'swift-markdown-ui'
        ➜ Explicit dependency on target 'MarkdownUI' in project 'swift-markdown-ui'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'NetworkImage' in project 'NetworkImage'
    Target 'MarkdownUI' in project 'swift-markdown-ui'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'NetworkImage' in project 'NetworkImage'
    Target 'NetworkImage' in project 'NetworkImage'
        ➜ Explicit dependency on target 'NetworkImage' in project 'NetworkImage'
    Target 'NetworkImage' in project 'NetworkImage' (no dependencies)
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm-extensions' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm'
        ➜ Explicit dependency on target 'cmark-gfm' in project 'cmark-gfm'
    Target 'cmark-gfm' in project 'cmark-gfm' (no dependencies)
    Target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SpeziLocalization' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SpeziViews_SpeziViews' in project 'SpeziViews' (no dependencies)
    Target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'RuntimeAssertions' in project 'RuntimeAssertions' (no dependencies)
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'SpeziFoundationObjC' in project 'SpeziFoundation' (no dependencies)
    Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
    Target 'SpeziAccessGuard_SpeziAccessGuard' in project 'SpeziAccessGuard' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziAccessGuard.build/Debug/SpeziAccessGuard_SpeziAccessGuard.build /Users/admin/builder/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziFoundation.build/Debug/SpeziFoundation_SpeziFoundation.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziFoundation/Sources/SpeziFoundation/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziViews.build/Debug/SpeziViews_SpeziViews.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziViews/Sources/SpeziViews/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 1b818e555a5698cc5c0228e471e8bbe0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1b818e555a5698cc5c0228e471e8bbe0.xcbuilddata
error: The package product 'Spezi' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
error: The package product 'SpeziKeychainStorage' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
error: The package product 'SpeziViews' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
error: The package product 'SpeziFoundation' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziAccessGuard' from project 'SpeziAccessGuard')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ff87abb4a9105f6d28fb700e3ca76e578a42d701, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SpeziAccessGuard
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild