The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of GithubAPI, reference 0.0.11 (558729), with Swift 6.1 for Linux on 26 Apr 2025 15:15:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.24s)
Computing version for https://github.com/serhii-londar/BaseAPI.git
Computed https://github.com/serhii-londar/BaseAPI.git at 0.2.2 (0.69s)
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] Emitting module BaseAPI
[5/11] Compiling BaseAPI CharacterSet.swift
[6/11] Compiling BaseAPI RequestHeaderFields.swift
[7/11] Compiling BaseAPI URLSession.swift
[8/11] Compiling BaseAPI RequestMethod.swift
[9/11] Compiling BaseAPI ResponsetHeaderFields.swift
[10/11] Compiling BaseAPI BaseAPI.swift
[11/11] Compiling BaseAPI Request.swift
[13/80] Emitting module GithubAPI
[14/89] Compiling GithubAPI ActivityAPI.swift
[15/89] Compiling GithubAPI EventsAPI.swift
[16/89] Compiling GithubAPI EventResponse.swift
[17/89] Compiling GithubAPI EventResponseActor.swift
[18/89] Compiling GithubAPI EventResponseOrg.swift
[19/89] Compiling GithubAPI EventResponseRepo.swift
[20/89] Compiling GithubAPI EventTypes.swift
[21/89] Compiling GithubAPI FeedsAPI.swift
[22/89] Compiling GithubAPI FeedsResponse.swift
[23/89] Compiling GithubAPI NotificationsOwner.swift
[24/89] Compiling GithubAPI RepositoriesAPI.swift
[25/89] Compiling GithubAPI RepositoriesContentsAPI.swift
[26/89] Compiling GithubAPI SearchCodeItem.swift
[27/89] Compiling GithubAPI SearchCodeOwner.swift
[28/89] Compiling GithubAPI SearchCodeRepository.swift
[29/89] Compiling GithubAPI SearchCodeResponse.swift
[30/89] Compiling GithubAPI SearchCommitsAuthor.swift
[31/89] Compiling GithubAPI SearchCommitsCommit.swift
[32/89] Compiling GithubAPI SearchCommitsCommitter.swift
[33/89] Compiling GithubAPI SearchIssuesMilestone.swift
[34/89] Compiling GithubAPI SearchIssuesMilestoneCreator.swift
[35/89] Compiling GithubAPI SearchIssuesPullRequest.swift
[36/89] Compiling GithubAPI SearchIssuesResponse.swift
[37/89] Compiling GithubAPI SearchIssuesUser.swift
[38/89] Compiling GithubAPI SearchRepositoriesItem.swift
[39/89] Compiling GithubAPI SearchRepositoriesOwner.swift
[40/89] Compiling GithubAPI SearchRepositoriesResponse.swift
[41/89] Compiling GithubAPI SearchUsersItem.swift
[42/89] Compiling GithubAPI SearchUsersResponse.swift
[43/89] Compiling GithubAPI SearchAPI.swift
[44/89] Compiling GithubAPI AllUsersResponse.swift
[45/89] Compiling GithubAPI OtherUserError.swift
[46/89] Compiling GithubAPI OtherUserResponse.swift
[47/89] Compiling GithubAPI UserPlan.swift
[48/89] Compiling GithubAPI UserResponse.swift
[49/89] Compiling GithubAPI UpdateUser.swift
[50/89] Compiling GithubAPI UserAPI.swift
[51/89] Compiling GithubAPI GetIssueResponse.swift
[52/89] Compiling GithubAPI GetIssueResponseAssignee.swift
[53/89] Compiling GithubAPI GetIssueResponseLabel.swift
[54/89] Compiling GithubAPI GetIssueResponseMilestone.swift
[55/89] Compiling GithubAPI GetIssueResponsePermission.swift
[56/89] Compiling GithubAPI GetIssueResponsePullRequest.swift
[57/89] Compiling GithubAPI GetIssueResponseRepository.swift
[58/89] Compiling GithubAPI GithubLogin.swift
[59/89] Compiling GithubAPI GithubLoginAPI.swift
[60/89] Compiling GithubAPI AccessTokenResponse.swift
[61/89] Compiling GithubAPI RepositoryLicense.swift
[62/89] Compiling GithubAPI RepositoryOrganization.swift
[63/89] Compiling GithubAPI RepositoryOwner.swift
[64/89] Compiling GithubAPI RepositoryParent.swift
[65/89] Compiling GithubAPI RepositoryPermission.swift
[66/89] Compiling GithubAPI RepositoryReponse.swift
[67/89] Compiling GithubAPI FileRequest.swift
[68/89] Compiling GithubAPI FileResponse.swift
[69/89] Compiling GithubAPI RepositoryContentsLink.swift
[70/89] Compiling GithubAPI RepositoryContentsReponse.swift
[71/89] Compiling GithubAPI SearchCommitsItem.swift
[72/89] Compiling GithubAPI SearchCommitsOwner.swift
[73/89] Compiling GithubAPI SearchCommitsParent.swift
[74/89] Compiling GithubAPI SearchCommitsRepository.swift
[75/89] Compiling GithubAPI SearchCommitsResponse.swift
[76/89] Compiling GithubAPI SearchCommitsTree.swift
[77/89] Compiling GithubAPI SearchIssuesAssignee.swift
[78/89] Compiling GithubAPI SearchIssuesItem.swift
[79/89] Compiling GithubAPI SearchIssuesLabel.swift
[80/89] Compiling GithubAPI NotificationsRepository.swift
[81/89] Compiling GithubAPI NotificationsResponse.swift
[82/89] Compiling GithubAPI NotificationsSubject.swift
[83/89] Compiling GithubAPI NotificationsAPI.swift
[84/89] Compiling GithubAPI StarredRepositories.swift
[85/89] Compiling GithubAPI StarringAPI.swift
[86/89] Compiling GithubAPI Authentication.swift
[87/89] Compiling GithubAPI GithubAPI.swift
[88/89] Compiling GithubAPI IssuesAPI.swift
[89/89] Compiling GithubAPI Issue.swift
Build complete! (14.82s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.