The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthKitOnFhir with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/healthkit-on-fhir.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 82f0057 Added documentation for SMART on FHIR Proxy (#21)
Cloned https://github.com/microsoft/healthkit-on-fhir.git
Revision (git rev-parse @):
82f005714c89f90b7d30b7e74e2417b241be75b7
SUCCESS checkout https://github.com/microsoft/healthkit-on-fhir.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/microsoft/healthkit-on-fhir.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/microsoft/health-data-sync
Fetching https://github.com/microsoft/iomt-fhir-client
Fetching https://github.com/smart-on-fhir/Swift-FHIR
Fetching https://github.com/microsoft/healthkit-to-fhir
[1/82] Fetching iomt-fhir-client
[83/252] Fetching iomt-fhir-client, healthkit-to-fhir
[253/331] Fetching iomt-fhir-client, healthkit-to-fhir, health-data-sync
[332/18420] Fetching iomt-fhir-client, healthkit-to-fhir, health-data-sync, swift-fhir
Fetched https://github.com/microsoft/health-data-sync from cache (1.31s)
Fetched https://github.com/microsoft/iomt-fhir-client from cache (1.31s)
Fetched https://github.com/microsoft/healthkit-to-fhir from cache (1.31s)
Fetched https://github.com/smart-on-fhir/Swift-FHIR from cache (1.33s)
Computing version for https://github.com/microsoft/healthkit-to-fhir
Computed https://github.com/microsoft/healthkit-to-fhir at 1.0.2 (0.39s)
Computing version for https://github.com/microsoft/health-data-sync
Computed https://github.com/microsoft/health-data-sync at 1.0.0 (0.39s)
Computing version for https://github.com/microsoft/iomt-fhir-client
Computed https://github.com/microsoft/iomt-fhir-client at 1.0.0 (0.39s)
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.42s)
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
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/healthkit-to-fhir
Working copy of https://github.com/microsoft/healthkit-to-fhir resolved at 1.0.2
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/215] Emitting module IomtFhirClient
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/218] Emitting module Models
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[11/241] Compiling Models CarePlan.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[12/241] Compiling Models CareTeam.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[13/241] Compiling Models CatalogEntry.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[14/241] Compiling Models BodyStructure.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[15/241] Compiling Models Bundle.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[16/241] Compiling Models CapabilityStatement.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[17/241] Compiling IomtFhirClient TokenProviderProtocol.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[18/241] Compiling IomtFhirClient TokenScope.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[19/241] Compiling IomtFhirClient TransportType.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[20/241] Compiling Models Account.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[21/241] Compiling Models ActivityDefinition.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[24/243] Compiling Models Address.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[25/243] Compiling Models AdverseEvent.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[26/243] Compiling Models Age.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[27/243] Compiling Models AllergyIntolerance.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/243] Emitting module HealthDataSync
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[29/243] Compiling Models BackboneElement.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[30/243] Compiling Models Base64Binary.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[32/243] Compiling Models Annotation.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[33/243] Compiling Models Attachment.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[34/243] Compiling Models AuditEvent.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[35/243] Compiling Models Basic.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[36/243] Compiling Models Binary.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[37/243] Compiling Models BiologicallyDerivedProduct.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[41/243] Compiling Models Appointment.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[42/243] Compiling Models AppointmentResponse.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[53/243] Compiling Models ExampleScenario.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[54/243] Compiling Models ExplanationOfBenefit.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[55/243] Compiling Models Expression.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[56/243] Compiling Models Extension.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[57/243] Compiling Models FHIRAbstractBase+Factory.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[58/243] Compiling Models FHIRAbstractBase.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[59/243] Compiling Models FHIRAbstractResource.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[60/243] Compiling Models FHIRBool.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[61/243] Compiling Models FHIRCanonical.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[62/243] Compiling Models FHIRDecimal.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[63/243] Compiling Models FHIREnum.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[64/243] Compiling Models FHIRError.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[65/243] Compiling Models FHIRInteger.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[66/243] Compiling Models FHIRPrimitive.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[67/243] Compiling Models FHIRRequest.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[68/243] Compiling Models FHIRRequestHandler.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[69/243] Compiling Models FHIRServer.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[70/243] Compiling Models FHIRServerResponse.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[71/243] Compiling Models FHIRString.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[72/243] Compiling Models FHIRType.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[73/243] Compiling Models FHIRURL.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[74/243] Compiling Models FHIRValidationError.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[75/243] Compiling Models FamilyMemberHistory.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[76/243] Compiling Models Flag.swift
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:26:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest, body: Data? = nil) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:81:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequest.swift:131:37: error: cannot find type 'URLRequest' in scope
        public func prepare(request: inout URLRequest) {
                                           ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-FHIR/Sources/Models/FHIRRequestHandler.swift:59:30: error: cannot find type 'URLRequest' in scope
        func prepare(request: inout URLRequest) throws
                                    ^~~~~~~~~~
/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.
        func response(response: URLResponse?, data: Data?, error: Error?) -> FHIRServerResponse
                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
error: fatalError
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/66] Emitting module IomtFhirClient
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[3/99] Compiling Models AppointmentResponse.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[4/99] Compiling Models Attachment.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[5/99] Compiling Models Binary.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[6/99] Compiling Models BiologicallyDerivedProduct.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[7/99] Compiling Models AdverseEvent.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[8/99] Compiling Models Age.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[9/137] Compiling Models AuditEvent.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[10/137] Compiling Models BackboneElement.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[11/137] Compiling Models Account.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[12/137] Compiling Models ActivityDefinition.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[13/137] Compiling Models Address.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[14/137] Compiling Models Base64Binary.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[15/137] Compiling Models Basic.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[16/137] Compiling Models AllergyIntolerance.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[17/137] Compiling Models Annotation.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[18/137] Compiling Models Appointment.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/213] Emitting module HealthDataSync
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[20/213] Compiling IomtFhirClient TokenProviderProtocol.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[21/213] Compiling IomtFhirClient TokenScope.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[22/213] Compiling IomtFhirClient TransportType.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[23/213] Compiling Models CarePlan.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[24/213] Compiling Models CareTeam.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[25/213] Compiling Models CatalogEntry.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[32/213] Compiling HealthDataSync HDSObjectSynchronizer.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
[33/213] Compiling HealthDataSync HDSObjectSynchronizerProtocol.swift
/host/spi-builder-workspace/.build/checkouts/health-data-sync/Sources/Proxies/HDSStoreProxy.swift:9:8: error: no such module 'HealthKit'
import HealthKit
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
[43/213] Compiling Models CapabilityStatement.swift
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
/host/spi-builder-workspace/.build/checkouts/iomt-fhir-client/Sources/Primitives/SharedAccessSignatureTokenProvider.swift:5:8: error: no such module 'CommonCrypto'
import CommonCrypto
       ^
error: fatalError
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1