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 KeyPathKit, reference 1.6.1 (7d7728), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 18:01:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vincent-pradeilles/KeyPathKit.git
Reference: 1.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vincent-pradeilles/KeyPathKit
 * tag               1.6.1      -> FETCH_HEAD
HEAD is now at 7d77281 Update to version 1.6.1
Cloned https://github.com/vincent-pradeilles/KeyPathKit.git
Revision (git rev-parse @):
7d7728142a7f80f7d0ad396d153389ab5dde23ae
SUCCESS checkout https://github.com/vincent-pradeilles/KeyPathKit.git at 1.6.1
========================================
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",
  "dependencies": [
    {
      "identity": "keypathkit",
      "name": "KeyPathKit",
      "url": "https://github.com/vincent-pradeilles/KeyPathKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeyPathKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vincent-pradeilles/KeyPathKit.git
[1/554] Fetching keypathkit
Fetched https://github.com/vincent-pradeilles/KeyPathKit.git from cache (0.79s)
Creating working copy for https://github.com/vincent-pradeilles/KeyPathKit.git
Working copy of https://github.com/vincent-pradeilles/KeyPathKit.git resolved at 1.6.1 (7d77281)
warning: '.resolve-product-dependencies': dependency 'keypathkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/vincent-pradeilles/KeyPathKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/33] Emitting module KeyPathKit
[4/36] Compiling KeyPathKit filterPredicate.swift
[5/36] Compiling KeyPathKit firstPredicate.swift
[6/36] Compiling KeyPathKit prefixPredicate.swift
[7/36] Compiling KeyPathKit KeyPathSingleTypePredicate.swift
[8/36] Compiling KeyPathKit containsPredicate.swift
[9/36] Compiling KeyPathKit dropPredicate.swift
[10/36] Compiling KeyPathKit DoubleTypePredicate+Operators.swift
[11/36] Compiling KeyPathKit DoubleTypePredicate.swift
[12/36] Compiling KeyPathKit joinPredicate.swift
[13/36] Compiling KeyPathKit and.swift
[14/36] Compiling KeyPathKit min.swift
[15/36] Compiling KeyPathKit or.swift
[16/36] Compiling KeyPathKit prefix.swift
[17/36] Compiling KeyPathKit average.swift
[18/36] Compiling KeyPathKit between.swift
[19/36] Compiling KeyPathKit contains.swift
[20/36] Compiling KeyPathKit distinct.swift
[21/36] Compiling KeyPathKit filterLike.swift
[22/36] Compiling KeyPathKit filterMore.swift
[23/36] Compiling KeyPathKit first.swift
[24/36] Compiling KeyPathKit flatMap.swift
[25/36] Compiling KeyPathKit groupBy.swift
[26/36] Compiling KeyPathKit join.swift
[27/36] Compiling KeyPathKit drop.swift
[28/36] Compiling KeyPathKit filter.swift
[29/36] Compiling KeyPathKit filterIn.swift
[30/36] Compiling KeyPathKit filterLess.swift
[31/36] Compiling KeyPathKit sorted.swift
[32/36] Compiling KeyPathKit sum.swift
[33/36] Compiling KeyPathKit KeyPathSingleTypePredicate+Operators.swift
[34/36] Compiling KeyPathKit map.swift
[35/36] Compiling KeyPathKit mapTo.swift
[36/36] Compiling KeyPathKit max.swift
Build complete! (19.10s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeyPathKit",
  "name" : "KeyPathKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyPathKit",
      "targets" : [
        "KeyPathKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyPathKit",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathKit",
      "path" : "Sources",
      "product_memberships" : [
        "KeyPathKit"
      ],
      "sources" : [
        "DoubleTypePredicate/DoubleTypePredicate+Operators.swift",
        "DoubleTypePredicate/DoubleTypePredicate.swift",
        "DoubleTypePredicate/joinPredicate.swift",
        "Operators/and.swift",
        "Operators/average.swift",
        "Operators/between.swift",
        "Operators/contains.swift",
        "Operators/distinct.swift",
        "Operators/drop.swift",
        "Operators/filter.swift",
        "Operators/filterIn.swift",
        "Operators/filterLess.swift",
        "Operators/filterLike.swift",
        "Operators/filterMore.swift",
        "Operators/first.swift",
        "Operators/flatMap.swift",
        "Operators/groupBy.swift",
        "Operators/join.swift",
        "Operators/map.swift",
        "Operators/mapTo.swift",
        "Operators/max.swift",
        "Operators/min.swift",
        "Operators/or.swift",
        "Operators/prefix.swift",
        "Operators/sorted.swift",
        "Operators/sum.swift",
        "SingleTypePredicate/KeyPathSingleTypePredicate+Operators.swift",
        "SingleTypePredicate/KeyPathSingleTypePredicate.swift",
        "SingleTypePredicate/containsPredicate.swift",
        "SingleTypePredicate/dropPredicate.swift",
        "SingleTypePredicate/filterPredicate.swift",
        "SingleTypePredicate/firstPredicate.swift",
        "SingleTypePredicate/prefixPredicate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.