The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Swiki, reference develop (9a2210), with Swift 6.1 for Linux on 8 Mar 2026 04:20:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tixster/Swiki.git
Reference: develop
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/tixster/Swiki
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 9a22106 update tests
Cloned https://github.com/tixster/Swiki.git
Revision (git rev-parse @):
9a221064567edf98bc8aedee427272e272ed9886
SUCCESS checkout https://github.com/tixster/Swiki.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tixster/Swiki.git
https://github.com/tixster/Swiki.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "Swiki",
  "name" : "Swiki",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Swiki",
      "targets" : [
        "Swiki",
        "SwikiModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwikiModels",
      "targets" : [
        "SwikiModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwikiGraphQLOperationGenerator",
      "targets" : [
        "SwikiGraphQLOperationGenerator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwikiTests",
      "module_type" : "SwiftTarget",
      "name" : "SwikiTests",
      "path" : "Tests/SwikiTests",
      "sources" : [
        "AnimeV1DecodingTests.swift",
        "CharacterPersonPreviewDecodingTests.swift",
        "ClubPreviewDecodingTests.swift",
        "CollectionDecodingTests.swift",
        "ConstantsDecodingTests.swift",
        "JSONValueRemovalDecodingTests.swift",
        "MangaV1DecodingTests.swift",
        "ModelEnumTypingTests.swift",
        "PersonDecodingTests.swift",
        "RelatedDecodingTests.swift",
        "SeasonsTests.swift",
        "SwikiGraphQLOperationGeneratorCommandTests.swift",
        "TaskLimiterTests.swift",
        "TopicDecodingTests.swift",
        "TopicPreviewDecodingTests.swift",
        "TypedQueriesTests.swift",
        "V2ActionResponsesDecodingTests.swift"
      ],
      "target_dependencies" : [
        "Swiki",
        "SwikiModels",
        "SwikiGraphQLOperationGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwikiModels",
      "module_type" : "SwiftTarget",
      "name" : "SwikiModels",
      "path" : "Sources/SwikiModels",
      "product_dependencies" : [
        "GraphQL"
      ],
      "product_memberships" : [
        "Swiki",
        "SwikiModels"
      ],
      "sources" : [
        "AbuseRequest/AbuseRequest.swift",
        "Achievement/Achievement.swift",
        "Anime/AnimeDuration.swift",
        "Anime/AnimeKind.swift",
        "Anime/AnimeRating.swift",
        "Anime/AnimeStatus.swift",
        "Anime/AnimeV1.swift",
        "Anime/AnimeV1Preview.swift",
        "ApiType/ApiType.swift",
        "Appear/Appear.swift",
        "Ban/Ban.swift",
        "Calendar/Calendar.swift",
        "Character/Character.swift",
        "Character/CharacterPreview.swift",
        "Character/CharacterRole.swift",
        "Club/Club.swift",
        "Club/ClubImage.swift",
        "Club/ClubLogo.swift",
        "Club/ClubPolicy.swift",
        "Club/ClubPreview.swift",
        "Collection/Collection.swift",
        "Comment/Comment.swift",
        "Comment/CommentableType.swift",
        "Constants/Constants.swift",
        "Contest/Contest.swift",
        "Contest/ContestMatch.swift",
        "Contest/ContestMatchState.swift",
        "Contest/ContestMemberType.swift",
        "Contest/ContestRound.swift",
        "Contest/ContestRoundState.swift",
        "Contest/ContestState.swift",
        "Contest/ContestStrategyType.swift",
        "Dialog/Dialog.swift",
        "EpisodeNotification/EpisodeNotification.swift",
        "Extension/KeyedDecodingContainer+Ex.swift",
        "ExternalLink/ExternalLink.swift",
        "ExternalLink/ExternalLinkKind.swift",
        "Favorite/FavoriteLinkedType.swift",
        "Favorite/LinkedType.swift",
        "Formatters/DateFormatter.swift",
        "Forum/Forum.swift",
        "Franchise/Franchise.swift",
        "Friend/Friend.swift",
        "Genre/Genre.swift",
        "Genre/GenreKind.swift",
        "Genre/GenreType.swift",
        "GraphQL/SwikiGraphQLOperation.swift",
        "GraphQL/SwikiGraphQLOperations+DefaultAnimesOperation.generated.swift",
        "GraphQL/SwikiGraphQLOperations+DefaultCharactersOperation.generated.swift",
        "GraphQL/SwikiGraphQLOperations+DefaultMangasOperation.generated.swift",
        "GraphQL/SwikiGraphQLOperations+DefaultPeopleOperation.generated.swift",
        "GraphQL/SwikiGraphQLOperations+DefaultUserRatesOperation.generated.swift",
        "GraphQL/SwikiGraphQLOperations.generated.swift",
        "Ignore/Ignore.swift",
        "Manga/Manga.swift",
        "Manga/MangaKind.swift",
        "Manga/MangaStatus.swift",
        "Manga/MangaV1.swift",
        "Manga/MangaV1Preview.swift",
        "Message/Message.swift",
        "Message/MessageKind.swift",
        "Message/MessagePreview.swift",
        "Message/MessageType.swift",
        "Person/Person.swift",
        "Person/PersonPreview.swift",
        "Person/PersonRole.swift",
        "PersonWork/PersonWork.swift",
        "Publisher/Publisher.swift",
        "Related/Related.swift",
        "Related/RelationKind.swift",
        "Review/Review.swift",
        "Role/Role.swift",
        "Shared/ActionResponses.swift",
        "Shared/Date.swift",
        "Shared/Image.swift",
        "Shared/NewInformation.swift",
        "Shared/Order.swift",
        "Shared/OrderType.swift",
        "Shared/Poster.swift",
        "Shared/RateScore.swift",
        "Shared/RateStatus.swift",
        "Shared/ScoreStat.swift",
        "Shared/Screenshot.swift",
        "Shared/Season.swift",
        "Shared/Studio.swift",
        "Shared/Title.swift",
        "Shared/Topic.swift",
        "Shared/TopicQueryTypes.swift",
        "Stats/Stats.swift",
        "Style/Style.swift",
        "Style/StyleOwnerType.swift",
        "TopicIgnore/TopicIgnore.swift",
        "User/AnimeRate.swift",
        "User/User.swift",
        "User/UserRate.swift",
        "User/UserRateOrderField.swift",
        "User/UserRateStatus.swift",
        "User/UserRateTargetType.swift",
        "UserFavorites/UserFavorites.swift",
        "UserHistory/UserHistory.swift",
        "UserIgnore/UserIgnore.swift",
        "UserImage/UserImage.swift",
        "UserRate/UserRateLog.swift",
        "UserRate/UserRatesType.swift",
        "Video/Video.swift",
        "Video/VideoHosting.swift",
        "Video/VideoKind.swift",
        "exported.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwikiGraphQLOperationGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SwikiGraphQLOperationGenerator",
      "path" : "Sources/SwikiGraphQLOperationGenerator",
      "product_dependencies" : [
        "GraphQL",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "SwikiGraphQLOperationGenerator"
      ],
      "sources" : [
        "SwikiGraphQLOperationGeneratorCommand.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Swiki",
      "module_type" : "SwiftTarget",
      "name" : "Swiki",
      "path" : "Sources/Swiki",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Swiki"
      ],
      "sources" : [
        "Auth/SwikiKeychainOAuthTokenStore.swift",
        "Auth/SwikiOAuthClient+ASWebAuthenticationSession.swift",
        "Auth/SwikiOAuthClient.swift",
        "Auth/SwikiOAuthError.swift",
        "Auth/SwikiOAuthModels.swift",
        "Auth/SwikiOAuthTokenStore.swift",
        "Clients/Common/MultipartFormData.swift",
        "Clients/Common/SwikiResourceSubclient.swift",
        "Clients/GraphQL/SwikiGraphQLClient.swift",
        "Clients/V1/Subclients/SwikiV1AchievementsClient.swift",
        "Clients/V1/Subclients/SwikiV1AnimesClient.swift",
        "Clients/V1/Subclients/SwikiV1AppearsClient.swift",
        "Clients/V1/Subclients/SwikiV1BansClient.swift",
        "Clients/V1/Subclients/SwikiV1CalendarsClient.swift",
        "Clients/V1/Subclients/SwikiV1CharactersClient.swift",
        "Clients/V1/Subclients/SwikiV1ClubsClient.swift",
        "Clients/V1/Subclients/SwikiV1CommentsClient.swift",
        "Clients/V1/Subclients/SwikiV1ConstantsClient.swift",
        "Clients/V1/Subclients/SwikiV1DialogsClient.swift",
        "Clients/V1/Subclients/SwikiV1FavoritesClient.swift",
        "Clients/V1/Subclients/SwikiV1ForumsClient.swift",
        "Clients/V1/Subclients/SwikiV1FriendsClient.swift",
        "Clients/V1/Subclients/SwikiV1GenresClient.swift",
        "Clients/V1/Subclients/SwikiV1IgnoresClient.swift",
        "Clients/V1/Subclients/SwikiV1MangasClient.swift",
        "Clients/V1/Subclients/SwikiV1MessagesClient.swift",
        "Clients/V1/Subclients/SwikiV1PeopleClient.swift",
        "Clients/V1/Subclients/SwikiV1PublishersClient.swift",
        "Clients/V1/Subclients/SwikiV1RanobeClient.swift",
        "Clients/V1/Subclients/SwikiV1ReviewsClient.swift",
        "Clients/V1/Subclients/SwikiV1StatsClient.swift",
        "Clients/V1/Subclients/SwikiV1StudiosClient.swift",
        "Clients/V1/Subclients/SwikiV1StylesClient.swift",
        "Clients/V1/Subclients/SwikiV1TopicIgnoresClient.swift",
        "Clients/V1/Subclients/SwikiV1TopicsClient.swift",
        "Clients/V1/Subclients/SwikiV1UserImagesClient.swift",
        "Clients/V1/Subclients/SwikiV1UserRatesClient.swift",
        "Clients/V1/Subclients/SwikiV1UsersClient.swift",
        "Clients/V1/Subclients/SwikiV1VideosClient.swift",
        "Clients/V1/SwikiV1Client.swift",
        "Clients/V2/Subclients/SwikiV2AbuseRequestsClient.swift",
        "Clients/V2/Subclients/SwikiV2EpisodeNotificationsClient.swift",
        "Clients/V2/Subclients/SwikiV2TopicIgnoreClient.swift",
        "Clients/V2/Subclients/SwikiV2UserIgnoreClient.swift",
        "Clients/V2/Subclients/SwikiV2UserRatesClient.swift",
        "Clients/V2/SwikiV2Client.swift",
        "Config/SwikiConfiguration.swift",
        "HTTP/SwikiHTTPTransport.swift",
        "Payloads/AbuseRequests/SwikiAbuseRequestAbusePayload.swift",
        "Payloads/AbuseRequests/SwikiAbuseRequestOfftopicPayload.swift",
        "Payloads/AbuseRequests/SwikiAbuseRequestReviewPayload.swift",
        "Payloads/AbuseRequests/SwikiAbuseRequestSpoilerPayload.swift",
        "Payloads/Clubs/SwikiClubUpdatePayload.swift",
        "Payloads/Comments/SwikiCommentCreatePayload.swift",
        "Payloads/Comments/SwikiCommentUpdatePayload.swift",
        "Payloads/EpisodeNotification/EpisodeNotificationPayload.swift",
        "Payloads/Favorites/SwikiFavoritesLinkedTypeCreate.swift",
        "Payloads/Messages/SwikiMessageCreatePayload.swift",
        "Payloads/Messages/SwikiMessageMarkReadPayload 2.swift",
        "Payloads/Messages/SwikiMessageMarkReadPayload.swift",
        "Payloads/Messages/SwikiMessageUpdatePayload.swift",
        "Payloads/Messages/SwikiMessageUpdatePayloadBody.swift",
        "Payloads/Reviews/SwikiReviewCreatePayload.swift",
        "Payloads/Reviews/SwikiReviewCreatePayloadBody.swift",
        "Payloads/Reviews/SwikiReviewOpinion.swift",
        "Payloads/Styles/SwikiStyleCreatePayload.swift",
        "Payloads/Styles/SwikiStylePreviewPayload.swift",
        "Payloads/Styles/SwikiStyleUpdatePayload.swift",
        "Payloads/Topics/SwikiTopicCreatePayload.swift",
        "Payloads/Topics/SwikiTopicUpdatePayload.swift",
        "Payloads/UserImage/SwikiUserImagePayload.swift",
        "Payloads/UserRates/SwikiUserRatesCreatePayload.swift",
        "Payloads/UserRates/SwikiUserRatesCreatePayloadBody.swift",
        "Payloads/Videos/SwikiVideosCreatePayload.swift",
        "Queries/Limits.swift",
        "Queries/SwikiQueryConvertible.swift",
        "Queries/SwikiQueryFilter.swift",
        "Queries/V1/SwikiV1AchievementsQuery.swift",
        "Queries/V1/SwikiV1AnimesQuery.swift",
        "Queries/V1/SwikiV1CharactersQuery.swift",
        "Queries/V1/SwikiV1ClubsQuery.swift",
        "Queries/V1/SwikiV1CommentsQuery.swift",
        "Queries/V1/SwikiV1HistoryQuery.swift",
        "Queries/V1/SwikiV1MangasQuery.swift",
        "Queries/V1/SwikiV1PeopleQuery.swift",
        "Queries/V1/SwikiV1TopicsQuery.swift",
        "Queries/V1/SwikiV1UsersQuery.swift",
        "Queries/V2/SwikiV2EpisodeNotificationsQuery.swift",
        "Queries/V2/SwikiV2UserRatesQuery.swift",
        "Swiki.swift",
        "TaskLimiter/SwikiActor.swift"
      ],
      "target_dependencies" : [
        "SwikiModels"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux