The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UnsplashFramework, reference 0.4.0 (23b141), with Swift 6.1 for Wasm on 28 May 2025 09:58:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/camiletti/UnsplashFramework.git
Reference: 0.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/camiletti/UnsplashFramework
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 23b1418 📚 Update changelog
Cloned https://github.com/camiletti/UnsplashFramework.git
Revision (git rev-parse @):
23b141859eadeca9cf3d9dc9809c4d24ca7a0fb3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/camiletti/UnsplashFramework.git at 0.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/camiletti/UnsplashFramework.git
https://github.com/camiletti/UnsplashFramework.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UnsplashFramework",
  "name" : "UnsplashFramework",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "UnsplashFramework",
      "targets" : [
        "UnsplashFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnsplashFramework",
      "module_type" : "SwiftTarget",
      "name" : "UnsplashFramework",
      "path" : "Sources",
      "product_memberships" : [
        "UnsplashFramework"
      ],
      "sources" : [
        "Endpoint.swift",
        "Extensions/CLLocationCoordinate2D+Extensions.swift",
        "Extensions/JSONDecoder+Extensions.swift",
        "Extensions/UNPhoto+Extensions.swift",
        "Extensions/URLComponents+Extensions.swift",
        "Extensions/URLRequest+Extensions.swift",
        "Managers/QueryManager.swift",
        "Managers/UNAPI.swift",
        "Managers/UNClient.swift",
        "Model Entities/ResponseStatusCode.swift",
        "Model Entities/UNBadge.swift",
        "Model Entities/UNBasicPhoto.swift",
        "Model Entities/UNCameraDetails.swift",
        "Model Entities/UNCategory.swift",
        "Model Entities/UNCategoryAPILocations.swift",
        "Model Entities/UNCollection.swift",
        "Model Entities/UNCollectionAPILocations.swift",
        "Model Entities/UNContentSafetyFilter.swift",
        "Model Entities/UNCredentials.swift",
        "Model Entities/UNError.swift",
        "Model Entities/UNFullPhoto.swift",
        "Model Entities/UNLocation.swift",
        "Model Entities/UNModifyPhotoInCollectionResponse.swift",
        "Model Entities/UNOrder.swift",
        "Model Entities/UNPhoto.swift",
        "Model Entities/UNPhotoAPILocations.swift",
        "Model Entities/UNPhotoColorScheme.swift",
        "Model Entities/UNPhotoImageURLs.swift",
        "Model Entities/UNPhotoOrientation.swift",
        "Model Entities/UNPhotoSearchResult.swift",
        "Model Entities/UNPhotoStatistics.swift",
        "Model Entities/UNProfileImageLinks.swift",
        "Model Entities/UNSearchResult.swift",
        "Model Entities/UNSocialProfiles.swift",
        "Model Entities/UNSort.swift",
        "Model Entities/UNStatistics.swift",
        "Model Entities/UNTag.swift",
        "Model Entities/UNTopic.swift",
        "Model Entities/UNTopicAPILocations.swift",
        "Model Entities/UNTopicSort.swift",
        "Model Entities/UNURLWrapper.swift",
        "Model Entities/UNUser.swift",
        "Model Entities/UNUserAPILocations.swift",
        "Model Entities/UNUserInterests.swift",
        "Model Entities/UNUserProfileLinks.swift",
        "Model Entities/UNUserPublicProfile.swift",
        "Model Entities/UNUserStatistics.swift",
        "Parameters/Parameters.swift",
        "Parameters/UNAddPhotoToCollectionParameters.swift",
        "Parameters/UNCollectionListParameters.swift",
        "Parameters/UNCollectionPhotosParameters.swift",
        "Parameters/UNCollectionSearchParameters.swift",
        "Parameters/UNNewCollectionParameters.swift",
        "Parameters/UNPhotoListParameters.swift",
        "Parameters/UNPhotoSearchParameters.swift",
        "Parameters/UNRandomPhotoParameters.swift",
        "Parameters/UNStatisticsParameters.swift",
        "Parameters/UNTopicListParameters.swift",
        "Parameters/UNTopicPhotosParameters.swift",
        "Parameters/UNUpdateCollectionParameters.swift",
        "Parameters/UNUpdatePhotoInfoParameters.swift",
        "Parameters/UNUserCollectionsParameters.swift",
        "Parameters/UNUserLikesParameters.swift",
        "Parameters/UNUserPhotosParameters.swift",
        "Parameters/UNUserPublicProfileParameters.swift",
        "Parameters/UNUserSearchParameters.swift",
        "SearchType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/AddRemovePhotoInCollection.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/Badge.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/CLLocationCoordinates2D.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/CameraDetails.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/CollectionA.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/CollectionB.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/CollectionList.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/Location.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/LocationWithNulls.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/PhotoA.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/PhotoB.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/PhotoStatistics.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/PhotosInCollection.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/PhotosOfTopic.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/ProfileImageLinks.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/RandomPhotosByCollectionIDs.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/RandomPhotosByQuery.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/RelatedCollections.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/Social.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/SocialWithNulls.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/StandardPhotoList.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/StandardSearchCollectionResult.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/StandardSearchPhotoResult.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/StandardSearchUserResult.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/StandardTopicList.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/Topic.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/TrackPhotoDownload.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/URLWrapper.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/URLWrapperEmpty.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserCollections.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserInterests.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserLikes.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserPhotos.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserProfileLinks.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserPublicProfileResponse.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserPublicProfileWithNulls.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/JSON Mock responses/UserStatistics.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions Tests/CLLocationCoordinates2DTests.swift",
        "Extensions Tests/UNPhotoExtensionTests.swift",
        "Extensions Tests/URLRequestExtensionsTests.swift",
        "Helpers/DemoData.swift",
        "JSONParsingTests.swift",
        "Manager Tests/UNAPITests.swift",
        "Manager Tests/UNClientTests.swift",
        "Mocking Classes/MockQueryManager.swift",
        "Mocking Classes/MockURLProtocol.swift",
        "Mocking Classes/MockURLResponse.swift",
        "Mocking Classes/MockURLSession.swift",
        "Mocking Classes/UNAPITester.swift",
        "Model Entities Tests/UNBadgeTests.swift",
        "Model Entities Tests/UNCameraDetailsTests.swift",
        "Model Entities Tests/UNCategoryAPILocationsTests.swift",
        "Model Entities Tests/UNCategoryTests.swift",
        "Model Entities Tests/UNCollectionAPILocationsTests.swift",
        "Model Entities Tests/UNCollectionTests.swift",
        "Model Entities Tests/UNErrorReasonTests.swift",
        "Model Entities Tests/UNFullPhotoTests.swift",
        "Model Entities Tests/UNLocationTests.swift",
        "Model Entities Tests/UNPhotoAPILocationsTests.swift",
        "Model Entities Tests/UNPhotoImageURLsTests.swift",
        "Model Entities Tests/UNPhotoStatisticsTests.swift",
        "Model Entities Tests/UNPhotoTests.swift",
        "Model Entities Tests/UNProfileImageLinksTests.swift",
        "Model Entities Tests/UNSocialProfilesTests.swift",
        "Model Entities Tests/UNUserAPILocationsTests.swift",
        "Model Entities Tests/UNUserInterestsTests.swift",
        "Model Entities Tests/UNUserProfileLinksTests.swift",
        "Model Entities Tests/UNUserPublicProfileTests.swift",
        "Model Entities Tests/UNUserStatisticsTests.swift",
        "Model Entities Tests/UNUserTests.swift",
        "Model Entities Tests/URLWrapperTests.swift",
        "Parameters Tests/UNCollectionListParametersTests.swift",
        "Parameters Tests/UNCollectionPhotosParametersTests.swift",
        "Parameters Tests/UNCollectionSearchParametersTests.swift",
        "Parameters Tests/UNModifyPhotoToCollectionParametersTests.swift",
        "Parameters Tests/UNNewCollectionParametersTests.swift",
        "Parameters Tests/UNPhotoListParametersTests.swift",
        "Parameters Tests/UNPhotoSearchParametersTests.swift",
        "Parameters Tests/UNStatisticsParametersTests.swift",
        "Parameters Tests/UNTopicListParametersTests.swift",
        "Parameters Tests/UNUpdateCollectionParametersTests.swift",
        "Parameters Tests/UNUpdatePhotoInfoParametersTests.swift",
        "Parameters Tests/UNUserCollectionsParametersTests.swift",
        "Parameters Tests/UNUserLikesParametersTests.swift",
        "Parameters Tests/UNUserSearchParametersTests.swift"
      ],
      "target_dependencies" : [
        "UnsplashFramework"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/62] Emitting module UnsplashFramework
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[4/70] Compiling UnsplashFramework UNPhotoImageURLs.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[5/70] Compiling UnsplashFramework UNPhotoOrientation.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[6/70] Compiling UnsplashFramework UNPhotoSearchResult.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[7/70] Compiling UnsplashFramework UNPhotoStatistics.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[8/70] Compiling UnsplashFramework UNProfileImageLinks.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[9/70] Compiling UnsplashFramework UNSearchResult.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[10/70] Compiling UnsplashFramework UNSocialProfiles.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[11/70] Compiling UnsplashFramework UNSort.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[12/70] Compiling UnsplashFramework Endpoint.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[13/70] Compiling UnsplashFramework CLLocationCoordinate2D+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[14/70] Compiling UnsplashFramework JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[15/70] Compiling UnsplashFramework UNPhoto+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[16/70] Compiling UnsplashFramework URLComponents+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[17/70] Compiling UnsplashFramework URLRequest+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[18/70] Compiling UnsplashFramework QueryManager.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[19/70] Compiling UnsplashFramework UNAPI.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[20/70] Compiling UnsplashFramework UNClient.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[21/70] Compiling UnsplashFramework ResponseStatusCode.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[22/70] Compiling UnsplashFramework UNBadge.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[23/70] Compiling UnsplashFramework UNBasicPhoto.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[24/70] Compiling UnsplashFramework UNCameraDetails.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[25/70] Compiling UnsplashFramework UNCategory.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[26/70] Compiling UnsplashFramework UNCategoryAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[27/70] Compiling UnsplashFramework UNCollection.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[28/70] Compiling UnsplashFramework UNCollectionAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[29/70] Compiling UnsplashFramework UNContentSafetyFilter.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[30/70] Compiling UnsplashFramework UNStatistics.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[31/70] Compiling UnsplashFramework UNTag.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[32/70] Compiling UnsplashFramework UNTopic.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[33/70] Compiling UnsplashFramework UNTopicAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[34/70] Compiling UnsplashFramework UNTopicSort.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[35/70] Compiling UnsplashFramework UNURLWrapper.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[36/70] Compiling UnsplashFramework UNUser.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[37/70] Compiling UnsplashFramework UNUserAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[38/70] Compiling UnsplashFramework UNUserInterests.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[39/70] Compiling UnsplashFramework UNUserProfileLinks.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[40/70] Compiling UnsplashFramework UNUserPublicProfile.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[41/70] Compiling UnsplashFramework UNUserStatistics.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[42/70] Compiling UnsplashFramework Parameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[43/70] Compiling UnsplashFramework UNAddPhotoToCollectionParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[44/70] Compiling UnsplashFramework UNCollectionListParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[45/70] Compiling UnsplashFramework UNCollectionPhotosParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[46/70] Compiling UnsplashFramework UNCollectionSearchParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[47/70] Compiling UnsplashFramework UNNewCollectionParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[48/70] Compiling UnsplashFramework UNPhotoListParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[49/70] Compiling UnsplashFramework UNPhotoSearchParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[50/70] Compiling UnsplashFramework UNRandomPhotoParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[51/70] Compiling UnsplashFramework UNStatisticsParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[52/70] Compiling UnsplashFramework UNTopicListParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[53/70] Compiling UnsplashFramework UNTopicPhotosParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[54/70] Compiling UnsplashFramework UNCredentials.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[55/70] Compiling UnsplashFramework UNError.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[56/70] Compiling UnsplashFramework UNFullPhoto.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[57/70] Compiling UnsplashFramework UNLocation.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[58/70] Compiling UnsplashFramework UNModifyPhotoInCollectionResponse.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[59/70] Compiling UnsplashFramework UNOrder.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[60/70] Compiling UnsplashFramework UNPhoto.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[61/70] Compiling UnsplashFramework UNPhotoAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[62/70] Compiling UnsplashFramework UNPhotoColorScheme.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[63/70] Compiling UnsplashFramework UNUpdateCollectionParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[64/70] Compiling UnsplashFramework UNUpdatePhotoInfoParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[65/70] Compiling UnsplashFramework UNUserCollectionsParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[66/70] Compiling UnsplashFramework UNUserLikesParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[67/70] Compiling UnsplashFramework UNUserPhotosParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[68/70] Compiling UnsplashFramework UNUserPublicProfileParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[69/70] Compiling UnsplashFramework UNUserSearchParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[70/70] Compiling UnsplashFramework SearchType.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/61] Compiling UnsplashFramework UNCredentials.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[3/61] Compiling UnsplashFramework UNError.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[4/61] Compiling UnsplashFramework UNFullPhoto.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[5/61] Compiling UnsplashFramework UNLocation.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[6/61] Compiling UnsplashFramework UNModifyPhotoInCollectionResponse.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[7/61] Compiling UnsplashFramework UNOrder.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[8/61] Compiling UnsplashFramework UNPhoto.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[9/61] Compiling UnsplashFramework UNPhotoAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[10/61] Compiling UnsplashFramework UNPhotoColorScheme.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[11/61] Compiling UnsplashFramework UNPhotoImageURLs.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[12/61] Compiling UnsplashFramework UNPhotoOrientation.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[13/61] Compiling UnsplashFramework UNPhotoSearchResult.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[14/61] Compiling UnsplashFramework UNPhotoStatistics.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[15/61] Compiling UnsplashFramework UNProfileImageLinks.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[16/61] Compiling UnsplashFramework UNSearchResult.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[17/61] Compiling UnsplashFramework UNSocialProfiles.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[18/61] Compiling UnsplashFramework UNSort.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[19/69] Compiling UnsplashFramework UNUserInterests.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[20/69] Compiling UnsplashFramework UNUserProfileLinks.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[21/69] Compiling UnsplashFramework UNUserPublicProfile.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[22/69] Compiling UnsplashFramework UNUserStatistics.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[23/69] Compiling UnsplashFramework Parameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[24/69] Compiling UnsplashFramework UNAddPhotoToCollectionParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[25/69] Compiling UnsplashFramework UNCollectionListParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[26/69] Compiling UnsplashFramework UNCollectionPhotosParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[27/69] Compiling UnsplashFramework Endpoint.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[28/69] Compiling UnsplashFramework CLLocationCoordinate2D+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[29/69] Compiling UnsplashFramework JSONDecoder+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[30/69] Compiling UnsplashFramework UNPhoto+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[31/69] Compiling UnsplashFramework URLComponents+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[32/69] Compiling UnsplashFramework URLRequest+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[33/69] Compiling UnsplashFramework QueryManager.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[34/69] Compiling UnsplashFramework UNAPI.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[35/69] Compiling UnsplashFramework UNClient.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[36/69] Compiling UnsplashFramework UNStatistics.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[37/69] Compiling UnsplashFramework UNTag.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[38/69] Compiling UnsplashFramework UNTopic.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[39/69] Compiling UnsplashFramework UNTopicAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[40/69] Compiling UnsplashFramework UNTopicSort.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[41/69] Compiling UnsplashFramework UNURLWrapper.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[42/69] Compiling UnsplashFramework UNUser.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[43/69] Compiling UnsplashFramework UNUserAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[44/69] Compiling UnsplashFramework UNCollectionSearchParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[45/69] Compiling UnsplashFramework UNNewCollectionParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[46/69] Compiling UnsplashFramework UNPhotoListParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[47/69] Compiling UnsplashFramework UNPhotoSearchParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[48/69] Compiling UnsplashFramework UNRandomPhotoParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[49/69] Compiling UnsplashFramework UNStatisticsParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[50/69] Compiling UnsplashFramework UNTopicListParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[51/69] Compiling UnsplashFramework UNTopicPhotosParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/69] Compiling UnsplashFramework ResponseStatusCode.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[53/69] Compiling UnsplashFramework UNBadge.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[54/69] Compiling UnsplashFramework UNBasicPhoto.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[55/69] Compiling UnsplashFramework UNCameraDetails.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[56/69] Compiling UnsplashFramework UNCategory.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[57/69] Compiling UnsplashFramework UNCategoryAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[58/69] Compiling UnsplashFramework UNCollection.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[59/69] Compiling UnsplashFramework UNCollectionAPILocations.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[60/69] Compiling UnsplashFramework UNContentSafetyFilter.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[61/69] Emitting module UnsplashFramework
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[62/69] Compiling UnsplashFramework UNUpdateCollectionParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[63/69] Compiling UnsplashFramework UNUpdatePhotoInfoParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[64/69] Compiling UnsplashFramework UNUserCollectionsParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[65/69] Compiling UnsplashFramework UNUserLikesParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[66/69] Compiling UnsplashFramework UNUserPhotosParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[67/69] Compiling UnsplashFramework UNUserPublicProfileParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[68/69] Compiling UnsplashFramework UNUserSearchParameters.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
[69/69] Compiling UnsplashFramework SearchType.swift
/host/spi-builder-workspace/Sources/Extensions/CLLocationCoordinate2D+Extensions.swift:24:8: error: no such module 'CoreLocation'
22 | //
23 |
24 | import CoreLocation
   |        `- error: no such module 'CoreLocation'
25 |
26 | extension CLLocationCoordinate2D: Codable {
BUILD FAILURE 6.1 wasm