The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.16.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 into spi-builder-workspace
656deeb1bedc67d90b2905899859b59fc1ffd011
SUCCESS checkout https://github.com/pvzig/SKCore.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/25] Compiling SKCore SlackError.swift
[2/25] Compiling SKCore Team.swift
[3/25] Compiling SKCore TeamIcon.swift
[4/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
[5/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
[6/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
[7/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
[8/28] Emitting module SKCore
[9/28] Compiling SKCore Topic.swift
[10/28] Compiling SKCore User.swift
[11/28] Compiling SKCore UserGroup.swift
[12/28] Compiling SKCore Channel.swift
[13/28] Compiling SKCore Comment.swift
[14/28] Compiling SKCore CustomProfile.swift
[15/28] Compiling SKCore CustomProfileField.swift
[16/28] Compiling SKCore DoNotDisturbStatus.swift
[17/28] Compiling SKCore Edited.swift
[18/28] Compiling SKCore Event.swift
[19/28] Compiling SKCore Extensions.swift
[20/28] Compiling SKCore Message.swift
[21/28] Compiling SKCore OAuthConfig.swift
[22/28] Compiling SKCore RTMOptions.swift
[23/28] Compiling SKCore Reaction.swift
[24/28] Compiling SKCore Reply.swift
[25/28] Compiling SKCore Scope.swift
[26/28] Compiling SKCore File.swift
[27/28] Compiling SKCore History.swift
[28/28] Compiling SKCore Item.swift
Build complete! (3.48s)
Build complete.
Done.