The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SoracomAPI with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soracom/soracom-sdk-swift.git
Reference: master
Cloned https://github.com/soracom/soracom-sdk-swift.git into spi-builder-workspace
SUCCESS checkout https://github.com/soracom/soracom-sdk-swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/172] Compiling SoracomAPI APIError.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[2/172] Compiling SoracomAPI APIOperation.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[3/172] Compiling SoracomAPI API.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[4/172] Compiling SoracomAPI AnyCodable.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[5/172] Compiling SoracomAPI Coding.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[6/172] Compiling SoracomAPI APICallError.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[7/172] Compiling SoracomAPI APICallErrorMessage.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[8/172] Compiling SoracomAPI APIKeyResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[9/172] Compiling SoracomAPI ActionConfig.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[10/172] Compiling SoracomAPI ActionConfigProperty.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[11/172] Compiling SoracomAPI AirStatsResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[12/172] Compiling SoracomAPI AttachRoleRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[13/172] Compiling SoracomAPI AttributeUpdate.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[14/172] Compiling SoracomAPI AuthKeyResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[15/172] Compiling SoracomAPI AuthRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[16/172] Compiling SoracomAPI AuthResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[17/172] Compiling SoracomAPI BeamCounts.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[18/172] Compiling SoracomAPI BeamStatsResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[19/172] Compiling SoracomAPI Config.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[20/172] Compiling SoracomAPI CouponResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[21/172] Compiling SoracomAPI CreateAndUpdateCredentialsModel.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[22/172] Compiling SoracomAPI CreateCouponRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[23/172] Compiling SoracomAPI CreateCouponResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[24/172] Compiling SoracomAPI CreateEstimatedOrderRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/196] Compiling SoracomAPI ExpiryTime.swift
[26/196] Compiling SoracomAPI ExportRequest.swift
[27/196] Compiling SoracomAPI FileExportResponse.swift
[28/196] Compiling SoracomAPI FunnelConfiguration.swift
[29/196] Compiling SoracomAPI FunnelDestination.swift
[30/196] Compiling SoracomAPI GatePeer.swift
[31/196] Compiling SoracomAPI GenerateOperatorsAuthKeyResponse.swift
[32/196] Compiling SoracomAPI GenerateTokenRequest.swift
[33/196] Compiling SoracomAPI GenerateTokenResponse.swift
[34/196] Compiling SoracomAPI GenerateUserAuthKeyResponse.swift
[35/196] Compiling SoracomAPI GetBillingHistoryResponse.swift
[36/196] Compiling SoracomAPI GetExportedFileResponse.swift
[37/196] Compiling SoracomAPI GetLatestBill.swift
[38/196] Compiling SoracomAPI GetOperatorResponse.swift
[39/196] Compiling SoracomAPI GetOrderResponse.swift
[40/196] Compiling SoracomAPI GetPaymentMethodResult.swift
[41/196] Compiling SoracomAPI GetPaymentTransactionResult.swift
[42/196] Compiling SoracomAPI GetShippingAddressResponse.swift
[43/196] Compiling SoracomAPI GetSignupTokenRequest.swift
[44/196] Compiling SoracomAPI GetSignupTokenResponse.swift
[45/196] Compiling SoracomAPI GetUserPasswordResponse.swift
[46/196] Compiling SoracomAPI GetUserPermissionResponse.swift
[47/196] Compiling SoracomAPI Group.swift
[48/196] Compiling SoracomAPI GroupConfigurationUpdateRequest.swift
[49/196] Emitting module SoracomAPI
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
[50/244] Compiling SoracomAPI SmsForwardingReport.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[51/244] Compiling SoracomAPI SmsForwardingRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[52/244] Compiling SoracomAPI SoracomBeamStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[53/244] Compiling SoracomAPI Subscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[54/244] Compiling SoracomAPI SupportTokenResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[55/244] Compiling SoracomAPI Tag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[56/244] Compiling SoracomAPI TagUpdateRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[57/244] Compiling SoracomAPI UpdateEventHandlerRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[58/244] Compiling SoracomAPI UpdatePasswordRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[59/244] Compiling SoracomAPI UpdatePermissionRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[60/244] Compiling SoracomAPI UpdateSpeedClassRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[61/244] Compiling SoracomAPI UpdateUserRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[62/244] Compiling SoracomAPI UserDetailResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[63/244] Compiling SoracomAPI VerifyEmailChangeTokenRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[64/244] Compiling SoracomAPI VerifyOperatorsRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[65/244] Compiling SoracomAPI VerifyPasswordResetTokenRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[66/244] Compiling SoracomAPI VerifySubscriberTransferTokenRequest.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[67/244] Compiling SoracomAPI VerifySubscriberTransferTokenResponse.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[68/244] Compiling SoracomAPI VirtualPrivateGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[69/244] Compiling SoracomAPI VpcPeeringConnection.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[70/244] Compiling SoracomAPI Auth.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[71/244] Compiling SoracomAPI IssuePasswordResetToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[72/244] Compiling SoracomAPI VerifyPasswordResetToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[73/244] Compiling SoracomAPI ExportBilling.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[74/244] Compiling SoracomAPI ListOrderedSubscriberResponse.swift
[75/244] Compiling SoracomAPI ListPaymentStatementResponse.swift
[76/244] Compiling SoracomAPI ListProductResponse.swift
[77/244] Compiling SoracomAPI ListRolesResponse.swift
[78/244] Compiling SoracomAPI ListShippingAddressResponse.swift
[79/244] Compiling SoracomAPI ListSubOperatorsResponse.swift
[80/244] Compiling SoracomAPI LogEntry.swift
[81/244] Compiling SoracomAPI LoraData.swift
[82/244] Compiling SoracomAPI LoraDevice.swift
[83/244] Compiling SoracomAPI LoraGateway.swift
[84/244] Compiling SoracomAPI LoraNetworkSet.swift
[85/244] Compiling SoracomAPI MFAAuthenticationRequest.swift
[86/244] Compiling SoracomAPI MFAIssueRevokingTokenRequest.swift
[87/244] Compiling SoracomAPI MFARevokingTokenVerifyRequest.swift
[88/244] Compiling SoracomAPI MFAStatusOfUseResponse.swift
[89/244] Compiling SoracomAPI Map.swift
[90/244] Compiling SoracomAPI MonthlyBill.swift
[91/244] Compiling SoracomAPI ObjectInstance.swift
[92/244] Compiling SoracomAPI OpenGateRequest.swift
[93/244] Compiling SoracomAPI OperatorMFAVerifyingResponse.swift
[94/244] Compiling SoracomAPI OrderItemModel.swift
[95/244] Compiling SoracomAPI OrderedSubscriber.swift
[96/244] Compiling SoracomAPI PaymentAmount.swift
[97/244] Compiling SoracomAPI PaymentDescription.swift
[98/244] Compiling SoracomAPI ImeiLock.swift
[99/244] Compiling SoracomAPI InitRequest.swift
[100/244] Compiling SoracomAPI InsertAirStatsRequest.swift
[101/244] Compiling SoracomAPI InsertBeamStatsRequest.swift
[102/244] Compiling SoracomAPI IpAddressMapEntry.swift
[103/244] Compiling SoracomAPI IssueEmailChangeTokenRequest.swift
[104/244] Compiling SoracomAPI IssuePasswordResetTokenRequest.swift
[105/244] Compiling SoracomAPI IssueSubscriberTransferTokenRequest.swift
[106/244] Compiling SoracomAPI IssueSubscriberTransferTokenResponse.swift
[107/244] Compiling SoracomAPI JunctionInspectionConfiguration.swift
[108/244] Compiling SoracomAPI JunctionMirroringConfiguration.swift
[109/244] Compiling SoracomAPI JunctionMirroringPeer.swift
[110/244] Compiling SoracomAPI JunctionRedirectionConfiguration.swift
[111/244] Compiling SoracomAPI LagoonRegistrationRequest.swift
[112/244] Compiling SoracomAPI LagoonRegistrationResponse.swift
[113/244] Compiling SoracomAPI LagoonUser.swift
[114/244] Compiling SoracomAPI LagoonUserCreationRequest.swift
[115/244] Compiling SoracomAPI LagoonUserCreationResponse.swift
[116/244] Compiling SoracomAPI LagoonUserEmailUpdatingRequest.swift
[117/244] Compiling SoracomAPI LagoonUserPasswordUpdatingRequest.swift
[118/244] Compiling SoracomAPI LagoonUserPermissionUpdatingRequest.swift
[119/244] Compiling SoracomAPI LastSeen.swift
[120/244] Compiling SoracomAPI ListCouponResponse.swift
[121/244] Compiling SoracomAPI ListOrderResponse.swift
[122/315] Compiling SoracomAPI PaymentStatementResponse.swift
[123/315] Compiling SoracomAPI ProductModel.swift
[124/315] Compiling SoracomAPI PutIpAddressMapEntryRequest.swift
[125/315] Compiling SoracomAPI RegisterGatePeerRequest.swift
[126/315] Compiling SoracomAPI RegisterLoraDeviceRequest.swift
[127/315] Compiling SoracomAPI RegisterOperatorsRequest.swift
[128/315] Compiling SoracomAPI RegisterPayerInformationModel.swift
[129/315] Compiling SoracomAPI RegisterSubscribersRequest.swift
[130/315] Compiling SoracomAPI ResourceInstance.swift
[131/315] Compiling SoracomAPI RoleResponse.swift
[132/315] Compiling SoracomAPI RuleConfig.swift
[133/315] Compiling SoracomAPI RuleConfigProperty.swift
[134/315] Compiling SoracomAPI SessionEvent.swift
[135/315] Compiling SoracomAPI SessionStatus.swift
[136/315] Compiling SoracomAPI SetDeviceObjectModelScopeRequest.swift
[137/315] Compiling SoracomAPI SetGroupRequest.swift
[138/315] Compiling SoracomAPI SetImeiLockRequest.swift
[139/315] Compiling SoracomAPI SetNetworkSetRequest.swift
[140/315] Compiling SoracomAPI SetUserPermissionRequest.swift
[141/315] Compiling SoracomAPI ShippingAddressModel.swift
[142/315] Compiling SoracomAPI ShippingCostModel.swift
[143/315] Compiling SoracomAPI SigfoxData.swift
[144/315] Compiling SoracomAPI SigfoxDevice.swift
[145/315] Compiling SoracomAPI SigfoxRegistrationRequest.swift
[146/315] Compiling SoracomAPI CreateEventHandlerRequest.swift
[147/315] Compiling SoracomAPI CreateGroupRequest.swift
[148/315] Compiling SoracomAPI CreateOrUpdateRoleRequest.swift
[149/315] Compiling SoracomAPI CreateRoleResponse.swift
[150/315] Compiling SoracomAPI CreateSubscriberResponse.swift
[151/315] Compiling SoracomAPI CreateUserPasswordRequest.swift
[152/315] Compiling SoracomAPI CreateUserRequest.swift
[153/315] Compiling SoracomAPI CreateVirtualPrivateGatewayRequest.swift
[154/315] Compiling SoracomAPI CreateVpcPeeringConnectionRequest.swift
[155/315] Compiling SoracomAPI CredentialsModel.swift
[156/315] Compiling SoracomAPI CreditCard.swift
[157/315] Compiling SoracomAPI DailyBill.swift
[158/315] Compiling SoracomAPI DailyBillResponse.swift
[159/315] Compiling SoracomAPI DataEntry.swift
[160/315] Compiling SoracomAPI DataSourceResourceMetadata.swift
[161/315] Compiling SoracomAPI DataTrafficStats.swift
[162/315] Compiling SoracomAPI DataTrafficStatsMap.swift
[163/315] Compiling SoracomAPI Device.swift
[164/315] Compiling SoracomAPI DeviceObjectModel.swift
[165/315] Compiling SoracomAPI EnableMFAOTPResponse.swift
[166/315] Compiling SoracomAPI ErrorType.swift
[167/315] Compiling SoracomAPI EstimatedOrderItemModel.swift
[168/315] Compiling SoracomAPI EstimatedOrderModel.swift
[169/315] Compiling SoracomAPI EventHandlerModel.swift
[170/361] Compiling SoracomAPI ExportLatestBilling.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[171/361] Compiling SoracomAPI GetBilling.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[172/361] Compiling SoracomAPI GetBillingHistory.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[173/361] Compiling SoracomAPI GetBillingPerDay.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[174/361] Compiling SoracomAPI GetLatestBilling.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[175/361] Compiling SoracomAPI CreateSandboxCoupon.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[176/361] Compiling SoracomAPI CreateCredential.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[177/361] Compiling SoracomAPI DeleteCredential.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[178/361] Compiling SoracomAPI ListCredentials.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[179/361] Compiling SoracomAPI UpdateCredential.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[180/361] Compiling SoracomAPI DeleteDataEntry.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[181/361] Compiling SoracomAPI GetDataEntries.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[182/361] Compiling SoracomAPI GetDataEntry.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[183/361] Compiling SoracomAPI ListDataSourceResources.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[184/361] Compiling SoracomAPI CreateDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[185/361] Compiling SoracomAPI DeleteDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[186/361] Compiling SoracomAPI DeleteDeviceTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[187/361] Compiling SoracomAPI ExecuteDeviceResource.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[188/361] Compiling SoracomAPI GetDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[189/361] Compiling SoracomAPI ListDevices.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[190/361] Compiling SoracomAPI ObserveDeviceResource.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[191/361] Compiling SoracomAPI ObserveDeviceResources.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[192/361] Compiling SoracomAPI PutDeviceTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[193/361] Compiling SoracomAPI ReadDeviceResource.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[194/384] Compiling SoracomAPI ReadDeviceResources.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[195/384] Compiling SoracomAPI SetDeviceGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[196/384] Compiling SoracomAPI UnobserveDeviceResource.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[197/384] Compiling SoracomAPI UnobserveDeviceResources.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[198/384] Compiling SoracomAPI UnsetDeviceGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[199/384] Compiling SoracomAPI WriteDeviceResource.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[200/384] Compiling SoracomAPI CreateDeviceObjectModel.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[201/384] Compiling SoracomAPI DeleteDeviceObjectModel.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[202/384] Compiling SoracomAPI GetDeviceObjectModel.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[203/384] Compiling SoracomAPI ListDeviceObjectModels.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[204/384] Compiling SoracomAPI SetDeviceObjectModelScope.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[205/384] Compiling SoracomAPI UpdateDeviceObjectModel.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[206/384] Compiling SoracomAPI CreateEventHandler.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[207/384] Compiling SoracomAPI DeleteEventHandler.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[208/384] Compiling SoracomAPI DeleteIgnoreEventHandler.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[209/384] Compiling SoracomAPI GetEventHandler.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[210/384] Compiling SoracomAPI ListEventHandlers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[211/384] Compiling SoracomAPI ListEventHandlersBySubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[212/384] Compiling SoracomAPI SetIgnoreEventHandler.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[213/384] Compiling SoracomAPI UpdateEventHandler.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[214/384] Compiling SoracomAPI GetExportedFile.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[215/384] Compiling SoracomAPI CreateGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[216/384] Compiling SoracomAPI DeleteConfigurationParameter.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[217/384] Compiling SoracomAPI DeleteGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[218/407] Compiling SoracomAPI EnableMFA.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[219/407] Compiling SoracomAPI GenerateAuthToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[220/407] Compiling SoracomAPI GenerateOperatorAuthKey.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[221/407] Compiling SoracomAPI GenerateSupportToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[222/407] Compiling SoracomAPI GetMFAStatus.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[223/407] Compiling SoracomAPI GetOperator.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[224/407] Compiling SoracomAPI GetSignupToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[225/407] Compiling SoracomAPI InitializeOperator.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[226/407] Compiling SoracomAPI IssueEmailChangeToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[227/407] Compiling SoracomAPI IssueMFARevokingToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[228/407] Compiling SoracomAPI ListOperatorAuthKeys.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[229/407] Compiling SoracomAPI RevokeMFA.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[230/407] Compiling SoracomAPI UpdateOperatorPassword.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[231/407] Compiling SoracomAPI VerifyEmailChangeToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[232/407] Compiling SoracomAPI VerifyMFA.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[233/407] Compiling SoracomAPI VerifyMFARevokingToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[234/407] Compiling SoracomAPI VerifyOperator.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[235/407] Compiling SoracomAPI CancelOrder.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[236/407] Compiling SoracomAPI ConfirmOrder.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[237/407] Compiling SoracomAPI CreateQuotation.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[238/407] Compiling SoracomAPI GetOrder.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[239/407] Compiling SoracomAPI ListOrderedSubscribers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[240/407] Compiling SoracomAPI ListOrders.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[241/407] Compiling SoracomAPI ListProducts.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[242/430] Compiling SoracomAPI RegisterOrderedSim.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[243/430] Compiling SoracomAPI ActivatePaymentMethod.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[244/430] Compiling SoracomAPI ExportPaymentStatement.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[245/430] Compiling SoracomAPI GetPayerInformation.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[246/430] Compiling SoracomAPI GetPaymentMethod.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[247/430] Compiling SoracomAPI GetPaymentTransaction.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[248/430] Compiling SoracomAPI ListCoupons.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[249/430] Compiling SoracomAPI ListPaymentStatements.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[250/430] Compiling SoracomAPI RegisterCoupon.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[251/430] Compiling SoracomAPI RegisterPayerInformation.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[252/430] Compiling SoracomAPI RegisterWebPayPaymentMethod.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[253/430] Compiling SoracomAPI SearchSubscribers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[254/430] Compiling SoracomAPI AttachRole.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[255/430] Compiling SoracomAPI CreateRole.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[256/430] Compiling SoracomAPI DeleteRole.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[257/430] Compiling SoracomAPI DetachRole.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[258/430] Compiling SoracomAPI GetRole.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[259/430] Compiling SoracomAPI ListRoleAttachedUsers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[260/430] Compiling SoracomAPI ListRoles.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[261/430] Compiling SoracomAPI ListUserRoles.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[262/430] Compiling SoracomAPI UpdateRole.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[263/430] Compiling SoracomAPI CreateShippingAddress.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[264/430] Compiling SoracomAPI DeleteShippingAddress.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[265/430] Compiling SoracomAPI SetLoraDeviceGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[266/430] Compiling SoracomAPI TerminateLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[267/430] Compiling SoracomAPI UnsetLoraDeviceGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[268/430] Compiling SoracomAPI DeleteLoraGatewayTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[269/430] Compiling SoracomAPI DisableTerminationOnLoraGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[270/430] Compiling SoracomAPI EnableTerminationOnLoraGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[271/430] Compiling SoracomAPI GetLoraGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[272/430] Compiling SoracomAPI ListLoraGateways.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[273/430] Compiling SoracomAPI PutLoraGatewayTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[274/430] Compiling SoracomAPI SetLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[275/430] Compiling SoracomAPI TerminateLoraGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[276/430] Compiling SoracomAPI UnsetLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[277/430] Compiling SoracomAPI AddPermissionToLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[278/430] Compiling SoracomAPI CreateLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[279/430] Compiling SoracomAPI DeleteLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[280/430] Compiling SoracomAPI DeleteLoraNetworkSetTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[281/430] Compiling SoracomAPI GetLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[282/430] Compiling SoracomAPI ListGatewaysInLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[283/430] Compiling SoracomAPI ListLoraNetworkSets.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[284/430] Compiling SoracomAPI PutLoraNetworkSetTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[285/430] Compiling SoracomAPI RevokePermissionFromLoraNetworkSet.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[286/430] Compiling SoracomAPI CreateOperator.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[287/430] Compiling SoracomAPI DeleteOperatorAuthKey.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[288/430] Compiling SoracomAPI DeleteSandboxOperator.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[289/430] Compiling SoracomAPI DeleteGroupTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[290/430] Compiling SoracomAPI GetGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[291/430] Compiling SoracomAPI ListGroups.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[292/430] Compiling SoracomAPI ListSubscribersInGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[293/430] Compiling SoracomAPI PutConfigurationParameters.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[294/430] Compiling SoracomAPI PutGroupTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[295/430] Compiling SoracomAPI CreateLagoonUser.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[296/430] Compiling SoracomAPI DeleteLagoonUser.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[297/430] Compiling SoracomAPI ListLagoonUsers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[298/430] Compiling SoracomAPI RegisterLagoon.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[299/430] Compiling SoracomAPI TerminateLagoon.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[300/430] Compiling SoracomAPI UpdateLagoonUserEmail.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[301/430] Compiling SoracomAPI UpdateLagoonUserPassword.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[302/430] Compiling SoracomAPI UpdateLagoonUserPermission.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[303/430] Compiling SoracomAPI GetLogs.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[304/430] Compiling SoracomAPI DeleteLoraDeviceTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[305/430] Compiling SoracomAPI DisableTerminationOnLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[306/430] Compiling SoracomAPI EnableTerminationOnLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[307/430] Compiling SoracomAPI GetDataFromLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[308/430] Compiling SoracomAPI GetLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[309/430] Compiling SoracomAPI ListLoraDevices.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[310/430] Compiling SoracomAPI PutLoraDeviceTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[311/430] Compiling SoracomAPI RegisterLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[312/430] Compiling SoracomAPI SendDataToLoraDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[313/430] Compiling SoracomAPI DeactivateSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[314/430] Compiling SoracomAPI DeleteSubscriberSession.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[315/430] Compiling SoracomAPI DeleteSubscriberTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[316/430] Compiling SoracomAPI DeleteSubscriberTransferToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[317/430] Compiling SoracomAPI DisableTermination.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[318/430] Compiling SoracomAPI EnableTermination.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[319/430] Compiling SoracomAPI GetDataFromSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[320/430] Compiling SoracomAPI GetSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[321/430] Compiling SoracomAPI IssueSubscriberTransferToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[322/430] Compiling SoracomAPI ListSessionEvents.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[323/430] Compiling SoracomAPI ListSubscribers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[324/430] Compiling SoracomAPI PutSubscriberTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[325/430] Compiling SoracomAPI RegisterSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[326/430] Compiling SoracomAPI ReportLocalInfo.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[327/430] Compiling SoracomAPI SendSms.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[328/430] Compiling SoracomAPI SetExpiryTime.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[329/430] Compiling SoracomAPI SetGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[330/430] Compiling SoracomAPI SetImeiLock.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[331/430] Compiling SoracomAPI SetSubscriberToStandby.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[332/430] Compiling SoracomAPI SuspendSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[333/430] Compiling SoracomAPI TerminateSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[334/430] Compiling SoracomAPI UnsetExpiryTime.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[335/430] Compiling SoracomAPI UnsetGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[336/430] Compiling SoracomAPI GetShippingAddress.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[337/430] Compiling SoracomAPI ListShippingAddresses.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[338/430] Compiling SoracomAPI UpdateShippingAddress.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[339/430] Compiling SoracomAPI DeleteSigfoxDeviceTag.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[340/430] Compiling SoracomAPI DisableTerminationOnSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[341/430] Compiling SoracomAPI EnableTerminationOnSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[342/430] Compiling SoracomAPI GetDataFromSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[343/430] Compiling SoracomAPI GetSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[344/430] Compiling SoracomAPI ListSigfoxDevices.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[345/430] Compiling SoracomAPI PutSigfoxDeviceTags.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[346/430] Compiling SoracomAPI RegisterSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[347/430] Compiling SoracomAPI SendDataToSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[348/430] Compiling SoracomAPI SetSigfoxDeviceGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[349/430] Compiling SoracomAPI TerminateSigfoxDevice.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[350/430] Compiling SoracomAPI UnsetSigfoxDeviceGroup.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[351/430] Compiling SoracomAPI ExportAirStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[352/430] Compiling SoracomAPI ExportBeamStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[353/430] Compiling SoracomAPI GetAirStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[354/430] Compiling SoracomAPI GetBeamStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[355/430] Compiling SoracomAPI InsertAirStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[356/430] Compiling SoracomAPI InsertBeamStats.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[357/430] Compiling SoracomAPI ActivateSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[358/430] Compiling SoracomAPI CreateSandboxSubscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[359/430] Compiling SoracomAPI UnsetImeiLock.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[360/430] Compiling SoracomAPI UpdateSpeedClass.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[361/430] Compiling SoracomAPI VerifySubscriberTransferToken.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[362/430] Compiling SoracomAPI CreateUser.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[363/430] Compiling SoracomAPI CreateUserPassword.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[364/430] Compiling SoracomAPI DeleteUser.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[365/430] Compiling SoracomAPI DeleteUserAuthKey.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[366/430] Compiling SoracomAPI DeleteUserPassword.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[367/430] Compiling SoracomAPI GenerateUserAuthKey.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[368/430] Compiling SoracomAPI GetUser.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[369/430] Compiling SoracomAPI GetUserAuthKey.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[370/430] Compiling SoracomAPI GetUserPermission.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[371/430] Compiling SoracomAPI HasUserPassword.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[372/430] Compiling SoracomAPI ListUserAuthKeys.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[373/430] Compiling SoracomAPI ListUsers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[374/430] Compiling SoracomAPI UpdateUser.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[375/430] Compiling SoracomAPI UpdateUserPassword.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[376/430] Compiling SoracomAPI UpdateUserPermission.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[377/430] Compiling SoracomAPI CloseGate.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[378/430] Compiling SoracomAPI CreateMirroringPeer.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[379/430] Compiling SoracomAPI CreateVirtualPrivateGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[380/430] Compiling SoracomAPI CreateVpcPeeringConnection.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[381/430] Compiling SoracomAPI DeleteMirroringPeer.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[382/430] Compiling SoracomAPI BeamCounts+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[383/430] Compiling SoracomAPI CredentialsModel+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[384/430] Compiling SoracomAPI CreditCard+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[385/430] Compiling SoracomAPI NoResponseBody.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[386/430] Compiling SoracomAPI Subscriber+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[387/430] Compiling SoracomAPI Tag+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[388/430] Compiling SoracomAPI TagUpdateRequest+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[389/430] Compiling SoracomAPI Request+Auth.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[390/430] Compiling SoracomAPI Request+Group.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[391/430] Compiling SoracomAPI Request+Operator.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[392/430] Compiling SoracomAPI Request+Subscriber.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[393/430] Compiling SoracomAPI Request.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[394/430] Compiling SoracomAPI RequestQueue.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[395/430] Compiling SoracomAPI RequestResponseFormatter.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[396/430] Compiling SoracomAPI Response.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[397/430] Compiling SoracomAPI SoracomCredentials.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[398/430] Compiling SoracomAPI Codable+SoracomAPI.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[399/430] Compiling SoracomAPI Data+SoracomAPI.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[400/430] Compiling SoracomAPI Keychain.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[401/430] Compiling SoracomAPI Metrics.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[402/430] Compiling SoracomAPI NSDate+SoracomAPI.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[403/430] Compiling SoracomAPI String+SoracomAPI.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[404/430] Compiling SoracomAPI TextStyle.swift
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:343:36: error: cannot find type 'URLRequest' in scope
    open func buildURLRequest() -> URLRequest {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:508:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
    open var description: String {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:348:23: error: module 'Foundation' has no member named 'URLRequest'
        var request = Foundation.URLRequest(url: URL)
                      ^~~~~~~~~~ ~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:435:33: error: 'URLSessionConfiguration' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let sessionConfig = URLSessionConfiguration()
                                ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:436:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
            let session = URLSession(configuration: sessionConfig)
                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:440:58: error: cannot find type 'URLRequest' in scope
        let task = session.dataTask(with: (urlRequest as URLRequest)) { data, httpResponse, error -> Void in
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:447:99: error: cannot convert value of type '_' to expected argument type 'Data?'
                let response = Response(request: self, underlyingURLResponse: httpResponse, data: data, underlyingError: nil)
                                                                                                  ^
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:99:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
            let fields = underlyingURLResponse.allHeaderFields
                         ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:12:39: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public var underlyingURLResponse: HTTPURLResponse?
                                      ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:46:62: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: BaseRequest, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:86:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(request: Request<T>, underlyingURLResponse: HTTPURLResponse?, data: Data? = nil, underlyingError: NSError? = nil, internalError: APIError? = nil) {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:17:43: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            return underlyingURLResponse?.statusCode
                   ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/Response.swift:40:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return underlyingURLResponse?.statusCode
               ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
[405/430] Compiling SoracomAPI DeleteVirtualPrivateGatewayIpAddressMapEntry.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[406/430] Compiling SoracomAPI DeleteVpcPeeringConnection.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[407/430] Compiling SoracomAPI GetVirtualPrivateGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[408/430] Compiling SoracomAPI ListGatePeers.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[409/430] Compiling SoracomAPI ListVirtualPrivateGatewayIpAddressMapEntries.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[410/430] Compiling SoracomAPI ListVirtualPrivateGateways.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[411/430] Compiling SoracomAPI OpenGate.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[412/430] Compiling SoracomAPI PutVirtualPrivateGatewayIpAddressMapEntry.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[413/430] Compiling SoracomAPI RegisterGatePeer.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[414/430] Compiling SoracomAPI SetInspectionConfiguration.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[415/430] Compiling SoracomAPI SetRedirectionConfiguration.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[416/430] Compiling SoracomAPI TerminateVirtualPrivateGateway.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[417/430] Compiling SoracomAPI UnregisterGatePeer.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[418/430] Compiling SoracomAPI UnsetInspectionConfiguration.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[419/430] Compiling SoracomAPI UnsetRedirectionConfiguration.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[420/430] Compiling SoracomAPI UpdateMirroringPeer.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[421/430] Compiling SoracomAPI ResponseDecoder.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[422/430] Compiling SoracomAPI Client.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[423/430] Compiling SoracomAPI Constants.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[424/430] Compiling SoracomAPI Enums.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[425/430] Compiling SoracomAPI HTTPMethod.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[426/430] Compiling SoracomAPI JSONComparison.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
[427/430] Compiling SoracomAPI AuthRequest+Extras.swift
/host/spi-builder-workspace/Sources/SoracomAPI/AutoGeneratedCode/ResponseDecoder.swift:5:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func parse() -> T? {
    ^~~~
    public
/host/spi-builder-workspace/Sources/SoracomAPI/Request.swift:199:26: error: cannot find type 'URLRequest' in scope
    open var URLRequest: URLRequest?
                         ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1