The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Swifter, reference 2.5.0 (50682e), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:05:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattdonnelly/Swifter.git
Reference: 2.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattdonnelly/Swifter
 * tag               2.5.0      -> FETCH_HEAD
HEAD is now at 50682eb Update Swifter.podspec
Cloned https://github.com/mattdonnelly/Swifter.git
Revision (git rev-parse @):
50682ebe64e4c08f18957ccfd16888f035c20755
SUCCESS checkout https://github.com/mattdonnelly/Swifter.git at 2.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattdonnelly/Swifter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/36] Emitting module Swifter
[4/39] Compiling Swifter SwifterUsers.swift
[5/39] Compiling Swifter URL++.swift
[6/39] Compiling Swifter Utils.swift
[7/39] Compiling Swifter SwifterPlaces.swift
[8/39] Compiling Swifter SwifterSavedSearches.swift
[9/39] Compiling Swifter SwifterSearch.swift
[10/39] Compiling Swifter JSON.swift
[11/39] Compiling Swifter Operator++.swift
[12/39] Compiling Swifter SHA1.swift
[13/39] Compiling Swifter Scanner++.swift
[14/39] Compiling Swifter SwifterLists.swift
[15/39] Compiling Swifter SwifterMedia.swift
[16/39] Compiling Swifter SwifterMessages.swift
[17/39] Compiling Swifter SwifterOAuthClient.swift
[18/39] Compiling Swifter SwifterSpam.swift
[19/39] Compiling Swifter SwifterSuggested.swift
[20/39] Compiling Swifter SwifterTag.swift
[21/39] Compiling Swifter Data++.swift
[22/39] Compiling Swifter Dictionary++.swift
[23/39] Compiling Swifter HMAC.swift
[24/39] Compiling Swifter Int++.swift
[25/39] Compiling Swifter String++.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:45:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 43 |         let stringifiedParameters = parameters.stringifiedDictionary()
 44 |
 45 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .GET, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 46 |         socialRequest.account = self.credential!.account!
 47 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:82:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 80 |         let stringifiedParameters = params.stringifiedDictionary()
 81 |
 82 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .POST, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 83 |         socialRequest.account = self.credential!.account!
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:109:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
107 |         let stringifiedParameters = parameters.stringifiedDictionary()
108 |
109 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .DELETE, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
110 |         socialRequest.account = self.credential!.account!
111 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/39] Compiling Swifter Swifter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:45:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 43 |         let stringifiedParameters = parameters.stringifiedDictionary()
 44 |
 45 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .GET, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 46 |         socialRequest.account = self.credential!.account!
 47 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:82:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 80 |         let stringifiedParameters = params.stringifiedDictionary()
 81 |
 82 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .POST, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 83 |         socialRequest.account = self.credential!.account!
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:109:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
107 |         let stringifiedParameters = parameters.stringifiedDictionary()
108 |
109 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .DELETE, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
110 |         socialRequest.account = self.credential!.account!
111 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/39] Compiling Swifter SwifterAccountsClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:45:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 43 |         let stringifiedParameters = parameters.stringifiedDictionary()
 44 |
 45 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .GET, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 46 |         socialRequest.account = self.credential!.account!
 47 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:82:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 80 |         let stringifiedParameters = params.stringifiedDictionary()
 81 |
 82 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .POST, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 83 |         socialRequest.account = self.credential!.account!
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:109:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
107 |         let stringifiedParameters = parameters.stringifiedDictionary()
108 |
109 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .DELETE, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
110 |         socialRequest.account = self.credential!.account!
111 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/39] Compiling Swifter SwifterAppOnlyClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:45:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 43 |         let stringifiedParameters = parameters.stringifiedDictionary()
 44 |
 45 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .GET, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 46 |         socialRequest.account = self.credential!.account!
 47 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:82:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 80 |         let stringifiedParameters = params.stringifiedDictionary()
 81 |
 82 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .POST, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
 83 |         socialRequest.account = self.credential!.account!
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/SwifterAccountsClient.swift:109:55: warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
107 |         let stringifiedParameters = parameters.stringifiedDictionary()
108 |
109 |         let socialRequest = SLRequest(forServiceType: SLServiceTypeTwitter, requestMethod: .DELETE, url: url, parameters: stringifiedParameters)!
    |                                                       `- warning: 'SLServiceTypeTwitter' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
110 |         socialRequest.account = self.credential!.account!
111 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/39] Compiling Swifter SwifterFavorites.swift
[30/39] Compiling Swifter SwifterFollowers.swift
[31/39] Compiling Swifter SwifterHTTPRequest.swift
[32/39] Compiling Swifter SwifterHelp.swift
[33/39] Compiling Swifter SwifterTimelines.swift
[34/39] Compiling Swifter SwifterTrends.swift
[35/39] Compiling Swifter SwifterTweets.swift
[36/39] Compiling Swifter SwifterAuth.swift
[37/39] Compiling Swifter SwifterClientProtocol.swift
[38/39] Compiling Swifter SwifterCredential.swift
[39/39] Compiling Swifter SwifterError.swift
Build complete! (8.18s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swifter",
  "name" : "Swifter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Swifter",
      "targets" : [
        "Swifter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Swifter",
      "module_type" : "SwiftTarget",
      "name" : "Swifter",
      "path" : "Sources",
      "product_memberships" : [
        "Swifter"
      ],
      "sources" : [
        "Data++.swift",
        "Dictionary++.swift",
        "HMAC.swift",
        "Int++.swift",
        "JSON.swift",
        "Operator++.swift",
        "SHA1.swift",
        "Scanner++.swift",
        "String++.swift",
        "Swifter.swift",
        "SwifterAccountsClient.swift",
        "SwifterAppOnlyClient.swift",
        "SwifterAuth.swift",
        "SwifterClientProtocol.swift",
        "SwifterCredential.swift",
        "SwifterError.swift",
        "SwifterFavorites.swift",
        "SwifterFollowers.swift",
        "SwifterHTTPRequest.swift",
        "SwifterHelp.swift",
        "SwifterLists.swift",
        "SwifterMedia.swift",
        "SwifterMessages.swift",
        "SwifterOAuthClient.swift",
        "SwifterPlaces.swift",
        "SwifterSavedSearches.swift",
        "SwifterSearch.swift",
        "SwifterSpam.swift",
        "SwifterSuggested.swift",
        "SwifterTag.swift",
        "SwifterTimelines.swift",
        "SwifterTrends.swift",
        "SwifterTweets.swift",
        "SwifterUsers.swift",
        "URL++.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.