Build Information
Failed to build DewdropAPI, reference main (b5fe7a), with Swift 6.1 for Wasm on 31 May 2025 06:00:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/DewdropAPI.git
Reference: main
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/Fleuronic/DewdropAPI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b5fe7a1 Update dependencies
Cloned https://github.com/Fleuronic/DewdropAPI.git
Revision (git rev-parse @):
b5fe7a16106a0f7033ec76c5096ef666a7e4dc86
SUCCESS checkout https://github.com/Fleuronic/DewdropAPI.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Fleuronic/DewdropAPI.git
https://github.com/Fleuronic/DewdropAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "dewdropservice",
"path" : "/host/DewdropService",
"type" : "fileSystem"
},
{
"identity" : "catenary",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Fleuronic/Catenary"
},
{
"identity" : "autocodable",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/jordanekay/AutoCodable"
},
{
"identity" : "papyrus",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/jordanekay/papyrus"
}
],
"manifest_display_name" : "DewdropAPI",
"name" : "DewdropAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DewdropAPI",
"targets" : [
"DewdropAPI",
"DewdropRESTAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "DewdropRESTAPI",
"module_type" : "SwiftTarget",
"name" : "DewdropRESTAPI",
"path" : "Sources/DewdropRESTAPI",
"product_dependencies" : [
"DewdropService",
"AutoCodable",
"Papyrus"
],
"product_memberships" : [
"DewdropAPI"
],
"sources" : [
"Details/BackupDetails.swift",
"Details/CollaboratorDetails.swift",
"Details/CollectionDetails.swift",
"Details/FilterDetails.swift",
"Details/GroupDetails.swift",
"Details/HighlightDetails.swift",
"Details/HighlightInRaindropDetails.swift",
"Details/ModelDetails.swift",
"Details/RaindropDetails.swift",
"Details/TagDetails.swift",
"Details/UserAuthenticatedDetails.swift",
"Details/UserDetails.swift",
"Endpoints/AuthenticationEndpoints.swift",
"Endpoints/BackupEndpoints.swift",
"Endpoints/CollectionEndpoints.swift",
"Endpoints/FilterEndpoints.swift",
"Endpoints/HighlightEndpoints.swift",
"Endpoints/ImportEndpoints.swift",
"Endpoints/RaindropEndpoints.swift",
"Endpoints/TagEndpoints.swift",
"Endpoints/UserEndpoints.swift",
"Fields/Collection/CollaboratorRoleFields.swift",
"Fields/Collection/CollectionCountFields.swift",
"Fields/Collection/CollectionMergeFields.swift",
"Fields/Collection/CollectionRemovalFields.swift",
"Fields/Collection/EmptyCollectionRemovalFields.swift",
"Fields/Filter/FilterOverviewFields.swift",
"Fields/Filter/FilterOverviewTotalFields.swift",
"Fields/Highlight/HighlightImportFields.swift",
"Fields/Identity/IDFields.swift",
"Fields/Identity/IDListFields.swift",
"Fields/Import/FolderContentFields.swift",
"Fields/Import/ImportFolderCountFields.swift",
"Fields/Import/ImportFolderFields.swift",
"Fields/Import/InfoParseFields.swift",
"Fields/Model/ModificationFields.swift",
"Fields/Raindrop/RaindropHighlightFields.swift",
"Fields/Raindrop/RaindropImportFields.swift",
"Fields/Raindrop/RaindropModificationFields.swift",
"Fields/Raindrop/RaindropSuggestionsFields.swift",
"Fields/Tag/TagNameFields.swift",
"Fields/User/ConfigFields.swift",
"Fields/User/UserBasicFields.swift",
"Response/AccessTokenResponse.swift",
"Response/BackupResponse.swift",
"Response/CollectionResponse.swift",
"Response/FilterResponse.swift",
"Response/HighlightResponse.swift",
"Response/IDListResponse.swift",
"Response/ImportResponse.swift",
"Response/ItemListResponse.swift",
"Response/ItemResponse.swift",
"Response/RaindropResponse.swift",
"Response/Response.swift",
"Response/SuccessResponse.swift",
"Response/TagResponse.swift",
"Response/UserResponse.swift",
"Serialization/Coding/Collection/Role+Codable.swift",
"Serialization/Coding/Collection/View+Codable.swift",
"Serialization/Coding/Media/Media+Codable.swift",
"Serialization/Coding/Media/MediaType+Codable.swift",
"Serialization/Coding/Raindrop/ItemType+Codable.swift",
"Serialization/Coding/User/BrokenLevel+Codable.swift",
"Serialization/Coding/User/Config+Codable.swift",
"Serialization/Coding/User/FontColor+Codable.swift",
"Serialization/Decoding/Backup/Backup+Decodable.swift",
"Serialization/Decoding/Collection/Access+Decodable.swift",
"Serialization/Decoding/Collection/Collaborator+Decodable.swift",
"Serialization/Decoding/Collection/Collection+Decodable.swift",
"Serialization/Decoding/Collection/Cover+Decodable.swift",
"Serialization/Decoding/Collection/Icon+Decodable.swift",
"Serialization/Decoding/Collection/Invitation+Decodable.swift",
"Serialization/Decoding/Collection/Level+Decodable.swift",
"Serialization/Decoding/Decoder.swift",
"Serialization/Decoding/Filled.swift",
"Serialization/Decoding/Filter/Filter+Decodable.swift",
"Serialization/Decoding/Highlight/Color+Decodable.swift",
"Serialization/Decoding/Highlight/Highlight+Decodable.swift",
"Serialization/Decoding/Import/Count+Decodable.swift",
"Serialization/Decoding/Import/Folder+Decodable.swift",
"Serialization/Decoding/Raindrop/Cache+Decodable.swift",
"Serialization/Decoding/Raindrop/Info+Decodable.swift",
"Serialization/Decoding/Raindrop/Raindrop+Decodable.swift",
"Serialization/Decoding/Raindrop/RaindropSort+Decodable.swift",
"Serialization/Decoding/Raindrop/Reminder+Decodable.swift",
"Serialization/Decoding/Raindrop/Status+Decodable.swift",
"Serialization/Decoding/Tag/Tag+Decodable.swift",
"Serialization/Decoding/User/Account+Decodable.swift",
"Serialization/Decoding/User/FileStorage+Decodable.swift",
"Serialization/Decoding/User/Group+Decodable.swift",
"Serialization/Decoding/User/Network+Decodable.swift",
"Serialization/Decoding/User/User+Decodable.swift",
"Serialization/Encoding/Authentication/GrantType+Encodable.swift",
"Serialization/Encoding/Collection/CollectionSort+Encodable.swift",
"Serialization/Encoding/Encoder.swift",
"Serialization/Encoding/Highlight/Color+Encodable.swift",
"Serialization/Encoding/Highlight/Content+Encodable.swift",
"Serialization/Encoding/Raindrop/RaindropSort+Encodable.swift",
"Serialization/Encoding/Raindrop/Reminder+Encodable.swift",
"Serialization/Encoding/Tag/TagSort+Encodable.swift",
"Serialization/Identifier.swift"
],
"type" : "library"
},
{
"c99name" : "DewdropAPITests",
"module_type" : "SwiftTarget",
"name" : "DewdropAPITests",
"path" : "Tests/DewdropAPITests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Count.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Empty.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Errors/NotFoundError.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Merge.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Collection/ChildCollectionList.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Collection/Collection.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Collection/CollectionList.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Collection/CoverList.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Collection/SystemCollectionList.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Raindrop/Raindrop.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/Raindrop/RaindropList.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/User/AuthenticatedUser.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Models/User/User.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Removal.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/DewdropAPITests/Fixtures/Success.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"API/API.swift",
"API/Coverage/API+CollectionSpec.swift",
"API/Coverage/API+RaindropSpec.swift",
"API/Coverage/API+UserSpec.swift",
"API/Fixture.swift",
"API/Response.swift",
"Tests/CollectionSpecTests.swift",
"Tests/RaindropSpecTests.swift",
"Tests/UserSpecTests.swift"
],
"target_dependencies" : [
"DewdropAPI"
],
"type" : "test"
},
{
"c99name" : "DewdropAPI",
"module_type" : "SwiftTarget",
"name" : "DewdropAPI",
"path" : "Sources/DewdropAPI",
"product_dependencies" : [
"Catenary"
],
"product_memberships" : [
"DewdropAPI"
],
"sources" : [
"API/API.swift",
"API/Coverage/API+BackupSpec.swift",
"API/Coverage/API+CollaboratorSpec.swift",
"API/Coverage/API+CollectionSpec.swift",
"API/Coverage/API+ExportSpec.swift",
"API/Coverage/API+FilterSpec.swift",
"API/Coverage/API+HighlightSpec.swift",
"API/Coverage/API+ImportSpec.swift",
"API/Coverage/API+RaindropSpec.swift",
"API/Coverage/API+TagSpec.swift",
"API/Coverage/API+UserSpec.swift",
"API/Models/Collection.swift",
"API/Models/Raindrop.swift",
"API/Result.swift",
"Authentication/Authentication.swift",
"Authentication/AuthenticationAPI.swift",
"Error.swift"
],
"target_dependencies" : [
"DewdropRESTAPI"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 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
error: the package at '/host/DewdropService' cannot be accessed (Error Domain=NSCocoaErrorDomain Code=260 "The file doesn’t exist."UserInfo={NSUnderlyingError=Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory", NSUserStringVariant=["Folder"], NSLocalizedDescription=The folder “DewdropService” doesn’t exist., NSURL=file:///host/DewdropService, NSFilePath=/host/DewdropService})
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
error: the package at '/host/DewdropService' cannot be accessed (Error Domain=NSCocoaErrorDomain Code=260 "The file doesn’t exist."UserInfo={NSURL=file:///host/DewdropService, NSFilePath=/host/DewdropService, NSUserStringVariant=["Folder"], NSLocalizedDescription=The folder “DewdropService” doesn’t exist., NSUnderlyingError=Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"})
BUILD FAILURE 6.1 wasm