The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SoracomAPI with Swift 5.7 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.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soracom/soracom-sdk-swift.git
Reference: 1.0.0-beta.2
Cloned https://github.com/soracom/soracom-sdk-swift.git into spi-builder-workspace
SUCCESS checkout https://github.com/soracom/soracom-sdk-swift.git at 1.0.0-beta.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
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.7-latest swift build 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)[1/172] 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
                 ^
[2/196] 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?
                         ^~~~~~~~~~
[3/196] 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?
                         ^~~~~~~~~~
[4/196] 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?
                         ^~~~~~~~~~
[5/196] 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?
                         ^~~~~~~~~~
[6/196] 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?
                         ^~~~~~~~~~
[7/196] 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?
                         ^~~~~~~~~~
[8/196] 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?
                         ^~~~~~~~~~
[9/196] 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?
                         ^~~~~~~~~~
[10/196] 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?
                         ^~~~~~~~~~
[11/196] 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?
                         ^~~~~~~~~~
[12/196] 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?
                         ^~~~~~~~~~
[13/196] 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?
                         ^~~~~~~~~~
[14/196] 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?
                         ^~~~~~~~~~
[15/196] 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?
                         ^~~~~~~~~~
[16/196] 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?
                         ^~~~~~~~~~
[17/196] 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?
                         ^~~~~~~~~~
[18/196] 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?
                         ^~~~~~~~~~
[19/196] 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?
                         ^~~~~~~~~~
[20/196] 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?
                         ^~~~~~~~~~
[21/196] 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?
                         ^~~~~~~~~~
[22/196] 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?
                         ^~~~~~~~~~
[23/196] 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?
                         ^~~~~~~~~~
[24/196] 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?
                         ^~~~~~~~~~
[25/196] 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?
                         ^~~~~~~~~~
[26/220] 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?
                         ^~~~~~~~~~
[27/220] 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?
                         ^~~~~~~~~~
[28/220] 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?
                         ^~~~~~~~~~
[29/220] 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?
                         ^~~~~~~~~~
[30/220] 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?
                         ^~~~~~~~~~
[31/220] 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?
                         ^~~~~~~~~~
[32/220] 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?
                         ^~~~~~~~~~
[33/220] 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?
                         ^~~~~~~~~~
[34/220] 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?
                         ^~~~~~~~~~
[35/220] 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?
                         ^~~~~~~~~~
[36/220] 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?
                         ^~~~~~~~~~
[37/220] 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?
                         ^~~~~~~~~~
[38/220] 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?
                         ^~~~~~~~~~
[39/220] 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?
                         ^~~~~~~~~~
[40/220] 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?
                         ^~~~~~~~~~
[41/220] 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?
                         ^~~~~~~~~~
[42/220] 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?
                         ^~~~~~~~~~
[43/220] 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?
                         ^~~~~~~~~~
[44/220] 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?
                         ^~~~~~~~~~
[45/220] 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?
                         ^~~~~~~~~~
[46/220] 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?
                         ^~~~~~~~~~
[47/220] 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?
                         ^~~~~~~~~~
[48/220] 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?
                         ^~~~~~~~~~
[49/220] 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?
                         ^~~~~~~~~~
[50/244] Compiling SoracomAPI ListOrderedSubscriberResponse.swift
[51/244] Compiling SoracomAPI ListPaymentStatementResponse.swift
[52/244] Compiling SoracomAPI ListProductResponse.swift
[53/244] Compiling SoracomAPI ListRolesResponse.swift
[54/244] Compiling SoracomAPI ListShippingAddressResponse.swift
[55/244] Compiling SoracomAPI ListSubOperatorsResponse.swift
[56/244] Compiling SoracomAPI LogEntry.swift
[57/244] Compiling SoracomAPI LoraData.swift
[58/244] Compiling SoracomAPI LoraDevice.swift
[59/244] Compiling SoracomAPI LoraGateway.swift
[60/244] Compiling SoracomAPI LoraNetworkSet.swift
[61/244] Compiling SoracomAPI MFAAuthenticationRequest.swift
[62/244] Compiling SoracomAPI MFAIssueRevokingTokenRequest.swift
[63/244] Compiling SoracomAPI MFARevokingTokenVerifyRequest.swift
[64/244] Compiling SoracomAPI MFAStatusOfUseResponse.swift
[65/244] Compiling SoracomAPI Map.swift
[66/244] Compiling SoracomAPI MonthlyBill.swift
[67/244] Compiling SoracomAPI ObjectInstance.swift
[68/244] Compiling SoracomAPI OpenGateRequest.swift
[69/244] Compiling SoracomAPI OperatorMFAVerifyingResponse.swift
[70/244] Compiling SoracomAPI OrderItemModel.swift
[71/244] Compiling SoracomAPI OrderedSubscriber.swift
[72/244] Compiling SoracomAPI PaymentAmount.swift
[73/244] Compiling SoracomAPI PaymentDescription.swift
[74/244] Compiling SoracomAPI ExpiryTime.swift
[75/244] Compiling SoracomAPI ExportRequest.swift
[76/244] Compiling SoracomAPI FileExportResponse.swift
[77/244] Compiling SoracomAPI FunnelConfiguration.swift
[78/244] Compiling SoracomAPI FunnelDestination.swift
[79/244] Compiling SoracomAPI GatePeer.swift
[80/244] Compiling SoracomAPI GenerateOperatorsAuthKeyResponse.swift
[81/244] Compiling SoracomAPI GenerateTokenRequest.swift
[82/244] Compiling SoracomAPI GenerateTokenResponse.swift
[83/244] Compiling SoracomAPI GenerateUserAuthKeyResponse.swift
[84/244] Compiling SoracomAPI GetBillingHistoryResponse.swift
[85/244] Compiling SoracomAPI GetExportedFileResponse.swift
[86/244] Compiling SoracomAPI GetLatestBill.swift
[87/244] Compiling SoracomAPI GetOperatorResponse.swift
[88/244] Compiling SoracomAPI GetOrderResponse.swift
[89/244] Compiling SoracomAPI GetPaymentMethodResult.swift
[90/244] Compiling SoracomAPI GetPaymentTransactionResult.swift
[91/244] Compiling SoracomAPI GetShippingAddressResponse.swift
[92/244] Compiling SoracomAPI GetSignupTokenRequest.swift
[93/244] Compiling SoracomAPI GetSignupTokenResponse.swift
[94/244] Compiling SoracomAPI GetUserPasswordResponse.swift
[95/244] Compiling SoracomAPI GetUserPermissionResponse.swift
[96/244] Compiling SoracomAPI Group.swift
[97/244] Compiling SoracomAPI GroupConfigurationUpdateRequest.swift
[98/292] 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?
                         ^~~~~~~~~~
[99/292] 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?
                         ^~~~~~~~~~
[100/292] 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?
                         ^~~~~~~~~~
[101/292] 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?
                         ^~~~~~~~~~
[102/292] 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?
                         ^~~~~~~~~~
[103/292] 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?
                         ^~~~~~~~~~
[104/292] 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?
                         ^~~~~~~~~~
[105/292] 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?
                         ^~~~~~~~~~
[106/292] 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?
                         ^~~~~~~~~~
[107/292] 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?
                         ^~~~~~~~~~
[108/292] 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?
                         ^~~~~~~~~~
[109/292] 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?
                         ^~~~~~~~~~
[110/292] 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?
                         ^~~~~~~~~~
[111/292] 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?
                         ^~~~~~~~~~
[112/292] 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?
                         ^~~~~~~~~~
[113/292] 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?
                         ^~~~~~~~~~
[114/292] 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?
                         ^~~~~~~~~~
[115/292] 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?
                         ^~~~~~~~~~
[116/292] 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?
                         ^~~~~~~~~~
[117/292] 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?
                         ^~~~~~~~~~
[118/292] 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?
                         ^~~~~~~~~~
[119/292] 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?
                         ^~~~~~~~~~
[120/292] 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?
                         ^~~~~~~~~~
[121/292] 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?
                         ^~~~~~~~~~
[122/315] 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?
                         ^~~~~~~~~~
[123/315] 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?
                         ^~~~~~~~~~
[124/315] 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?
                         ^~~~~~~~~~
[125/315] 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?
                         ^~~~~~~~~~
[126/315] 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?
                         ^~~~~~~~~~
[127/315] 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?
                         ^~~~~~~~~~
[128/315] 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?
                         ^~~~~~~~~~
[129/315] 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?
                         ^~~~~~~~~~
[130/315] 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?
                         ^~~~~~~~~~
[131/315] 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?
                         ^~~~~~~~~~
[132/315] 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?
                         ^~~~~~~~~~
[133/315] 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?
                         ^~~~~~~~~~
[134/315] 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?
                         ^~~~~~~~~~
[135/315] 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?
                         ^~~~~~~~~~
[136/315] 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?
                         ^~~~~~~~~~
[137/315] 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?
                         ^~~~~~~~~~
[138/315] 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?
                         ^~~~~~~~~~
[139/315] 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?
                         ^~~~~~~~~~
[140/315] 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?
                         ^~~~~~~~~~
[141/315] 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?
                         ^~~~~~~~~~
[142/315] 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?
                         ^~~~~~~~~~
[143/315] 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?
                         ^~~~~~~~~~
[144/315] 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?
                         ^~~~~~~~~~
[145/315] 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?
                         ^~~~~~~~~~
[146/338] 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?
                         ^~~~~~~~~~
[147/338] 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?
                         ^~~~~~~~~~
[148/338] 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?
                         ^~~~~~~~~~
[149/338] 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?
                         ^~~~~~~~~~
[150/338] 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?
                         ^~~~~~~~~~
[151/338] 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?
                         ^~~~~~~~~~
[152/338] 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?
                         ^~~~~~~~~~
[153/338] 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?
                         ^~~~~~~~~~
[154/338] 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?
                         ^~~~~~~~~~
[155/338] 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?
                         ^~~~~~~~~~
[156/338] 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?
                         ^~~~~~~~~~
[157/338] 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?
                         ^~~~~~~~~~
[158/338] 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?
                         ^~~~~~~~~~
[159/338] 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?
                         ^~~~~~~~~~
[160/338] 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?
                         ^~~~~~~~~~
[161/338] 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?
                         ^~~~~~~~~~
[162/338] 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?
                         ^~~~~~~~~~
[163/338] 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?
                         ^~~~~~~~~~
[164/338] 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?
                         ^~~~~~~~~~
[165/338] 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?
                         ^~~~~~~~~~
[166/338] 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?
                         ^~~~~~~~~~
[167/338] 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?
                         ^~~~~~~~~~
[168/338] 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?
                         ^~~~~~~~~~
[169/338] 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?
                         ^~~~~~~~~~
[170/361] 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?
                         ^~~~~~~~~~
[171/361] 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?
                         ^~~~~~~~~~
[172/361] 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?
                         ^~~~~~~~~~
[173/361] 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?
                         ^~~~~~~~~~
[174/361] 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?
                         ^~~~~~~~~~
[175/361] 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?
                         ^~~~~~~~~~
[176/361] 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?
                         ^~~~~~~~~~
[177/361] 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?
                         ^~~~~~~~~~
[178/361] 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?
                         ^~~~~~~~~~
[179/361] 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?
                         ^~~~~~~~~~
[180/361] 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?
                         ^~~~~~~~~~
[181/361] 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?
                         ^~~~~~~~~~
[182/361] 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?
                         ^~~~~~~~~~
[183/361] 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?
                         ^~~~~~~~~~
[184/361] 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?
                         ^~~~~~~~~~
[185/361] 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?
                         ^~~~~~~~~~
[186/361] 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?
                         ^~~~~~~~~~
[187/361] 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?
                         ^~~~~~~~~~
[188/361] 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?
                         ^~~~~~~~~~
[189/361] 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?
                         ^~~~~~~~~~
[190/361] 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?
                         ^~~~~~~~~~
[191/361] 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?
                         ^~~~~~~~~~
[192/361] 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?
                         ^~~~~~~~~~
[193/361] 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?
                         ^~~~~~~~~~
[194/384] 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?
                         ^~~~~~~~~~
[195/384] 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?
                         ^~~~~~~~~~
[196/384] 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?
                         ^~~~~~~~~~
[197/384] 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?
                         ^~~~~~~~~~
[198/384] 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?
                         ^~~~~~~~~~
[199/384] 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?
                         ^~~~~~~~~~
[200/384] 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?
                         ^~~~~~~~~~
[201/384] 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?
                         ^~~~~~~~~~
[202/384] 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?
                         ^~~~~~~~~~
[203/384] 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?
                         ^~~~~~~~~~
[204/384] 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?
                         ^~~~~~~~~~
[205/384] 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?
                         ^~~~~~~~~~
[206/384] 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?
                         ^~~~~~~~~~
[207/384] 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?
                         ^~~~~~~~~~
[208/384] 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?
                         ^~~~~~~~~~
[209/384] 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?
                         ^~~~~~~~~~
[210/384] 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?
                         ^~~~~~~~~~
[211/384] 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?
                         ^~~~~~~~~~
[212/384] 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?
                         ^~~~~~~~~~
[213/384] 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?
                         ^~~~~~~~~~
[214/384] 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?
                         ^~~~~~~~~~
[215/384] 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?
                         ^~~~~~~~~~
[216/384] 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?
                         ^~~~~~~~~~
[217/384] 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?
                         ^~~~~~~~~~
[218/384] 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?
                         ^~~~~~~~~~
[219/384] 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?
                         ^~~~~~~~~~
[220/384] 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?
                         ^~~~~~~~~~
[221/384] 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?
                         ^~~~~~~~~~
[222/384] 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?
                         ^~~~~~~~~~
[223/384] 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?
                         ^~~~~~~~~~
[224/384] 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?
                         ^~~~~~~~~~
[225/384] 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?
                         ^~~~~~~~~~
[226/384] 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?
                         ^~~~~~~~~~
[227/384] 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?
                         ^~~~~~~~~~
[228/384] 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?
                         ^~~~~~~~~~
[229/384] 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?
                         ^~~~~~~~~~
[230/384] 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?
                         ^~~~~~~~~~
[231/384] 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?
                         ^~~~~~~~~~
[232/384] 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?
                         ^~~~~~~~~~
[233/384] 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?
                         ^~~~~~~~~~
[234/384] 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?
                         ^~~~~~~~~~
[235/384] 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?
                         ^~~~~~~~~~
[236/384] 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?
                         ^~~~~~~~~~
[237/384] 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?
                         ^~~~~~~~~~
[238/384] 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?
                         ^~~~~~~~~~
[239/384] 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?
                         ^~~~~~~~~~
[240/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?
                         ^~~~~~~~~~
[241/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?
                         ^~~~~~~~~~
[242/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?
                         ^~~~~~~~~~
[243/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?
                         ^~~~~~~~~~
[244/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?
                         ^~~~~~~~~~
[245/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?
                         ^~~~~~~~~~
[246/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?
                         ^~~~~~~~~~
[247/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?
                         ^~~~~~~~~~
[248/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?
                         ^~~~~~~~~~
[249/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?
                         ^~~~~~~~~~
[250/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?
                         ^~~~~~~~~~
[251/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?
                         ^~~~~~~~~~
[252/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?
                         ^~~~~~~~~~
[253/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?
                         ^~~~~~~~~~
[254/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?
                         ^~~~~~~~~~
[255/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?
                         ^~~~~~~~~~
[256/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?
                         ^~~~~~~~~~
[257/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?
                         ^~~~~~~~~~
[258/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?
                         ^~~~~~~~~~
[259/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?
                         ^~~~~~~~~~
[260/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?
                         ^~~~~~~~~~
[261/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?
                         ^~~~~~~~~~
[262/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?
                         ^~~~~~~~~~
[263/430] Compiling SoracomAPI CreateEventHandlerRequest.swift
[264/430] Compiling SoracomAPI CreateGroupRequest.swift
[265/430] Compiling SoracomAPI CreateOrUpdateRoleRequest.swift
[266/430] Compiling SoracomAPI CreateRoleResponse.swift
[267/430] Compiling SoracomAPI CreateSubscriberResponse.swift
[268/430] Compiling SoracomAPI CreateUserPasswordRequest.swift
[269/430] Compiling SoracomAPI CreateUserRequest.swift
[270/430] Compiling SoracomAPI CreateVirtualPrivateGatewayRequest.swift
[271/430] Compiling SoracomAPI CreateVpcPeeringConnectionRequest.swift
[272/430] Compiling SoracomAPI CredentialsModel.swift
[273/430] Compiling SoracomAPI CreditCard.swift
[274/430] Compiling SoracomAPI DailyBill.swift
[275/430] Compiling SoracomAPI DailyBillResponse.swift
[276/430] Compiling SoracomAPI DataEntry.swift
[277/430] Compiling SoracomAPI DataSourceResourceMetadata.swift
[278/430] Compiling SoracomAPI DataTrafficStats.swift
[279/430] Compiling SoracomAPI DataTrafficStatsMap.swift
[280/430] Compiling SoracomAPI Device.swift
[281/430] Compiling SoracomAPI DeviceObjectModel.swift
[282/430] Compiling SoracomAPI EnableMFAOTPResponse.swift
[283/430] Compiling SoracomAPI ErrorType.swift
[284/430] Compiling SoracomAPI EstimatedOrderItemModel.swift
[285/430] Compiling SoracomAPI EstimatedOrderModel.swift
[286/430] Compiling SoracomAPI EventHandlerModel.swift
[287/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?
                         ^~~~~~~~~~
[288/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?
                         ^~~~~~~~~~
[289/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?
                         ^~~~~~~~~~
[290/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?
                         ^~~~~~~~~~
[291/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?
                         ^~~~~~~~~~
[292/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?
                         ^~~~~~~~~~
[293/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?
                         ^~~~~~~~~~
[294/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?
                         ^~~~~~~~~~
[295/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?
                         ^~~~~~~~~~
[296/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?
                         ^~~~~~~~~~
[297/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?
                         ^~~~~~~~~~
[298/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?
                         ^~~~~~~~~~
[299/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?
                         ^~~~~~~~~~
[300/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?
                         ^~~~~~~~~~
[301/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?
                         ^~~~~~~~~~
[302/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?
                         ^~~~~~~~~~
[303/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?
                         ^~~~~~~~~~
[304/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?
                         ^~~~~~~~~~
[305/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?
                         ^~~~~~~~~~
[306/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?
                         ^~~~~~~~~~
[307/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?
                         ^~~~~~~~~~
[308/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?
                         ^~~~~~~~~~
[309/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?
                         ^~~~~~~~~~
[310/430] Compiling SoracomAPI ImeiLock.swift
[311/430] Compiling SoracomAPI InitRequest.swift
[312/430] Compiling SoracomAPI InsertAirStatsRequest.swift
[313/430] Compiling SoracomAPI InsertBeamStatsRequest.swift
[314/430] Compiling SoracomAPI IpAddressMapEntry.swift
[315/430] Compiling SoracomAPI IssueEmailChangeTokenRequest.swift
[316/430] Compiling SoracomAPI IssuePasswordResetTokenRequest.swift
[317/430] Compiling SoracomAPI IssueSubscriberTransferTokenRequest.swift
[318/430] Compiling SoracomAPI IssueSubscriberTransferTokenResponse.swift
[319/430] Compiling SoracomAPI JunctionInspectionConfiguration.swift
[320/430] Compiling SoracomAPI JunctionMirroringConfiguration.swift
[321/430] Compiling SoracomAPI JunctionMirroringPeer.swift
[322/430] Compiling SoracomAPI JunctionRedirectionConfiguration.swift
[323/430] Compiling SoracomAPI LagoonRegistrationRequest.swift
[324/430] Compiling SoracomAPI LagoonRegistrationResponse.swift
[325/430] Compiling SoracomAPI LagoonUser.swift
[326/430] Compiling SoracomAPI LagoonUserCreationRequest.swift
[327/430] Compiling SoracomAPI LagoonUserCreationResponse.swift
[328/430] Compiling SoracomAPI LagoonUserEmailUpdatingRequest.swift
[329/430] Compiling SoracomAPI LagoonUserPasswordUpdatingRequest.swift
[330/430] Compiling SoracomAPI LagoonUserPermissionUpdatingRequest.swift
[331/430] Compiling SoracomAPI LastSeen.swift
[332/430] Compiling SoracomAPI ListCouponResponse.swift
[333/430] Compiling SoracomAPI ListOrderResponse.swift
[334/430] Compiling SoracomAPI APIError.swift
[335/430] Compiling SoracomAPI APIOperation.swift
[336/430] Compiling SoracomAPI API.swift
[337/430] Compiling SoracomAPI AnyCodable.swift
[338/430] Compiling SoracomAPI Coding.swift
[339/430] Compiling SoracomAPI APICallError.swift
[340/430] Compiling SoracomAPI APICallErrorMessage.swift
[341/430] Compiling SoracomAPI APIKeyResponse.swift
[342/430] Compiling SoracomAPI ActionConfig.swift
[343/430] Compiling SoracomAPI ActionConfigProperty.swift
[344/430] Compiling SoracomAPI AirStatsResponse.swift
[345/430] Compiling SoracomAPI AttachRoleRequest.swift
[346/430] Compiling SoracomAPI AttributeUpdate.swift
[347/430] Compiling SoracomAPI AuthKeyResponse.swift
[348/430] Compiling SoracomAPI AuthRequest.swift
[349/430] Compiling SoracomAPI AuthResponse.swift
[350/430] Compiling SoracomAPI BeamCounts.swift
[351/430] Compiling SoracomAPI BeamStatsResponse.swift
[352/430] Compiling SoracomAPI Config.swift
[353/430] Compiling SoracomAPI CouponResponse.swift
[354/430] Compiling SoracomAPI CreateAndUpdateCredentialsModel.swift
[355/430] Compiling SoracomAPI CreateCouponRequest.swift
[356/430] Compiling SoracomAPI CreateCouponResponse.swift
[357/430] Compiling SoracomAPI CreateEstimatedOrderRequest.swift
[358/430] Compiling SoracomAPI PaymentStatementResponse.swift
[359/430] Compiling SoracomAPI ProductModel.swift
[360/430] Compiling SoracomAPI PutIpAddressMapEntryRequest.swift
[361/430] Compiling SoracomAPI RegisterGatePeerRequest.swift
[362/430] Compiling SoracomAPI RegisterLoraDeviceRequest.swift
[363/430] Compiling SoracomAPI RegisterOperatorsRequest.swift
[364/430] Compiling SoracomAPI RegisterPayerInformationModel.swift
[365/430] Compiling SoracomAPI RegisterSubscribersRequest.swift
[366/430] Compiling SoracomAPI ResourceInstance.swift
[367/430] Compiling SoracomAPI RoleResponse.swift
[368/430] Compiling SoracomAPI RuleConfig.swift
[369/430] Compiling SoracomAPI RuleConfigProperty.swift
[370/430] Compiling SoracomAPI SessionEvent.swift
[371/430] Compiling SoracomAPI SessionStatus.swift
[372/430] Compiling SoracomAPI SetDeviceObjectModelScopeRequest.swift
[373/430] Compiling SoracomAPI SetGroupRequest.swift
[374/430] Compiling SoracomAPI SetImeiLockRequest.swift
[375/430] Compiling SoracomAPI SetNetworkSetRequest.swift
[376/430] Compiling SoracomAPI SetUserPermissionRequest.swift
[377/430] Compiling SoracomAPI ShippingAddressModel.swift
[378/430] Compiling SoracomAPI ShippingCostModel.swift
[379/430] Compiling SoracomAPI SigfoxData.swift
[380/430] Compiling SoracomAPI SigfoxDevice.swift
[381/430] Compiling SoracomAPI SigfoxRegistrationRequest.swift
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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:210:35: error: type of expression is ambiguous without more context
        if let data = URLRequest?.httpBody, let text = String(data:data, encoding: String.Encoding.utf8) {
                      ~~~~~~~~~~~~^~~~~~~~
/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/RequestResponseFormatter.swift:56:33: error: type of expression is ambiguous without more context
        if let urlReq = request.URLRequest {
                        ~~~~~~~~^~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:59:36: error: type of expression is ambiguous without more context
            if let fields = urlReq.allHTTPHeaderFields {
                            ~~~~~~~^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SoracomAPI/RequestResponseFormatter.swift:60:17: error: failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project
                for (k, v) in fields {
                ^
[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?
                         ^~~~~~~~~~
BUILD FAILURE 5.7 linux

Build Machine: Linux 1