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

Failed to build TwitterClientCLI, reference master (dcf9e1), with Swift 6.1 for iOS using Xcode 16.3 on 24 Apr 2025 17:58:34 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/anzfactory/twitterclientcli.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/anzfactory/twitterclientcli
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dcf9e1e Key & Secret を隠蔽
Cloned https://github.com/anzfactory/twitterclientcli.git
Revision (git rev-parse @):
dcf9e1ea69f493bb12622de9e2eb41aceb80e1f7
SUCCESS checkout https://github.com/anzfactory/twitterclientcli.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/anzfactory/twitterclientcli.git
https://github.com/anzfactory/twitterclientcli.git
{
  "dependencies" : [
    {
      "identity" : "commander",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Commander.git"
    },
    {
      "identity" : "apikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ishkawa/APIKit.git"
    },
    {
      "identity" : "swiftline",
      "requirement" : {
        "branch" : [
          "swift-tool-version-4.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/anzfactory/Swiftline.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "TwitterClientCLI",
  "name" : "TwitterClientCLI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "twcli",
      "targets" : [
        "TwitterClient",
        "TwitterClientCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TwitterClient",
      "targets" : [
        "TwitterClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TwitterClientCore",
      "module_type" : "SwiftTarget",
      "name" : "TwitterClientCore",
      "path" : "Sources/TwitterClientCore",
      "product_dependencies" : [
        "APIKit",
        "CryptoSwift",
        "Rainbow"
      ],
      "product_memberships" : [
        "twcli",
        "TwitterClient"
      ],
      "sources" : [
        "APIType/AccessTokenType.swift",
        "APIType/AccountSettings.swift",
        "APIType/FavoriteType.swift",
        "APIType/FavoritesType.swift",
        "APIType/FollowType.swift",
        "APIType/MediaUploadType.swift",
        "APIType/RateLimitType.swift",
        "APIType/RequestTokenType.swift",
        "APIType/RetweetType.swift",
        "APIType/SearchTweetType.swift",
        "APIType/SearchUserType.swift",
        "APIType/ShowTweet.swift",
        "APIType/TimelineType.swift",
        "APIType/TweetType.swift",
        "APIType/TwitterAPIType.swift",
        "APIType/UnFavoriteType.swift",
        "APIType/UnFollowType.swift",
        "APIType/UnRetweetType.swift",
        "APIType/UserTimelineType.swift",
        "Extension/CharacterSet.swift",
        "Extension/Sequence.swift",
        "Extension/URL.swift",
        "Keys.swift",
        "Model/AccessToken.swift",
        "Model/Media.swift",
        "Model/Outputable.swift",
        "Model/RateLimit.swift",
        "Model/RequestToken.swift",
        "Model/SearchTweets.swift",
        "Model/Settings.swift",
        "Model/Tweet.swift",
        "Model/Tweets.swift",
        "Model/User.swift",
        "Model/Users.swift",
        "Shell.swift",
        "TwitterClient.swift",
        "TwitterOAuth.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TwitterClient",
      "module_type" : "SwiftTarget",
      "name" : "TwitterClient",
      "path" : "Sources/TwitterClient",
      "product_dependencies" : [
        "Commander",
        "Swiftline"
      ],
      "product_memberships" : [
        "twcli",
        "TwitterClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TwitterClientCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/anzfactory/Swiftline.git
Fetching from https://github.com/kylef/Commander.git
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/ishkawa/APIKit.git
Fetching from https://github.com/kylef/Spectre.git
Creating working copy of package ‘Swiftline’
Checking out swift-tool-version-4.0 (d92ff58) of package ‘Swiftline’
Creating working copy of package ‘APIKit’
Checking out 5.4.0 of package ‘APIKit’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Creating working copy of package ‘Rainbow’
Checking out 3.2.0 of package ‘Rainbow’
Creating working copy of package ‘Commander’
Checking out 0.9.2 of package ‘Commander’
Creating working copy of package ‘Spectre’
Checking out 0.10.1 of package ‘Spectre’
Library product “twcli” contains a target of type executable (“TwitterClient”). Library products may not include executable targets.Resolve Package Graph
Library product “twcli” contains a target of type executable (“TwitterClient”). Library products may not include executable targets.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-24 10:58:34.060 xcodebuild[518:2969] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_10-58-0034.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Library product “twcli” contains a target of type executable (“TwitterClient”). Library products may not include executable targets.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Library product “twcli” contains a target of type executable (“TwitterClient”). Library products may not include executable targets.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-24 10:58:34.809 xcodebuild[901:4592] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_10-58-0034.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Library product “twcli” contains a target of type executable (“TwitterClient”). Library products may not include executable targets.
BUILD FAILURE 6.1 iOS