The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GithubAPI, reference 0.0.11 (558729), with Swift 6.1 for Wasm on 28 May 2025 01:41:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/serhii-londar/GithubAPI.git
Reference: 0.0.11
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/serhii-londar/GithubAPI
 * tag               0.0.11     -> FETCH_HEAD
HEAD is now at 558729e Update GithubAPI.podspec
Cloned https://github.com/serhii-londar/GithubAPI.git
Revision (git rev-parse @):
558729eccf215f046338ba6a358e8bcf98d1dfc6
SUCCESS checkout https://github.com/serhii-londar/GithubAPI.git at 0.0.11
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/serhii-londar/GithubAPI.git
https://github.com/serhii-londar/GithubAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "baseapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/serhii-londar/BaseAPI.git"
    }
  ],
  "manifest_display_name" : "GithubAPI",
  "name" : "GithubAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "GithubAPI",
      "targets" : [
        "GithubAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GithubAPI",
      "module_type" : "SwiftTarget",
      "name" : "GithubAPI",
      "path" : "GithubAPI/Classes",
      "product_dependencies" : [
        "BaseAPI"
      ],
      "product_memberships" : [
        "GithubAPI"
      ],
      "sources" : [
        "ActivityAPI/ActivityAPI.swift",
        "ActivityAPI/Events/EventsAPI.swift",
        "ActivityAPI/Events/Models/EventResponse.swift",
        "ActivityAPI/Events/Models/EventResponseActor.swift",
        "ActivityAPI/Events/Models/EventResponseOrg.swift",
        "ActivityAPI/Events/Models/EventResponseRepo.swift",
        "ActivityAPI/Events/Models/EventTypes/EventTypes.swift",
        "ActivityAPI/Feeds/FeedsAPI.swift",
        "ActivityAPI/Feeds/Models/FeedsResponse.swift",
        "ActivityAPI/Notifications/Models/NotificationsOwner.swift",
        "ActivityAPI/Notifications/Models/NotificationsRepository.swift",
        "ActivityAPI/Notifications/Models/NotificationsResponse.swift",
        "ActivityAPI/Notifications/Models/NotificationsSubject.swift",
        "ActivityAPI/Notifications/NotificationsAPI.swift",
        "ActivityAPI/Starring/Models/StarredRepositories.swift",
        "ActivityAPI/Starring/StarringAPI.swift",
        "Authentication.swift",
        "GithubAPI.swift",
        "IssuesAPI/IssuesAPI.swift",
        "IssuesAPI/Models/CreateIssue/Issue.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponse.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponseAssignee.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponseLabel.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponseMilestone.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponsePermission.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponsePullRequest.swift",
        "IssuesAPI/Models/GetIssueResponse/GetIssueResponseRepository.swift",
        "Login/GithubLogin.swift",
        "Login/GithubLoginAPI.swift",
        "Login/Models/AccessTokenResponse.swift",
        "RepositoriesAPI/Models/Repository/RepositoryLicense.swift",
        "RepositoriesAPI/Models/Repository/RepositoryOrganization.swift",
        "RepositoriesAPI/Models/Repository/RepositoryOwner.swift",
        "RepositoriesAPI/Models/Repository/RepositoryParent.swift",
        "RepositoriesAPI/Models/Repository/RepositoryPermission.swift",
        "RepositoriesAPI/Models/Repository/RepositoryReponse.swift",
        "RepositoriesAPI/Models/RepositoryContents/CreateFile/FileRequest.swift",
        "RepositoriesAPI/Models/RepositoryContents/CreateFile/FileResponse.swift",
        "RepositoriesAPI/Models/RepositoryContents/RepositoryContentsLink.swift",
        "RepositoriesAPI/Models/RepositoryContents/RepositoryContentsReponse.swift",
        "RepositoriesAPI/RepositoriesAPI.swift",
        "RepositoriesAPI/RepositoriesContentsAPI.swift",
        "SearchAPI/Models/Code/SearchCodeItem.swift",
        "SearchAPI/Models/Code/SearchCodeOwner.swift",
        "SearchAPI/Models/Code/SearchCodeRepository.swift",
        "SearchAPI/Models/Code/SearchCodeResponse.swift",
        "SearchAPI/Models/Commits/SearchCommitsAuthor.swift",
        "SearchAPI/Models/Commits/SearchCommitsCommit.swift",
        "SearchAPI/Models/Commits/SearchCommitsCommitter.swift",
        "SearchAPI/Models/Commits/SearchCommitsItem.swift",
        "SearchAPI/Models/Commits/SearchCommitsOwner.swift",
        "SearchAPI/Models/Commits/SearchCommitsParent.swift",
        "SearchAPI/Models/Commits/SearchCommitsRepository.swift",
        "SearchAPI/Models/Commits/SearchCommitsResponse.swift",
        "SearchAPI/Models/Commits/SearchCommitsTree.swift",
        "SearchAPI/Models/Issues/SearchIssuesAssignee.swift",
        "SearchAPI/Models/Issues/SearchIssuesItem.swift",
        "SearchAPI/Models/Issues/SearchIssuesLabel.swift",
        "SearchAPI/Models/Issues/SearchIssuesMilestone.swift",
        "SearchAPI/Models/Issues/SearchIssuesMilestoneCreator.swift",
        "SearchAPI/Models/Issues/SearchIssuesPullRequest.swift",
        "SearchAPI/Models/Issues/SearchIssuesResponse.swift",
        "SearchAPI/Models/Issues/SearchIssuesUser.swift",
        "SearchAPI/Models/Repositories/SearchRepositoriesItem.swift",
        "SearchAPI/Models/Repositories/SearchRepositoriesOwner.swift",
        "SearchAPI/Models/Repositories/SearchRepositoriesResponse.swift",
        "SearchAPI/Models/Users/SearchUsersItem.swift",
        "SearchAPI/Models/Users/SearchUsersResponse.swift",
        "SearchAPI/SearchAPI.swift",
        "UserAPI/Models/GetAllUsers/AllUsersResponse.swift",
        "UserAPI/Models/GetOtherUser/OtherUserError.swift",
        "UserAPI/Models/GetOtherUser/OtherUserResponse.swift",
        "UserAPI/Models/GetUser/UserPlan.swift",
        "UserAPI/Models/GetUser/UserResponse.swift",
        "UserAPI/Models/UpdateUser/UpdateUser.swift",
        "UserAPI/UserAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/serhii-londar/BaseAPI.git
[1/386] Fetching baseapi
Fetched https://github.com/serhii-londar/BaseAPI.git from cache (0.40s)
Computing version for https://github.com/serhii-londar/BaseAPI.git
Computed https://github.com/serhii-londar/BaseAPI.git at 0.2.2 (1.26s)
Creating working copy for https://github.com/serhii-londar/BaseAPI.git
Working copy of https://github.com/serhii-londar/BaseAPI.git resolved at 0.2.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling BaseAPI ResponsetHeaderFields.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Emitting module BaseAPI
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[6/11] Compiling BaseAPI Request.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[7/11] Compiling BaseAPI BaseAPI.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[8/11] Compiling BaseAPI RequestMethod.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[9/11] Compiling BaseAPI CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[10/11] Compiling BaseAPI URLSession.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[11/11] Compiling BaseAPI RequestHeaderFields.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/9] Compiling BaseAPI ResponsetHeaderFields.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[3/9] Compiling BaseAPI Request.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[4/9] Compiling BaseAPI RequestMethod.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[5/9] Compiling BaseAPI CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[6/9] Compiling BaseAPI URLSession.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[7/9] Compiling BaseAPI RequestHeaderFields.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module BaseAPI
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
[9/9] Compiling BaseAPI BaseAPI.swift
/host/spi-builder-workspace/.build/checkouts/BaseAPI/BaseAPI/Classes/Extensions/URLSession.swift:10:8: error: no such module 'Dispatch'
 8 |
 9 | import Foundation
10 | import Dispatch
   |        `- error: no such module 'Dispatch'
11 |
12 | #if swift(>=5.1) && os(Linux)
BUILD FAILURE 6.1 wasm