The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Tips, reference 0.1.0 (aaa427), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:51:51 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/unnamedd/swifttips-framework.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/unnamedd/swifttips-framework
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at aaa4278 moved files to modules
Cloned https://github.com/unnamedd/swifttips-framework.git
Revision (git rev-parse @):
aaa4278582c191ea4c426061827c71ac47f55b02
SUCCESS checkout https://github.com/unnamedd/swifttips-framework.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/unnamedd/swifttips-framework.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write tips-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling TipsCore GithubService.swift
[6/13] Emitting module TipsCore
[7/13] Compiling TipsCore Tip.swift
/Users/admin/builder/spi-builder-workspace/Sources/TipsCore/Models/Tip.swift:67:35: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
65 |
66 |             if values.count > 0 {
67 |                 comments = values.flatMap({ Comment($0.trimming()) })
   |                                   |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                   `- note: use 'compactMap(_:)' instead
68 |             }
69 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/13] Compiling TipsCore Tricks.swift
/Users/admin/builder/spi-builder-workspace/Sources/TipsCore/Tricks.swift:46:28: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
44 |         let content = listTips as NSString
45 |
46 |         let tips = results.flatMap { Tip(content, match: $0) }
   |                            |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                            `- note: use 'compactMap(_:)' instead
47 |         self.tips = tips
48 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/13] Compiling TipsCore Service.swift
[10/13] Compiling TipsCore Comment.swift
[11/15] Emitting module Tips
[12/15] Compiling Tips main.swift
[12/15] Write Objects.LinkFileList
[13/15] Linking tips
[14/15] Applying tips
Build complete! (4.06s)
warning: 'spi-builder-workspace': the target name Tips has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tips",
  "name" : "Tips",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "tips",
      "targets" : [
        "Tips"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TipsCore",
      "targets" : [
        "TipsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TipsTests",
      "module_type" : "SwiftTarget",
      "name" : "TipsTests",
      "path" : "Tests/TipsTests",
      "sources" : [
        "TipsTests.swift"
      ],
      "target_dependencies" : [
        "TipsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TipsCore",
      "module_type" : "SwiftTarget",
      "name" : "TipsCore",
      "path" : "Sources/TipsCore",
      "product_memberships" : [
        "tips",
        "TipsCore"
      ],
      "sources" : [
        "Models/Comment.swift",
        "Models/Tip.swift",
        "Services/GithubService.swift",
        "Services/Service.swift",
        "Tricks.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tips",
      "module_type" : "SwiftTarget",
      "name" : "Tips",
      "path" : "Sources/Tips",
      "product_memberships" : [
        "tips"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TipsCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
warning: 'spi-builder-workspace': the target name Tips has different case on the filesystem and the Package.swift manifest file
Done.