The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swifter, reference 2.5.0 (50682e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 00:04:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swifter",
      "name": "Swifter",
      "url": "https://github.com/mattdonnelly/Swifter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swifter",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattdonnelly/Swifter.git
[1/3903] Fetching swifter
Fetched https://github.com/mattdonnelly/Swifter.git from cache (0.99s)
Creating working copy for https://github.com/mattdonnelly/Swifter.git
Working copy of https://github.com/mattdonnelly/Swifter.git resolved at 2.5.0 (50682eb)
warning: '.resolve-product-dependencies': dependency 'swifter' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mattdonnelly/Swifter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/36] Emitting module Swifter
[4/36] Compiling Swifter SwifterTimelines.swift
[5/36] Compiling Swifter SwifterTrends.swift
[6/36] Compiling Swifter SwifterTweets.swift
[7/36] Compiling Swifter SwifterSpam.swift
[8/36] Compiling Swifter SwifterSuggested.swift
[9/36] Compiling Swifter SwifterTag.swift
[10/36] Compiling Swifter Data++.swift
[11/36] Compiling Swifter Dictionary++.swift
[12/36] Compiling Swifter HMAC.swift
[13/36] Compiling Swifter Int++.swift
[14/36] Compiling Swifter JSON.swift
[15/36] Compiling Swifter Operator++.swift
[16/36] Compiling Swifter SHA1.swift
[17/36] Compiling Swifter Scanner++.swift
[18/39] Compiling Swifter SwifterLists.swift
[19/39] Compiling Swifter SwifterMedia.swift
[20/39] Compiling Swifter SwifterMessages.swift
[21/39] Compiling Swifter SwifterOAuthClient.swift
[22/39] Compiling Swifter SwifterUsers.swift
[23/39] Compiling Swifter URL++.swift
[24/39] Compiling Swifter Utils.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 SwifterAuth.swift
[34/39] Compiling Swifter SwifterClientProtocol.swift
[35/39] Compiling Swifter SwifterCredential.swift
[36/39] Compiling Swifter SwifterError.swift
[37/39] Compiling Swifter SwifterPlaces.swift
[38/39] Compiling Swifter SwifterSavedSearches.swift
[39/39] Compiling Swifter SwifterSearch.swift
Build complete! (9.74s)
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.