Build Information
Successful build of SpeziConsent, reference main (cd08c5), with Swift 6.2 for macOS (SPM) on 25 Nov 2025 17:15:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziConsent.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziConsent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cd08c54 footnote-styled text in interactive elements (#8)
Cloned https://github.com/StanfordSpezi/SpeziConsent.git
Revision (git rev-parse @):
cd08c54a4f7630fa9482da5f162b4fa258de2e32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziConsent.git at main
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/techprimate/TPPDF.git
[1/2162] Fetching spezifoundation
[66/6666] Fetching spezifoundation, speziviews
[112/10873] Fetching spezifoundation, speziviews, spezionboarding
[113/20924] Fetching spezifoundation, speziviews, spezionboarding, spezi
[691/37754] Fetching spezifoundation, speziviews, spezionboarding, spezi, tppdf
[5910/45268] Fetching spezifoundation, speziviews, spezionboarding, spezi, tppdf, swift-markdown-ui
[17975/60901] Fetching spezifoundation, speziviews, spezionboarding, spezi, tppdf, swift-markdown-ui, swift-snapshot-testing
Fetched https://github.com/techprimate/TPPDF.git from cache (3.87s)
[35009/44071] Fetching spezifoundation, speziviews, spezionboarding, spezi, swift-markdown-ui, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (5.63s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (5.64s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (5.64s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (5.64s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (5.64s)
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (5.64s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (6.21s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
[4652/77633] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.84s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.84s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (6.79s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[746/19312] Fetching networkimage, swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (2.73s)
Fetched https://github.com/gonzalezreal/NetworkImage from cache (2.73s)
Computing version for https://github.com/techprimate/TPPDF.git
warning: 'tppdf': /Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
6 | name: "TPPDF",
7 | platforms: [
8 | .iOS(.v9),
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
9 | .macOS(.v10_14),
10 | .visionOS(.v1),
/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/Package.swift:16:58: warning: 'exact' is deprecated [#DeprecatedDeclaration]
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 | ],
19 | targets: [
/Package.swift:17:59: warning: 'exact' is deprecated [#DeprecatedDeclaration]
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 | ],
19 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/techprimate/TPPDF.git at 2.6.1 (3.34s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.1 (0.71s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log
[1/735] Fetching xctruntimeassertions
[38/2555] Fetching xctruntimeassertions, swift-atomics
[57/7630] Fetching xctruntimeassertions, swift-atomics, swift-log
[416/13664] Fetching xctruntimeassertions, swift-atomics, swift-log, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (1.59s)
Fetched https://github.com/apple/swift-log from cache (1.59s)
[7794/7854] Fetching swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (1.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.68s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.29s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.06s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (2.79s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.66s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.29s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.3 (0.66s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.63s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.53s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.70s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (3.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.61s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.54s)
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.8
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/techprimate/TPPDF.git
Working copy of https://github.com/techprimate/TPPDF.git resolved at 2.6.1
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
Creating working copy for https://github.com/StanfordSpezi/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.3
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
warning: 'tppdf': /Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
6 | name: "TPPDF",
7 | platforms: [
8 | .iOS(.v9),
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
9 | .macOS(.v10_14),
10 | .visionOS(.v1),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:58: warning: 'exact' is deprecated [#DeprecatedDeclaration]
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 | ],
19 | targets: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:59: warning: 'exact' is deprecated [#DeprecatedDeclaration]
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 | ],
19 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.16s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "speziconsent",
"name": "SpeziConsent",
"url": "https://github.com/StanfordSpezi/SpeziConsent.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziConsent",
"dependencies": [
{
"identity": "spezi",
"name": "Spezi",
"url": "https://github.com/StanfordSpezi/Spezi.git",
"version": "1.9.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spezi",
"dependencies": [
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
},
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "speziviews",
"name": "SpeziViews",
"url": "https://github.com/StanfordSpezi/SpeziViews.git",
"version": "1.12.8",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziViews",
"dependencies": [
{
"identity": "spezi",
"name": "Spezi",
"url": "https://github.com/StanfordSpezi/Spezi.git",
"version": "1.9.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spezi",
"dependencies": [
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
},
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
},
{
"identity": "swift-markdown-ui",
"name": "swift-markdown-ui",
"url": "https://github.com/gonzalezreal/swift-markdown-ui.git",
"version": "2.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-markdown-ui",
"dependencies": [
{
"identity": "networkimage",
"name": "NetworkImage",
"url": "https://github.com/gonzalezreal/NetworkImage",
"version": "6.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NetworkImage",
"dependencies": [
]
},
{
"identity": "swift-cmark",
"name": "cmark-gfm",
"url": "https://github.com/swiftlang/swift-cmark",
"version": "0.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
"dependencies": [
]
}
]
}
]
},
{
"identity": "spezionboarding",
"name": "SpeziOnboarding",
"url": "https://github.com/StanfordSpezi/SpeziOnboarding.git",
"version": "2.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziOnboarding",
"dependencies": [
{
"identity": "spezi",
"name": "Spezi",
"url": "https://github.com/StanfordSpezi/Spezi.git",
"version": "1.9.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spezi",
"dependencies": [
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
},
{
"identity": "speziviews",
"name": "SpeziViews",
"url": "https://github.com/StanfordSpezi/SpeziViews.git",
"version": "1.12.8",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziViews",
"dependencies": [
{
"identity": "spezi",
"name": "Spezi",
"url": "https://github.com/StanfordSpezi/Spezi.git",
"version": "1.9.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spezi",
"dependencies": [
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
},
{
"identity": "spezifoundation",
"name": "SpeziFoundation",
"url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
"version": "2.5.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
},
{
"identity": "swift-algorithms",
"name": "swift-algorithms",
"url": "https://github.com/apple/swift-algorithms.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"dependencies": [
]
}
]
},
{
"identity": "xctruntimeassertions",
"name": "RuntimeAssertions",
"url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
"version": "2.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
},
{
"identity": "swift-markdown-ui",
"name": "swift-markdown-ui",
"url": "https://github.com/gonzalezreal/swift-markdown-ui.git",
"version": "2.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-markdown-ui",
"dependencies": [
{
"identity": "networkimage",
"name": "NetworkImage",
"url": "https://github.com/gonzalezreal/NetworkImage",
"version": "6.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NetworkImage",
"dependencies": [
]
},
{
"identity": "swift-cmark",
"name": "cmark-gfm",
"url": "https://github.com/swiftlang/swift-cmark",
"version": "0.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
"dependencies": [
]
}
]
}
]
}
]
},
{
"identity": "tppdf",
"name": "TPPDF",
"url": "https://github.com/techprimate/TPPDF.git",
"version": "2.6.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TPPDF",
"dependencies": [
]
},
{
"identity": "swift-markdown-ui",
"name": "swift-markdown-ui",
"url": "https://github.com/gonzalezreal/swift-markdown-ui.git",
"version": "2.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-markdown-ui",
"dependencies": [
{
"identity": "networkimage",
"name": "NetworkImage",
"url": "https://github.com/gonzalezreal/NetworkImage",
"version": "6.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NetworkImage",
"dependencies": [
]
},
{
"identity": "swift-cmark",
"name": "cmark-gfm",
"url": "https://github.com/swiftlang/swift-cmark",
"version": "0.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/StanfordSpezi/SpeziConsent.git
[1/505] Fetching speziconsent
Fetched https://github.com/StanfordSpezi/SpeziConsent.git from cache (1.95s)
Fetching https://github.com/StanfordSpezi/Spezi.git from cache
Fetching https://github.com/StanfordSpezi/SpeziViews.git from cache
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git from cache
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git from cache
Fetching https://github.com/techprimate/TPPDF.git from cache
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git from cache
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (0.67s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (0.68s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.70s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.70s)
Fetched https://github.com/techprimate/TPPDF.git from cache (0.70s)
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (0.70s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (0.76s)
Fetching https://github.com/swiftlang/swift-cmark from cache
Fetching https://github.com/gonzalezreal/NetworkImage from cache
Fetched https://github.com/swiftlang/swift-cmark from cache (1.31s)
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.31s)
Computing version for https://github.com/techprimate/TPPDF.git
Computed https://github.com/techprimate/TPPDF.git at 2.6.1 (1.38s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.1 (0.03s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.70s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.70s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Fetched https://github.com/apple/swift-log from cache (0.80s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.86s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (0.04s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.03s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.85s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.3 (0.03s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.03s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.03s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.03s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.81s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.04s)
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/StanfordSpezi/SpeziConsent.git
Working copy of https://github.com/StanfordSpezi/SpeziConsent.git resolved at main (cd08c54)
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/techprimate/TPPDF.git
Working copy of https://github.com/techprimate/TPPDF.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
Creating working copy for https://github.com/StanfordSpezi/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.3
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.8
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
warning: '.resolve-product-dependencies': dependency 'speziconsent' is not used by any target
Found 6 product dependencies
- Spezi
- SpeziFoundation
- SpeziViews
- SpeziOnboarding
- TPPDF
- swift-markdown-ui
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziConsent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/69] Write swift-version-49B95AFC49DCD68C.txt
[1/69] Compiling cmark-gfm xml.c
[2/69] Compiling cmark-gfm-extensions ext_scanners.c
[3/69] Compiling cmark-gfm utf8.c
[4/69] Compiling cmark-gfm render.c
[5/69] Compiling cmark-gfm registry.c
[6/69] Compiling cmark-gfm plugin.c
[7/69] Compiling cmark-gfm references.c
[8/69] Compiling cmark-gfm-extensions tagfilter.c
[9/69] Compiling cmark-gfm syntax_extension.c
[10/69] Compiling cmark-gfm scanners.c
[11/69] Compiling cmark-gfm map.c
[12/69] Compiling cmark-gfm plaintext.c
[13/69] Compiling cmark-gfm-extensions strikethrough.c
[14/69] Compiling cmark-gfm node.c
[15/69] Compiling cmark-gfm man.c
[16/69] Compiling cmark-gfm linked_list.c
[17/69] Compiling cmark-gfm iterator.c
[17/69] Compiling cmark-gfm latex.c
[19/69] Compiling cmark-gfm html.c
[20/69] Compiling cmark-gfm houdini_html_e.c
[21/69] Compiling cmark-gfm-extensions table.c
[22/69] Compiling cmark-gfm houdini_html_u.c
[23/69] Compiling cmark-gfm inlines.c
[24/69] Compiling cmark-gfm-extensions core-extensions.c
[25/69] Compiling cmark-gfm houdini_href_e.c
[26/69] Compiling cmark-gfm footnotes.c
[27/69] Compiling cmark-gfm cmark_ctype.c
[28/69] Write sources
[29/69] Copying Localizable.xcstrings.license
[30/69] Compiling _NumericsShims _NumericsShims.c
[31/69] Copying Localizable.xcstrings
[32/69] Copying Info.plist
[33/69] Copying Localizable.xcstrings.license
[34/69] Copying Localizable.xcstrings
[35/69] Copying Info.plist
[36/69] Write sources
[38/69] Copying Localizable.xcstrings.license
[38/69] Copying Localizable.xcstrings
[40/69] Copying Info.plist
[40/69] Write sources
[43/69] Copying Localizable.xcstrings.license
[44/69] Copying Localizable.xcstrings
[45/69] Copying Info.plist
[46/69] Compiling cmark-gfm cmark.c
[46/69] Write sources
[48/69] Copying Localizable.xcstrings.license
[48/69] Copying Localizable.xcstrings
[50/69] Write sources
[54/69] Compiling cmark-gfm commonmark.c
[55/69] Compiling cmark-gfm buffer.c
[55/69] Compiling cmark-gfm arena.c
[57/69] Write sources
[64/69] Compiling _AtomicsShims.c
[65/69] Compiling cmark-gfm-extensions tasklist.c
[66/69] Compiling cmark-gfm blocks.c
[67/85] Compiling cmark-gfm-extensions autolink.c
[69/265] Compiling TPPDF PDFListObject.swift
[70/265] Compiling TPPDF PDFGraphics.swift
[71/266] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/266] Compiling RealModule RealFunctions.swift
[73/267] Emitting module RealModule
[74/267] Compiling TPPDF PDFLayoutHeights+Equatable.swift
[75/267] Compiling TPPDF PDFLayoutHeights.swift
[76/267] Compiling TPPDF PDFOffsetObject.swift
[77/267] Compiling TPPDF PDFPageBreakObject+Equatable.swift
[78/268] Compiling TPPDF PDFSectionColumnContainer.swift
[79/268] Compiling TPPDF PDFSpaceObject.swift
[80/268] Compiling TPPDF PDFPageBreakObject.swift
[81/268] Compiling TPPDF PDFPageLayout+Equatable.swift
[82/268] Compiling RealModule Real.swift
[83/268] Compiling RealModule Float80+Real.swift
[84/268] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[85/268] Compiling RealModule ElementaryFunctions.swift
[86/268] Compiling RealModule RelaxedArithmetic.swift
[87/268] Compiling RealModule Float+Real.swift
[88/268] Compiling RealModule Float16+Real.swift
[89/268] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/268] Compiling RealModule AugmentedArithmetic.swift
[91/268] Compiling RealModule Double+Real.swift
[96/268] Compiling TPPDF PDFLineSeparatorObject.swift
[97/268] Compiling TPPDF PDFRectangleObject.swift
[98/268] Compiling TPPDF PDFLineObject.swift
[99/268] Compiling TPPDF PDFLineSeparatorObject+Equatable.swift
[100/294] Emitting module InternalCollectionsUtilities
[101/294] Compiling Algorithms AdjacentPairs.swift
[102/294] Compiling Algorithms Chain.swift
[103/294] Compiling Atomics Unmanaged extensions.swift
[104/294] Compiling Logging MetadataProvider.swift
[105/294] Compiling Algorithms Stride.swift
[106/294] Compiling Algorithms Joined.swift
[107/294] Compiling Algorithms Chunked.swift
[108/294] Compiling Algorithms Split.swift
[109/294] Compiling Algorithms Keyed.swift
[110/294] Compiling Algorithms MinMax.swift
[117/294] Compiling Algorithms Suffix.swift
[118/294] Compiling Algorithms Trim.swift
[118/294] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[120/350] Compiling OrderedCollections OrderedSet+Codable.swift
[121/350] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[122/350] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/350] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/350] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/350] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[127/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[128/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[129/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[130/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[131/350] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[132/356] Compiling Logging Locks.swift
[133/356] Compiling Logging LogHandler.swift
[134/356] Compiling Logging Logging.swift
[135/356] Emitting module Logging
[136/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[137/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[138/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[139/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[140/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/356] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/356] Compiling OrderedCollections _HashTable+Testing.swift
[143/356] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[144/356] Compiling OrderedCollections _HashTable.swift
[145/358] Emitting module Atomics
[146/358] Compiling Algorithms Unique.swift
[147/358] Compiling Algorithms Windows.swift
[148/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[149/358] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[150/358] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[151/358] Compiling OrderedCollections OrderedSet+Sendable.swift
[152/358] Compiling OrderedCollections _Hashtable+Header.swift
[153/358] Compiling OrderedCollections OrderedDictionary+Codable.swift
[154/358] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[155/358] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[156/358] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[157/358] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[158/358] Compiling OrderedCollections OrderedDictionary+Elements.swift
[159/358] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[160/358] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[161/358] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[162/358] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[163/358] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[169/358] Compiling OrderedCollections _HashTable+BucketIterator.swift
[170/358] Compiling OrderedCollections _HashTable+Constants.swift
[171/358] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[172/358] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[173/358] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[174/358] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[175/358] Compiling OrderedCollections OrderedDictionary+Values.swift
[176/358] Compiling OrderedCollections OrderedDictionary.swift
[177/358] Compiling OrderedCollections _HashTable+Bucket.swift
[181/358] Compiling OrderedCollections OrderedSet+Invariants.swift
[182/358] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[183/358] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[184/358] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[185/358] Compiling OrderedCollections OrderedSet+Hashable.swift
[186/358] Compiling OrderedCollections OrderedSet+Initializers.swift
[187/358] Compiling OrderedCollections OrderedSet+Insertions.swift
[207/358] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/358] Compiling OrderedCollections OrderedSet+Testing.swift
[209/358] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[210/358] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[211/358] Compiling OrderedCollections OrderedSet.swift
[212/358] Compiling OrderedCollections _UnsafeBitset.swift
[213/358] Emitting module OrderedCollections
[214/358] Emitting module Algorithms
[215/358] Compiling RuntimeAssertions Counter.swift
[216/358] Compiling RuntimeAssertions RuntimePrecondition.swift
[217/358] Compiling RuntimeAssertions RuntimeAssertion.swift
[218/358] Compiling RuntimeAssertions Precondition.swift
[219/358] Compiling RuntimeAssertions Assert.swift
[220/358] Compiling RuntimeAssertions NeverReturn.swift
[221/358] Compiling RuntimeAssertions DebugOnly.swift
[222/358] Emitting module RuntimeAssertions
[223/358] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[224/408] Compiling NetworkImage URLSession+NetworkImage.swift
[225/409] Emitting module TPPDF
[226/422] Compiling NetworkImage NetworkImageCache.swift
[227/422] Compiling SpeziFoundation AnyAsyncSequence.swift
[228/422] Compiling SpeziFoundation AsyncSemaphore.swift
[229/422] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[230/422] Compiling SpeziFoundation MainActorExecution.swift
[231/422] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[232/422] Compiling SpeziFoundation AtomicPThread.swift
[233/427] Compiling SpeziFoundation ArrayBuilder.swift
[234/427] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[235/427] Compiling SpeziFoundation SetBuilder.swift
[236/427] Compiling SpeziFoundation CompressionAlgorithm.swift
[237/427] Compiling SpeziFoundation Zlib.swift
[238/427] Compiling SpeziFoundation AnyAsyncIterator.swift
[239/427] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[240/427] Compiling SpeziFoundation RepositoryAnchor.swift
[241/427] Compiling SpeziFoundation SendableSharedRepository.swift
[242/427] Compiling SpeziFoundation SharedRepository.swift
[243/427] Compiling SpeziFoundation resource_bundle_accessor.swift
[244/427] Compiling SpeziFoundation MarkdownDocument.swift
[245/427] Compiling SpeziFoundation AnyArray.swift
[246/427] Compiling SpeziFoundation AnyOptional.swift
[247/427] Compiling SpeziFoundation BidirectionalCollection.swift
[248/427] Compiling SpeziFoundation BinarySearch.swift
[249/427] Compiling SpeziFoundation Calendar.swift
[250/427] Compiling SpeziFoundation ValueRepository.swift
[251/427] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[252/427] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[253/427] Compiling SpeziFoundation KnowledgeSource.swift
[254/427] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[255/427] Compiling SpeziFoundation SequenceExtensions.swift
[256/427] Compiling SpeziFoundation StaticString+Hashable.swift
[257/427] Compiling SpeziFoundation String.swift
[258/427] Compiling SpeziFoundation TimeoutError.swift
[259/427] Compiling SpeziFoundation TopLevelDecoder.swift
[260/427] Compiling SpeziFoundation TopLevelEncoder.swift
[261/427] Compiling SpeziFoundation Version.swift
[262/427] Compiling SpeziFoundation RuntimeConfig.swift
[263/427] Compiling SpeziFoundation RepositoryValue.swift
[264/427] Compiling SpeziFoundation SendableValueRepository.swift
[265/427] Compiling SpeziFoundation RWLock.swift
[266/427] Compiling SpeziFoundation RecursiveRWLock.swift
[267/427] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[268/427] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[269/427] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[270/427] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[271/427] Emitting module SpeziFoundation
[272/427] Compiling SpeziFoundation ObjCExceptionHandling.swift
[273/427] Compiling SpeziFoundation OrderedArray.swift
[274/427] Compiling SpeziFoundation RuntimeEnvironment.swift
[275/427] Compiling SpeziFoundation SendableMetatype.swift
[276/427] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[277/427] Compiling SpeziFoundation DataDescriptor.swift
[278/427] Compiling SpeziFoundation Duration.swift
[279/427] Compiling SpeziFoundation FileManager.swift
[280/427] Compiling SpeziFoundation FormatStyle.swift
[281/427] Compiling SpeziFoundation KeyValuePairs.swift
[282/493] Compiling SpeziLocalization LocalizedFileResources.swift
[283/493] Compiling SpeziLocalization Other.swift
[284/493] Compiling SpeziLocalization LocalizationKey.swift
[285/493] Compiling SpeziLocalization LocaleMatchingBehaviour.swift
[286/493] Compiling SpeziLocalization Bundle+LocalizableString.swift
[287/493] Emitting module SpeziLocalization
[288/493] Compiling SpeziLocalization LocalizedFileResolution.swift
[289/493] Compiling NetworkImage View+NetworkImageLoader.swift
[290/493] Emitting module NetworkImage
[291/493] Compiling NetworkImage Deprecations.swift
[292/493] Compiling NetworkImage NetworkImageModel.swift
[293/493] Compiling NetworkImage NetworkImageLoader.swift
[294/493] Compiling NetworkImage TaskModifier.swift
[295/493] Compiling NetworkImage NetworkImageState.swift
[296/493] Compiling NetworkImage ImageSource.swift
[297/493] Compiling NetworkImage NetworkImage.swift
[298/493] Compiling TPPDF PDFAttributedTextObject.swift
[299/493] Compiling TPPDF PDFFontObject.swift
[300/493] Compiling TPPDF PDFTextColorObject.swift
[301/493] Compiling TPPDF PDFAttributableObject.swift
[302/493] Compiling TPPDF PDFObjectAttribute.swift
[303/493] Compiling TPPDF CustomStringConvertible+AutoDescribing.swift
[304/493] Compiling TPPDF FileManager+TemporaryFiles.swift
[305/493] Compiling TPPDF Int+RomanNumerals.swift
[306/493] Compiling TPPDF PDFCalculations.swift
[307/493] Compiling TPPDF PDFLocatedRenderObject.swift
[308/493] Compiling TPPDF PDFSlicedObject.swift
[309/493] Compiling TPPDF Stack.swift
[310/493] Compiling TPPDF WeakRef.swift
[311/493] Compiling TPPDF PDFSimpleText.swift
[312/493] Compiling TPPDF PDFText.swift
[313/493] Compiling TPPDF PDFTextStyle.swift
[314/493] Compiling TPPDF CrossPlattformGraphics.swift
[315/493] Compiling TPPDF PDFConstants.swift
[316/493] Compiling TPPDF PDFCopy.swift
[317/493] Compiling TPPDF PDFDocumentObject.swift
[318/493] Compiling TPPDF PDFError.swift
[319/493] Compiling TPPDF PDFRenderObject.swift
[320/493] Compiling TPPDF PDFTaggableObject.swift
[321/493] Compiling TPPDF PDFExternalDocumentObject.swift
[322/493] Compiling TPPDF PDFExternalPageObject.swift
[323/493] Compiling TPPDF PDFContext.swift
[324/493] Compiling TPPDF PDFContextGraphics.swift
[325/493] Compiling TPPDF Number+PDFTableContentable.swift
[326/493] Compiling TPPDF PDFTableContent+ContentType.swift
[327/493] Compiling TPPDF PDFTableContent.swift
[328/493] Compiling TPPDF PDFTableContentable.swift
[329/493] Compiling TPPDF String+PDFTableContent.swift
[330/493] Compiling TPPDF UIImage+PDFTableContent.swift
[331/493] Compiling TPPDF PDFTable.swift
[332/493] Compiling TPPDF PDFTableCell.swift
[333/493] Compiling TPPDF PDFTableCellAlignment.swift
[334/493] Compiling TPPDF PDFTableCellPosition.swift
[335/493] Compiling TPPDF PDFTable+CellSubscripts.swift
[336/493] Compiling TPPDF PDFTable+ColumnSubscripts.swift
[337/493] Compiling TPPDF PDFTable+RowSubscripts.swift
[338/493] Compiling TPPDF PDFTable+SectionSubscripts.swift
[339/493] Compiling TPPDF PDFTableColumn.swift
[340/493] Compiling TPPDF PDFTableColumns.swift
[341/493] Compiling TPPDF PDFTableMergeable.swift
[342/493] Compiling TPPDF PDFTableRow.swift
[343/493] Compiling TPPDF PDFTableRows.swift
[344/493] Compiling TPPDF PDFTableSection.swift
[345/493] Compiling TPPDF PDFTableCellBorders.swift
[346/493] Compiling TPPDF PDFTableCellPosition+Equatable-Hashable.swift
[347/493] Compiling TPPDF PDFTableCellStyle.swift
[348/493] Compiling TPPDF PDFTableStyle+Defaults.swift
[349/493] Compiling TPPDF PDFTableStyle+Equatable.swift
[350/493] Compiling TPPDF PDFTableStyle.swift
[351/493] Compiling TPPDF PDFAttributedText.swift
[352/493] Compiling TPPDF PDFSimpleText+Equatable.swift
[353/493] Compiling Spezi ModuleOwnership.swift
[354/493] Compiling Spezi BackgroundFetchResult.swift
[355/493] Compiling Spezi NotificationHandler.swift
[356/493] Compiling Spezi NotificationTokenHandler.swift
[357/493] Compiling Spezi Spezi+Preview.swift
[358/493] Compiling Spezi Spezi+Spezi.swift
[359/493] Compiling Spezi Spezi.swift
[360/493] Compiling Spezi SpeziAppDelegate.swift
[361/493] Compiling Spezi SpeziModuleError.swift
[362/493] Compiling Spezi SpeziPropertyWrapper.swift
[363/493] Compiling Spezi DefaultInitializable.swift
[364/493] Compiling Spezi DependencyManager.swift
[365/493] Compiling Spezi DependencyManagerError.swift
[366/493] Compiling Spezi Module+DependencyRelation.swift
[367/493] Compiling Spezi CollectPropertyWrapper.swift
[368/493] Compiling Spezi CollectedModuleValues.swift
[369/493] Compiling Spezi ProvidePropertyWrapper.swift
[370/493] Compiling Spezi StorageValueCollector.swift
[371/493] Compiling Spezi StorageValueProvider.swift
[372/493] Compiling Spezi LifecycleHandler.swift
[373/493] Compiling Spezi SpeziAnchor.swift
[374/493] Compiling Spezi SpeziStorage.swift
[375/493] Compiling Spezi StoredModulesKey.swift
[376/493] Compiling Spezi ModuleDescription.swift
[377/493] Compiling Spezi ServiceModuleGroup.swift
[378/493] Compiling Spezi Spezi+Logger.swift
[379/493] Compiling Spezi ModuleBuilder.swift
[380/493] Compiling Spezi ModuleCollection.swift
[381/493] Compiling Spezi SpeziSceneDelegate.swift
[382/493] Compiling Spezi View+Spezi.swift
[383/493] Compiling Spezi DefaultStandard.swift
[384/493] Compiling Spezi Module+Standard.swift
[385/493] Compiling Spezi Standard.swift
[386/493] Compiling Spezi StandardPropertyWrapper.swift
[387/493] Compiling Spezi DependencyContext.swift
[388/493] Compiling Spezi DependencyDeclaration.swift
[389/493] Compiling Spezi DependencyPropertyWrapper.swift
[390/493] Compiling Spezi Module+Dependencies.swift
[391/493] Compiling Spezi DependencyReference.swift
[392/493] Compiling Spezi ModuleReference.swift
[393/493] Compiling Spezi Module.swift
[394/493] Compiling Spezi ApplicationPropertyWrapper.swift
[395/493] Compiling Spezi ServiceModule.swift
[396/493] Compiling Spezi EnvironmentAccessible.swift
[397/493] Compiling Spezi ModelModifier.swift
[398/493] Compiling Spezi ModelPropertyWrapper.swift
[399/493] Compiling Spezi ModifierPropertyWrapper.swift
[400/493] Compiling Spezi ViewModifierProvider.swift
[401/493] Compiling Spezi Configuration.swift
[402/493] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[403/493] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[404/493] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[405/493] Compiling Spezi SpeziNotificationCenterDelegate.swift
[406/493] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[407/493] Compiling Spezi LaunchOptionsKey.swift
[408/493] Compiling TPPDF CGPoint+Math.swift
[409/493] Compiling TPPDF CGPoint+Null.swift
[410/493] Compiling TPPDF PDFGenerator+Debug.swift
[411/493] Compiling TPPDF PDFGenerator+Layout.swift
[412/493] Compiling TPPDF PDFColumnWrapSectionObject.swift
[413/493] Compiling TPPDF PDFSectionColumnObject.swift
[414/493] Compiling TPPDF PDFSectionObject.swift
[415/493] Compiling TPPDF PDFTableOfContentObject.swift
[416/493] Compiling TPPDF PDFTableCalculatedCell.swift
[417/493] Compiling TPPDF PDFTableMergeUtil.swift
[418/493] Compiling TPPDF PDFTableNode.swift
[419/493] Compiling TPPDF PDFTableObject.swift
[420/493] Compiling TPPDF PDFTableValidator.swift
[421/493] Compiling Spezi DependencyBuilder.swift
[422/493] Compiling Spezi DependencyCollection.swift
[423/493] Compiling Spezi DependencyCollectionBuilder.swift
[427/493] Compiling TPPDF PDFList.swift
[428/493] Compiling TPPDF PDFListItem.swift
[429/493] Compiling TPPDF PDFListItemSymbol.swift
[430/493] Compiling TPPDF PDFInfo+Equatable.swift
[431/493] Compiling TPPDF PDFInfo.swift
[432/493] Compiling TPPDF PDFGenerator+Generation.swift
[433/493] Compiling TPPDF PDFGenerator.swift
[434/493] Compiling TPPDF PDFGeneratorProtocol.swift
[435/608] Compiling MarkdownUI TableBackgroundStyle.swift
[436/608] Compiling MarkdownUI TableBorderStyle.swift
[437/608] Compiling MarkdownUI TableCellConfiguration.swift
[438/608] Compiling MarkdownUI TaskListMarkerConfiguration.swift
[439/608] Compiling MarkdownUI BackgroundColor.swift
[440/608] Compiling MarkdownUI EmptyTextStyle.swift
[441/608] Compiling MarkdownUI Font+FontProperties.swift
[442/614] Compiling MarkdownUI TextInlineRenderer.swift
[443/614] Compiling MarkdownUI BlockConfiguration.swift
[444/614] Compiling MarkdownUI BlockStyle.swift
[445/614] Compiling MarkdownUI CodeBlockConfiguration.swift
[446/614] Compiling MarkdownUI ListBullet.swift
[447/614] Compiling MarkdownUI ListMarkerConfiguration.swift
[448/614] Compiling MarkdownUI NumberedListView.swift
[449/614] Compiling MarkdownUI ParagraphView.swift
[450/614] Compiling MarkdownUI TableBackgroundView.swift
[451/614] Compiling MarkdownUI TableBorderSelector.swift
[452/614] Compiling MarkdownUI TableBorderView.swift
[453/614] Compiling MarkdownUI TableBounds.swift
[454/614] Emitting module Spezi
[455/614] Compiling Spezi Application+TypeAlias.swift
[456/614] Compiling Spezi ApplicationDelegate.swift
[457/614] Compiling Spezi ApplicationDelegateAdaptor.swift
[458/614] Compiling Spezi DynamicReference.swift
[459/614] Compiling Spezi Module+Properties.swift
[460/614] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[461/614] Compiling MarkdownUI Blockquote.swift
[462/614] Compiling MarkdownUI BulletedList.swift
[463/614] Compiling MarkdownUI CodeBlock.swift
[464/614] Compiling MarkdownUI Heading.swift
[465/614] Compiling MarkdownUI ListContentBuilder.swift
[466/614] Compiling MarkdownUI ListItem.swift
[467/614] Compiling MarkdownUI MarkdownContent.swift
[468/614] Compiling MarkdownUI MarkdownContentBuilder.swift
[469/614] Compiling MarkdownUI NumberedList.swift
[470/614] Compiling MarkdownUI Paragraph.swift
[471/614] Compiling MarkdownUI TaskList.swift
[472/614] Compiling MarkdownUI TaskListContentBuilder.swift
[473/614] Compiling MarkdownUI TaskListItem.swift
[474/614] Compiling MarkdownUI ThematicBreak.swift
[475/614] Compiling MarkdownUI Code.swift
[476/614] Compiling MarkdownUI Emphasis.swift
[477/614] Compiling MarkdownUI InlineContent.swift
[478/614] Compiling MarkdownUI InlineContentBuilder.swift
[479/614] Compiling MarkdownUI InlineImage.swift
[480/614] Compiling MarkdownUI InlineLink.swift
[481/614] Compiling MarkdownUI TextTable.swift
[482/614] Compiling MarkdownUI TextTableColumn.swift
[483/614] Compiling MarkdownUI TextTableColumnAlignment.swift
[484/614] Compiling MarkdownUI TextTableColumnBuilder.swift
[485/614] Compiling MarkdownUI TextTableRow.swift
[486/614] Compiling MarkdownUI TextTableRowBuilder.swift
[487/614] Compiling MarkdownUI HTMLTag.swift
[488/614] Compiling MarkdownUI InlineNode+Collect.swift
[489/614] Compiling MarkdownUI InlineNode+Rewrite.swift
[490/614] Compiling MarkdownUI InlineNode.swift
[491/614] Compiling MarkdownUI MarkdownParser.swift
[492/614] Compiling MarkdownUI AttributedStringInlineRenderer.swift
[493/614] Compiling MarkdownUI InlineTextStyles.swift
[494/614] Compiling MarkdownUI TableCell.swift
[495/614] Compiling MarkdownUI TableView.swift
[496/614] Compiling MarkdownUI TaskListItemView.swift
[497/614] Compiling MarkdownUI TaskListView.swift
[498/614] Compiling MarkdownUI TextStyleAttributesReader.swift
[499/614] Compiling MarkdownUI ThematicBreakView.swift
[551/626] Compiling MarkdownUI FontSize.swift
[552/626] Compiling MarkdownUI FontStyle.swift
[553/626] Compiling MarkdownUI FontWeight.swift
[554/626] Compiling MarkdownUI FontWidth.swift
[555/626] Compiling MarkdownUI ForegroundColor.swift
[556/626] Compiling MarkdownUI StrikethroughStyle.swift
[557/626] Compiling MarkdownUI TextKerning.swift
[558/626] Compiling MarkdownUI TextTracking.swift
[559/626] Compiling MarkdownUI UnderlineStyle.swift
[560/626] Compiling MarkdownUI TextStyle.swift
[561/626] Compiling MarkdownUI TextStyleBuilder.swift
[562/626] Compiling MarkdownUI Theme+Basic.swift
[563/626] Compiling MarkdownUI Theme+DocC.swift
[564/626] Compiling MarkdownUI LineBreak.swift
[565/626] Compiling MarkdownUI SoftBreak.swift
[566/626] Compiling MarkdownUI Strikethrough.swift
[567/626] Compiling MarkdownUI Strong.swift
[568/626] Compiling MarkdownUI AssetImageProvider.swift
[569/626] Compiling MarkdownUI AssetInlineImageProvider.swift
[570/626] Compiling MarkdownUI CodeSyntaxHighlighter.swift
[571/626] Compiling MarkdownUI DefaultImageProvider.swift
[572/626] Compiling MarkdownUI DefaultInlineImageProvider.swift
[573/626] Compiling MarkdownUI ImageProvider.swift
[574/626] Compiling MarkdownUI InlineImageProvider.swift
[575/626] Compiling MarkdownUI BlockNode+Rewrite.swift
[576/626] Compiling MarkdownUI BlockNode.swift
[577/626] Emitting module MarkdownUI
[591/626] Compiling MarkdownUI Environment+BaseURL.swift
[592/626] Compiling MarkdownUI Environment+CodeSyntaxHighlighter.swift
[593/626] Compiling MarkdownUI Environment+ImageProvider.swift
[594/626] Compiling MarkdownUI Environment+InlineImageProvider.swift
[595/626] Compiling MarkdownUI Environment+List.swift
[596/626] Compiling MarkdownUI Environment+SoftBreakMode.swift
[597/626] Compiling MarkdownUI Environment+Table.swift
[598/626] Compiling MarkdownUI Environment+TextStyle.swift
[599/626] Compiling MarkdownUI Environment+Theme.swift
[600/626] Compiling MarkdownUI ImageView.swift
[601/626] Compiling MarkdownUI InlineText.swift
[602/626] Compiling MarkdownUI Markdown.swift
[603/626] Compiling MarkdownUI Theme+GitHub.swift
[604/626] Compiling MarkdownUI Theme.swift
[605/626] Compiling MarkdownUI BlockNode+ColorSchemeImage.swift
[606/626] Compiling MarkdownUI Color+RGBA.swift
[607/626] Compiling MarkdownUI Deprecations.swift
[608/626] Compiling MarkdownUI FlowLayout.swift
[609/626] Compiling MarkdownUI Indexed.swift
[610/626] Compiling MarkdownUI InlineNode+PlainText.swift
[611/626] Compiling MarkdownUI InlineNode+RawImageData.swift
[612/626] Compiling MarkdownUI Int+Roman.swift
[613/626] Compiling MarkdownUI RelativeSize.swift
[614/626] Compiling MarkdownUI ResizeToFit.swift
[615/626] Compiling MarkdownUI String+KebabCase.swift
[616/626] Compiling MarkdownUI BlockMargin.swift
[617/626] Compiling MarkdownUI BlockNode+View.swift
[618/626] Compiling MarkdownUI BlockSequence.swift
[619/626] Compiling MarkdownUI BlockquoteView.swift
[620/626] Compiling MarkdownUI BulletedListView.swift
[621/626] Compiling MarkdownUI CodeBlockView.swift
[622/626] Compiling MarkdownUI ColumnWidthPreference.swift
[623/626] Compiling MarkdownUI HeadingView.swift
[624/626] Compiling MarkdownUI ImageFlow.swift
[625/626] Compiling MarkdownUI ListItemSequence.swift
[626/626] Compiling MarkdownUI ListItemView.swift
[627/678] Emitting module SpeziViews
[628/683] Compiling SpeziViews NavigationStepIdentifying.swift
[629/683] Compiling SpeziViews NavigationStepsBuilder.swift
[630/683] Compiling SpeziViews NavigationStepsCollection.swift
[631/683] Compiling SpeziViews ShareSheet.swift
[632/683] Compiling SpeziViews ShareSheetInput.swift
[633/683] Compiling SpeziViews TextContentType.swift
[634/683] Compiling SpeziViews ConditionalModifier.swift
[635/683] Compiling SpeziViews DeviceOrientationModifier.swift
[636/683] Compiling SpeziViews FocusOnTapModifier.swift
[637/683] Compiling SpeziViews ProcessingOverlay.swift
[638/683] Compiling SpeziViews ShimmerModifier.swift
[639/683] Compiling SpeziViews ConfigureTipKit.swift
[640/683] Compiling SpeziViews ManagedViewUpdate.swift
[641/683] Compiling SpeziViews LiquidGlass.swift
[642/683] Compiling SpeziViews ReverseLabelStyle.swift
[643/683] Compiling SpeziViews AnyLocalizedError.swift
[644/683] Compiling SpeziViews Binding+Negate.swift
[645/683] Compiling SpeziViews ShareableRepresentation.swift
[646/683] Compiling SpeziViews Label.swift
[647/683] Compiling SpeziViews LazyText.swift
[648/683] Compiling SpeziViews MarkdownView+ImageProviders.swift
[649/683] Compiling SpeziViews MarkdownView.swift
[650/683] Compiling SpeziViews ListRow.swift
[651/683] Compiling SpeziViews IllegalNavigationStepView.swift
[652/683] Compiling SpeziViews ManagedNavigationStack+Path.swift
[653/683] Compiling SpeziViews ManagedNavigationStack.swift
[654/683] Compiling SpeziViews NavigationStepIdentifier.swift
[655/683] Compiling SpeziViews SkeletonLoadingModifier.swift
[656/683] Compiling SpeziViews OperationStateAlert.swift
[657/683] Compiling SpeziViews ViewStateAlert.swift
[658/683] Compiling SpeziViews ViewStateMapper.swift
[659/683] Compiling SpeziViews AsyncButton.swift
[660/683] Compiling SpeziViews AsyncButtonProcessingStyle.swift
[661/683] Compiling SpeziViews DescriptionGridRow.swift
[662/683] Compiling SpeziViews DynamicHStack.swift
[663/683] Compiling SpeziViews HorizontalGeometryReader.swift
[664/683] Compiling SpeziViews ResizeToFit.swift
[665/683] Compiling SpeziViews LabeledContent+Init.swift
[666/683] Compiling SpeziViews ListHeader.swift
[667/683] Compiling SpeziViews DefaultErrorDescription.swift
[668/683] Compiling SpeziViews ProcessingDebounceDuration.swift
[669/683] Compiling SpeziViews Exports.swift
[670/683] Compiling SpeziViews ImageReference.swift
[671/683] Compiling SpeziViews OperationState.swift
[672/683] Compiling SpeziViews ViewState.swift
[673/683] Compiling SpeziViews DismissButton.swift
[674/683] Compiling SpeziViews InfoButton.swift
[675/683] Compiling SpeziViews CaseIterablePicker.swift
[676/683] Compiling SpeziViews OptionSetPicker.swift
[677/683] Compiling SpeziViews PickerValue.swift
[678/683] Compiling SpeziViews CanvasView.swift
[679/683] Compiling SpeziViews TextContent.swift
[680/683] Compiling SpeziViews CompletedTileHeader.swift
[681/683] Compiling SpeziViews SimpleTile.swift
[682/683] Compiling SpeziViews TileHeader.swift
[683/683] Compiling SpeziViews resource_bundle_accessor.swift
[684/697] Compiling SpeziOnboarding resource_bundle_accessor.swift
[685/697] Compiling SpeziPersonalInfo resource_bundle_accessor.swift
[686/697] Compiling SpeziPersonalInfo NameTextField.swift
[687/697] Compiling SpeziPersonalInfo NameFieldRow.swift
[688/697] Emitting module SpeziPersonalInfo
[689/697] Compiling SpeziPersonalInfo UserProfileView.swift
[690/697] Emitting module SpeziOnboarding
[691/697] Compiling SpeziOnboarding OnboardingActionsView.swift
[692/697] Compiling SpeziOnboarding Utils.swift
[693/697] Compiling SpeziOnboarding OnboardingView.swift
[694/697] Compiling SpeziOnboarding OnboardingInformationView.swift
[695/697] Compiling SpeziOnboarding OnboardingInformationView+Area.swift
[696/697] Compiling SpeziOnboarding OnboardingTitleView.swift
[697/697] Compiling SpeziOnboarding SequentialOnboardingView.swift
[698/712] Compiling SpeziConsent SignatureView.swift
[699/713] Compiling SpeziConsent SignatureViewBackground.swift
[700/713] Compiling SpeziConsent OnboardingConsentView.swift
[701/713] Compiling SpeziConsent ConsentShareButton.swift
[702/713] Compiling SpeziConsent ConsentSignatureForm+Labels.swift
[703/713] Compiling SpeziConsent ConsentDocument.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziConsent/Model/ConsentDocument.swift:12:8: warning: public import of 'PencilKit' was not used in public declarations or inlinable code
10 | public import Observation
11 | public import class PDFKit.PDFDocument
12 | public import PencilKit
| `- warning: public import of 'PencilKit' was not used in public declarations or inlinable code
13 | public import SpeziFoundation
14 | import SwiftUI
[704/713] Compiling SpeziConsent PKDrawing+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziConsent/Model/ConsentDocument.swift:12:8: warning: public import of 'PencilKit' was not used in public declarations or inlinable code
10 | public import Observation
11 | public import class PDFKit.PDFDocument
12 | public import PencilKit
| `- warning: public import of 'PencilKit' was not used in public declarations or inlinable code
13 | public import SpeziFoundation
14 | import SwiftUI
[705/713] Compiling SpeziConsent Platform.swift
[706/713] Compiling SpeziConsent ConsentDocumentView.swift
[707/713] Emitting module SpeziConsent
[708/713] Compiling SpeziConsent ConsentDocument+Export.swift
[709/713] Compiling SpeziConsent ConsentDocument+ExportConfiguration.swift
[710/713] Compiling SpeziConsent ConsentSignatureForm.swift
[711/713] Compiling SpeziConsent ConsentDocument+CustomElementProcessing.swift
[712/713] Compiling SpeziConsent ConsentDocument+Elements.swift
[713/713] Compiling SpeziConsent resource_bundle_accessor.swift
Build complete! (28.66s)
warning: 'tppdf': /Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
6 | name: "TPPDF",
7 | platforms: [
8 | .iOS(.v9),
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
9 | .macOS(.v10_14),
10 | .visionOS(.v1),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:58: warning: 'exact' is deprecated [#DeprecatedDeclaration]
14 | ],
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 | ],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 | ],
19 | targets: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:59: warning: 'exact' is deprecated [#DeprecatedDeclaration]
15 | dependencies: [
16 | .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 | .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 | ],
19 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
"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" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews.git"
},
{
"identity" : "spezionboarding",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziOnboarding.git"
},
{
"identity" : "tppdf",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/techprimate/TPPDF.git"
},
{
"identity" : "swift-markdown-ui",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/swift-markdown-ui.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SpeziConsent",
"name" : "SpeziConsent",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SpeziConsent",
"targets" : [
"SpeziConsent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziConsentTests",
"module_type" : "SwiftTarget",
"name" : "SpeziConsentTests",
"path" : "Tests/SpeziConsentTests",
"product_dependencies" : [
"SpeziFoundation",
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/known_good_pdf_one_page_ios.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/known_good_pdf_one_page_mac_os.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/known_good_pdf_one_page_vision_os.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/known_good_pdf_two_pages_ios.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/known_good_pdf_two_pages_mac_os.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/known_good_pdf_two_pages_vision_os.pdf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/markdown_data_one_page.md",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/Resources/markdown_data_two_pages.md",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/__Snapshots__/ConsentViewTests/select.1.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/__Snapshots__/ConsentViewTests/selectWithFootnote.1.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/__Snapshots__/ConsentViewTests/selectWithFootnoteAndStyling.1.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/__Snapshots__/ConsentViewTests/toggle.1.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziConsentTests/__Snapshots__/ConsentViewTests/toggleWithFootnote.1.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ConsentViewTests.swift",
"ParserTests.swift",
"SpeziConsentTests.swift",
"SpeziOnboardingTests+PDFEquatable.swift"
],
"target_dependencies" : [
"SpeziConsent"
],
"type" : "test"
},
{
"c99name" : "SpeziConsent",
"module_type" : "SwiftTarget",
"name" : "SpeziConsent",
"path" : "Sources/SpeziConsent",
"product_dependencies" : [
"Spezi",
"SpeziFoundation",
"SpeziViews",
"SpeziOnboarding",
"SpeziPersonalInfo",
"TPPDF",
"MarkdownUI"
],
"product_memberships" : [
"SpeziConsent"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziConsent/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziConsent/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Model/ConsentDocument+CustomElementProcessing.swift",
"Model/ConsentDocument+Elements.swift",
"Model/ConsentDocument+Export.swift",
"Model/ConsentDocument+ExportConfiguration.swift",
"Model/ConsentDocument.swift",
"Model/PKDrawing+Hashable.swift",
"Platform.swift",
"Views/ConsentDocumentView.swift",
"Views/ConsentShareButton.swift",
"Views/ConsentSignatureForm+Labels.swift",
"Views/ConsentSignatureForm.swift",
"Views/OnboardingConsentView.swift",
"Views/SignatureView.swift",
"Views/SignatureViewBackground.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.