The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthKitOnFhir, reference 1.0.2 (b8e5e9), with Swift 6.3 for Android on 11 Apr 2026 22:09:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/healthkit-on-fhir.git
Reference: 1.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/microsoft/healthkit-on-fhir
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at b8e5e9b Added new HealthKit types (#14)
Cloned https://github.com/microsoft/healthkit-on-fhir.git
Revision (git rev-parse @):
b8e5e9baa85b80abe84e6733f9c2df2211d507b4
SUCCESS checkout https://github.com/microsoft/healthkit-on-fhir.git at 1.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/microsoft/healthkit-on-fhir.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/microsoft/healthkit-to-fhir
Fetching https://github.com/microsoft/iomt-fhir-client
[1/92] Fetching iomt-fhir-client
[93/262] Fetching iomt-fhir-client, healthkit-to-fhir
Fetched https://github.com/microsoft/iomt-fhir-client from cache (0.41s)
Fetching https://github.com/smart-on-fhir/Swift-FHIR
Fetching https://github.com/microsoft/health-data-sync
Fetched https://github.com/microsoft/healthkit-to-fhir from cache (0.42s)
[1/18089] Fetching swift-fhir
[182/18168] Fetching swift-fhir, health-data-sync
Fetched https://github.com/microsoft/health-data-sync from cache (2.32s)
Fetched https://github.com/smart-on-fhir/Swift-FHIR from cache (2.38s)
Computing version for https://github.com/microsoft/health-data-sync
Computed https://github.com/microsoft/health-data-sync at 1.0.0 (3.72s)
Computing version for https://github.com/microsoft/iomt-fhir-client
Computed https://github.com/microsoft/iomt-fhir-client at 1.0.0 (0.89s)
Computing version for https://github.com/microsoft/healthkit-to-fhir
Computed https://github.com/microsoft/healthkit-to-fhir at 1.0.3 (0.86s)
Computing version for https://github.com/smart-on-fhir/Swift-FHIR
Computed https://github.com/smart-on-fhir/Swift-FHIR at 4.2.1 (0.79s)
Creating working copy for https://github.com/microsoft/healthkit-to-fhir
Working copy of https://github.com/microsoft/healthkit-to-fhir resolved at 1.0.3
Creating working copy for https://github.com/microsoft/health-data-sync
Working copy of https://github.com/microsoft/health-data-sync resolved at 1.0.0
Creating working copy for https://github.com/smart-on-fhir/Swift-FHIR
Working copy of https://github.com/smart-on-fhir/Swift-FHIR resolved at 4.2.1
Creating working copy for https://github.com/microsoft/iomt-fhir-client
Working copy of https://github.com/microsoft/iomt-fhir-client resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/215] Emitting module HealthDataSync
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/217] Emitting module Models
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
 24 | 	Prepare a given mutable URL request with the respective method and body values.
 25 | 	*/
 26 | 	public func prepare(request: inout URLRequest, body: Data? = nil) {
    |                                     `- error: cannot find type 'URLRequest' in scope
 27 | 		request.httpMethod = rawValue
 28 |
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
 79 | 	Prepare a given mutable URL request with the receiver's values.
 80 | 	*/
 81 | 	public func prepare(request: inout URLRequest) {
    |                                     `- error: cannot find type 'URLRequest' in scope
 82 | 		headers.forEach {
 83 | 			request.setValue($1, forHTTPHeaderField: $0.rawValue)
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
129 | 	Prepare a given mutable URL request with the receiver's parameters.
130 | 	*/
131 | 	public func prepare(request: inout URLRequest) {
    |                                     `- error: cannot find type 'URLRequest' in scope
132 | 		guard parameters.count > 0 else {
133 | 			return
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
57 | 	- parameter request: The request to decorate
58 | 	*/
59 | 	func prepare(request: inout URLRequest) throws
   |                              `- error: cannot find type 'URLRequest' in scope
60 |
61 |
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:72:26: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
70 | 	- returns:            An appropriately configured `FHIRServerResponse` instance
71 | 	*/
72 | 	func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
   |                          `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
73 |
74 | 	/**
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
[11/240] Compiling HealthDataSync HDSObjectSynchronizer.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[12/240] Compiling HealthDataSync HDSObjectSynchronizerProtocol.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[13/240] Compiling Models EnrollmentRequest.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[14/240] Compiling Models EnrollmentResponse.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[15/240] Compiling Models EpisodeOfCare.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[16/240] Compiling Models EventDefinition.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[17/243] Compiling Models DeviceMetric.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[18/243] Compiling Models DeviceRequest.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[19/243] Compiling Models EffectEvidenceSynthesis.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[20/243] Compiling Models Element.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[21/243] Compiling Models ElementDefinition.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[22/243] Compiling Models Duration.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/243] Emitting module IomtFhirClient
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[25/243] Compiling Models Distance.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[26/243] Compiling Models DocumentManifest.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[27/243] Compiling Models DocumentReference.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[29/243] Compiling Models DomainResource.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[30/243] Compiling Models Dosage.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[31/243] Compiling Models DeviceUseStatement.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[32/243] Compiling Models DiagnosticReport.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[37/243] Compiling Models DetectedIssue.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[38/243] Compiling Models Device.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[39/243] Compiling Models DeviceDefinition.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[44/243] Compiling IomtFhirClient TokenProviderProtocol.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[45/243] Compiling IomtFhirClient TokenScope.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
[46/243] Compiling IomtFhirClient TransportType.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
  3 |
  4 | import Foundation
  5 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  6 |
  7 | internal class SharedAccessSignatureTokenProvider : TokenProviderProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
 7 |
 8 | import Foundation
 9 | import HealthKit
   |        `- error: no such module 'HealthKit'
10 |
11 | public class HDSStoreProxy : HDSStoreProxyProtocol
[55/243] Compiling Models Claim.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[56/243] Compiling Models ClaimResponse.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[57/243] Compiling Models ClinicalImpression.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[58/243] Compiling Models CodeSystem.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[59/243] Compiling Models CodeSystems.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[60/243] Compiling Models CodeableConcept.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[61/243] Compiling Models Coding.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[62/243] Compiling Models Communication.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[63/243] Compiling Models CommunicationRequest.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[64/243] Compiling Models CompartmentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[65/243] Compiling Models Composition.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[66/243] Compiling Models ConceptMap.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[67/243] Compiling Models Condition.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[68/243] Compiling Models Consent.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[69/243] Compiling Models ContactDetail.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[70/243] Compiling Models ContactPoint.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[71/243] Compiling Models Contract.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[72/243] Compiling Models Contributor.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[73/243] Compiling Models Count.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[74/243] Compiling Models Coverage.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[75/243] Compiling Models CoverageEligibilityRequest.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[76/243] Compiling Models CoverageEligibilityResponse.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[77/243] Compiling Models DataRequirement.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
[78/243] Compiling Models DateAndTime.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:974:37: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 972 | 		#else
 973 | 		var str: NSString?
 974 | 		if scanString(searchString, into: &str) {
     |                                     |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                     `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 975 | 			return str as String?
 976 | 		}
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/DateAndTime.swift:986:38: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
 984 | 		#else
 985 | 		var str: NSString?
 986 | 		if scanCharacters(from: set, into: &str) {
     |                                      |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
     |                                      `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
 987 | 			return str as String?
 988 | 		}
BUILD FAILURE 6.3 android