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 SKCore with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvzig/SKCore.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pvzig/SKCore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 656deeb Update README.md
Cloned https://github.com/pvzig/SKCore.git
Revision (git rev-parse @):
656deeb1bedc67d90b2905899859b59fc1ffd011
SUCCESS checkout https://github.com/pvzig/SKCore.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "skcore",
      "name": "SKCore",
      "url": "https://github.com/pvzig/SKCore.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SKCore",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pvzig/SKCore.git
[1/288] Fetching skcore
Fetched https://github.com/pvzig/SKCore.git (0.25s)
Creating working copy for https://github.com/pvzig/SKCore.git
Working copy of https://github.com/pvzig/SKCore.git resolved at master
warning: '.resolve-product-dependencies': dependency 'skcore' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Emitting module SKCore
[2/28] Compiling SKCore SlackError.swift
[3/28] Compiling SKCore Team.swift
[4/28] Compiling SKCore TeamIcon.swift
[5/28] Compiling SKCore Reaction.swift
[6/28] Compiling SKCore Reply.swift
[7/28] Compiling SKCore Scope.swift
[8/28] Compiling SKCore Channel.swift
[9/28] Compiling SKCore Comment.swift
[10/28] Compiling SKCore CustomProfile.swift
[11/28] Compiling SKCore CustomProfileField.swift
[12/28] Compiling SKCore Topic.swift
[13/28] Compiling SKCore User.swift
[14/28] Compiling SKCore UserGroup.swift
[15/28] Compiling SKCore Message.swift
[16/28] Compiling SKCore OAuthConfig.swift
[17/28] Compiling SKCore RTMOptions.swift
[18/28] Compiling SKCore Action.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: note: use 'compactMap(_:)' instead
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^~~~~~~
                                                                                     compactMap
[19/28] Compiling SKCore Attachment.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: note: use 'compactMap(_:)' instead
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^~~~~~~
                                                                                     compactMap
[20/28] Compiling SKCore AttachmentField.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: note: use 'compactMap(_:)' instead
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^~~~~~~
                                                                                     compactMap
[21/28] Compiling SKCore Bot.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SKCore/Attachment.swift:64:86: note: use 'compactMap(_:)' instead
        markdownEnabledFields = (attachment?["mrkdwn_in"] as? [String]).map { Set($0.flatMap(AttachmentTextField.init)) }
                                                                                     ^~~~~~~
                                                                                     compactMap
[22/28] Compiling SKCore File.swift
[23/28] Compiling SKCore History.swift
[24/28] Compiling SKCore Item.swift
[25/28] Compiling SKCore DoNotDisturbStatus.swift
[26/28] Compiling SKCore Edited.swift
[27/28] Compiling SKCore Event.swift
[28/28] Compiling SKCore Extensions.swift
Build complete! (7.83s)
Build complete.
Done.