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 LRUCache, reference main (e0e9e0), with Swift 6.1 for macOS (SPM) on 5 Aug 2025 18:37:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicklockwood/LRUCache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/LRUCache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e0e9e03 Update for 1.1.2 release
Cloned https://github.com/nicklockwood/LRUCache.git
Revision (git rev-parse @):
e0e9e039b33db8f2ef39b8e25607e38f46b13584
SUCCESS checkout https://github.com/nicklockwood/LRUCache.git at main
========================================
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": "lrucache",
      "name": "LRUCache",
      "url": "https://github.com/nicklockwood/LRUCache.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LRUCache",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicklockwood/LRUCache.git
[4/311] Fetching lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.72s)
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at main (e0e9e03)
warning: '.resolve-product-dependencies': dependency 'lrucache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nicklockwood/LRUCache.git
https://github.com/nicklockwood/LRUCache.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LRUCache",
  "name" : "LRUCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LRUCache",
      "targets" : [
        "LRUCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LRUCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "LRUCacheTests",
      "path" : "Tests",
      "sources" : [
        "LRUCacheTests.swift",
        "LRUPerformanceTests.swift",
        "MetadataTests.swift"
      ],
      "target_dependencies" : [
        "LRUCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LRUCache",
      "module_type" : "SwiftTarget",
      "name" : "LRUCache",
      "path" : "Sources",
      "product_memberships" : [
        "LRUCache"
      ],
      "sources" : [
        "LRUCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/4] Emitting module LRUCache
[4/4] Compiling LRUCache LRUCache.swift
Build complete! (3.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LRUCache",
  "name" : "LRUCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LRUCache",
      "targets" : [
        "LRUCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LRUCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "LRUCacheTests",
      "path" : "Tests",
      "sources" : [
        "LRUCacheTests.swift",
        "LRUPerformanceTests.swift",
        "MetadataTests.swift"
      ],
      "target_dependencies" : [
        "LRUCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LRUCache",
      "module_type" : "SwiftTarget",
      "name" : "LRUCache",
      "path" : "Sources",
      "product_memberships" : [
        "LRUCache"
      ],
      "sources" : [
        "LRUCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.