This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Successful build of MastodonSwift with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Swiftodon/Mastodon.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Swiftodon/Mastodon.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e2f7ce4 Merge pull request #39 from daniloc/main
Cloned https://github.com/Swiftodon/Mastodon.swift.git
Revision (git rev-parse @):
e2f7ce484729078315f96baf9331009f0178d68f
SUCCESS checkout https://github.com/Swiftodon/Mastodon.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/Swiftodon/Mastodon.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Emitting module OAuthSwift
[2/32] Compiling OAuthSwift OAuthLogProtocol.swift
[3/32] Compiling OAuthSwift OAuthSwift.swift
[4/32] Compiling OAuthSwift OAuthSwiftClient.swift
[5/32] Compiling OAuthSwift OAuthSwiftCredential.swift
[6/32] Compiling OAuthSwift OAuthSwiftError.swift
[7/32] Compiling OAuthSwift OAuthSwiftHTTPRequest.swift
[8/32] Compiling OAuthSwift OAuthSwiftMultipartData.swift
[9/32] Compiling OAuthSwift OAuthSwiftResponse.swift
[10/32] Compiling OAuthSwift OAuthSwiftURLHandlerType.swift
[11/32] Compiling OAuthSwift SHA1.swift
[12/32] Compiling OAuthSwift String+OAuthSwift.swift
[13/32] Compiling OAuthSwift UIApplication+OAuthSwift.swift
[14/32] Compiling OAuthSwift URL+OAuthSwift.swift
[15/32] Compiling OAuthSwift URLConvertible.swift
[16/32] Compiling OAuthSwift Utils.swift
[17/32] Compiling OAuthSwift Collection+OAuthSwift.swift
[18/32] Compiling OAuthSwift Data+OAuthSwift.swift
[19/32] Compiling OAuthSwift Dictionary+OAuthSwift.swift
[20/32] Compiling OAuthSwift HMAC.swift
[21/32] Compiling OAuthSwift ASWebAuthenticationURLHandler.swift
[22/32] Compiling OAuthSwift ExtensionContextURLHandler.swift
[23/32] Compiling OAuthSwift OAuthSwiftOpenURLExternally.swift
[24/32] Compiling OAuthSwift OAuthSwiftURLHandlerProxy.swift
[25/32] Compiling OAuthSwift OAuthWebViewController.swift
[26/32] Compiling OAuthSwift SFAuthenticationURLHandler.swift
[27/32] Compiling OAuthSwift SafariURLHandler.swift
[28/32] Compiling OAuthSwift Int+OAuthSwift.swift
[29/32] Compiling OAuthSwift NSError+OAuthSwift.swift
[30/32] Compiling OAuthSwift NotificationCenter+OAuthSwift.swift
[31/32] Compiling OAuthSwift OAuth1Swift.swift
[32/32] Compiling OAuthSwift OAuth2Swift.swift
[33/66] Emitting module MastodonSwift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[34/77] Compiling MastodonSwift MastodonClient+Instances.swift
[35/77] Compiling MastodonSwift MastodonClient+StatusActions.swift
[36/77] Compiling MastodonSwift MastodonClient.swift
[37/77] Compiling MastodonSwift MultipartFormData.swift
[38/77] Compiling MastodonSwift TargetType.swift
[39/77] Compiling MastodonSwift Accounts.swift
[40/77] Compiling MastodonSwift Apps.swift
[41/77] Compiling MastodonSwift Blocks.swift
[42/77] Compiling MastodonSwift Favourites.swift
[43/77] Compiling MastodonSwift FollowRequests.swift
[44/77] Compiling MastodonSwift Follows.swift
[45/77] Compiling MastodonSwift Notification.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[46/77] Compiling MastodonSwift Relationship.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[47/77] Compiling MastodonSwift Report.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[48/77] Compiling MastodonSwift Result.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[49/77] Compiling MastodonSwift Status.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[50/77] Compiling MastodonSwift Tag.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[51/77] Compiling MastodonSwift Primitive+AsString.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[52/77] Compiling MastodonSwift String+AsURL.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[53/77] Compiling MastodonSwift URL+OptionalString.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[54/77] Compiling MastodonSwift MastodonClient+Accounts.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[55/77] Compiling MastodonSwift MastodonClient+Convenience.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:13: warning: reference to property 'oAuthHandle' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
            ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/MastodonClient+Convenience.swift:43:27: warning: reference to property 'oauthClient' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
            oAuthHandle = oauthClient?.authorize(
                          ^
[56/77] Compiling MastodonSwift AccessToken.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[57/77] Compiling MastodonSwift Account.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[58/77] Compiling MastodonSwift App.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[59/77] Compiling MastodonSwift Application.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[60/77] Compiling MastodonSwift Attachment.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[61/77] Compiling MastodonSwift Card.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[62/77] Compiling MastodonSwift Context.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[63/77] Compiling MastodonSwift Error.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[64/77] Compiling MastodonSwift Instance.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[65/77] Compiling MastodonSwift Markers.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[66/77] Compiling MastodonSwift Mention.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MastodonSwift/Entities/AccessToken.swift:11:14: warning: This needs to be refactored, refresh token and other properties need to be available
    #warning("This needs to be refactored, refresh token and other properties need to be available")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[67/77] Compiling MastodonSwift Instances.swift
[68/77] Compiling MastodonSwift Marker.swift
[69/77] Compiling MastodonSwift Mastodon.swift
[70/77] Compiling MastodonSwift Media.swift
[71/77] Compiling MastodonSwift Mutes.swift
[72/77] Compiling MastodonSwift Notifications.swift
[73/77] Compiling MastodonSwift OAuth.swift
[74/77] Compiling MastodonSwift Reports.swift
[75/77] Compiling MastodonSwift Search.swift
[76/77] Compiling MastodonSwift Statuses.swift
[77/77] Compiling MastodonSwift Timelines.swift
Build complete! (34.04s)
Fetching https://github.com/httpswift/swifter.git from cache
Fetching https://github.com/nvzqz/FileKit.git from cache
Fetching https://github.com/phimage/Erik.git from cache
Fetched https://github.com/nvzqz/FileKit.git (0.26s)
Fetching https://github.com/tid-kijyun/Kanna.git from cache
Fetched https://github.com/httpswift/swifter.git (0.34s)
Fetching https://github.com/OAuthSwift/OAuthSwift.git from cache
Fetched https://github.com/phimage/Erik.git (0.34s)
Fetching https://github.com/Thomvis/BrightFutures.git from cache
Fetched https://github.com/tid-kijyun/Kanna.git (0.27s)
Fetched https://github.com/Thomvis/BrightFutures.git (0.28s)
Fetched https://github.com/OAuthSwift/OAuthSwift.git (0.32s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (0.07s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (0.07s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.2.7 (0.07s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.05s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.0.0 (0.04s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.07s)
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.2.7
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.0.0
Creating working copy for https://github.com/OAuthSwift/OAuthSwift.git
Working copy of https://github.com/OAuthSwift/OAuthSwift.git resolved at 2.2.0
Creating working copy for https://github.com/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.1.0
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.