The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Tips, reference 0.1.0 (aaa427), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:23:38 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/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
========================================
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": "swifttips-framework",
      "name": "Tips",
      "url": "https://github.com/unnamedd/swifttips-framework.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swifttips-framework",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/unnamedd/swifttips-framework.git
[1/126] Fetching swifttips-framework
Fetched https://github.com/unnamedd/swifttips-framework.git from cache (0.59s)
Creating working copy for https://github.com/unnamedd/swifttips-framework.git
Working copy of https://github.com/unnamedd/swifttips-framework.git resolved at 0.1.0 (aaa4278)
warning: 'swifttips-framework': the target name Tips has different case on the filesystem and the Package.swift manifest file
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/unnamedd/swifttips-framework.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write tips-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[5/13] Compiling TipsCore Service.swift
[6/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>
[7/13] Compiling TipsCore GithubService.swift
[8/13] Emitting module TipsCore
[9/13] Compiling TipsCore Comment.swift
[10/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>
[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! (5.17s)
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.