The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swifter, reference master (f6888d), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 20:05:11 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattdonnelly/Swifter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f6888d6 Update README to mark project as deprecated
Cloned https://github.com/mattdonnelly/Swifter.git
Revision (git rev-parse @):
f6888d61500f46ca6d1814fe2624056339eda986
SUCCESS checkout https://github.com/mattdonnelly/Swifter.git at master
========================================
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 JSON.swift
[8/39] Compiling Swifter Operator++.swift
[9/39] Compiling Swifter SHA1.swift
[10/39] Compiling Swifter Scanner++.swift
[11/39] Compiling Swifter SwifterTimelines.swift
[12/39] Compiling Swifter SwifterTrends.swift
[13/39] Compiling Swifter SwifterTweets.swift
[14/39] Compiling Swifter SwifterPlaces.swift
[15/39] Compiling Swifter SwifterSavedSearches.swift
[16/39] Compiling Swifter SwifterSearch.swift
[17/39] Compiling Swifter SwifterLists.swift
[18/39] Compiling Swifter SwifterMedia.swift
[19/39] Compiling Swifter SwifterMessages.swift
[20/39] Compiling Swifter SwifterOAuthClient.swift
[21/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>
[22/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>
[23/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>
[24/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>
[25/39] Compiling Swifter SwifterSpam.swift
[26/39] Compiling Swifter SwifterSuggested.swift
[27/39] Compiling Swifter SwifterTag.swift
[28/39] Compiling Swifter SwifterFavorites.swift
[29/39] Compiling Swifter SwifterFollowers.swift
[30/39] Compiling Swifter SwifterHTTPRequest.swift
[31/39] Compiling Swifter SwifterHelp.swift
[32/39] Compiling Swifter Data++.swift
[33/39] Compiling Swifter Dictionary++.swift
[34/39] Compiling Swifter HMAC.swift
[35/39] Compiling Swifter Int++.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.52s)
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.