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 SwiftFM, reference 2.3.2 (8fe239), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 18:39:51 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/starsite/SwiftFM.git
Reference: 2.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/starsite/SwiftFM
 * tag               2.3.2      -> FETCH_HEAD
HEAD is now at 8fe2399 DocC format fix
Cloned https://github.com/starsite/SwiftFM.git
Revision (git rev-parse @):
8fe23993049a8c695f25df59188a9e51c4afc414
SUCCESS checkout https://github.com/starsite/SwiftFM.git at 2.3.2
========================================
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": "swiftfm",
      "name": "SwiftFM",
      "url": "https://github.com/starsite/SwiftFM.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFM",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/starsite/SwiftFM.git
[1/618] Fetching swiftfm
Fetched https://github.com/starsite/SwiftFM.git from cache (0.68s)
Creating working copy for https://github.com/starsite/SwiftFM.git
Working copy of https://github.com/starsite/SwiftFM.git resolved at 2.3.2 (8fe2399)
warning: '.resolve-product-dependencies': dependency 'swiftfm' 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/starsite/SwiftFM.git
https://github.com/starsite/SwiftFM.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFM",
  "name" : "SwiftFM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFM",
      "targets" : [
        "SwiftFM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFMTests",
      "path" : "Tests/SwiftFMTests",
      "sources" : [
        "SwiftFMTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFM",
      "path" : "Sources/SwiftFM",
      "product_memberships" : [
        "SwiftFM"
      ],
      "sources" : [
        "Codable Types/FMBool.swift",
        "Codable Types/FMDatabases.swift",
        "Codable Types/FMLayoutMetaData.swift",
        "Codable Types/FMLayouts.swift",
        "Codable Types/FMProduct.swift",
        "Codable Types/FMRecord.swift",
        "Codable Types/FMResult.swift",
        "Codable Types/FMScripts.swift",
        "Codable Types/FMSession.swift",
        "Extensions/DataExtension.swift",
        "Extensions/StringExtension.swift",
        "SwiftFM.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/14] Compiling SwiftFM DataExtension.swift
[4/14] Compiling SwiftFM FMScripts.swift
[5/14] Compiling SwiftFM FMResult.swift
[6/14] Compiling SwiftFM FMSession.swift
[7/14] Compiling SwiftFM FMRecord.swift
[8/14] Compiling SwiftFM StringExtension.swift
[9/14] Compiling SwiftFM FMLayoutMetaData.swift
[10/14] Compiling SwiftFM FMLayouts.swift
[11/14] Compiling SwiftFM FMBool.swift
[12/14] Compiling SwiftFM FMDatabases.swift
[13/14] Emitting module SwiftFM
[14/14] Compiling SwiftFM FMProduct.swift
[15/15] Compiling SwiftFM SwiftFM.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFM/SwiftFM.swift:246:17: warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure
 244 |
 245 |                 print("🔥 deleted token » \(token)")
 246 |                 completion(true)
     |                 |- warning: capture of 'completion' with non-sendable type '(Bool) -> Void' in a '@Sendable' closure
     |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 247 |
 248 |             default:
Build complete! (9.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFM",
  "name" : "SwiftFM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFM",
      "targets" : [
        "SwiftFM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFMTests",
      "path" : "Tests/SwiftFMTests",
      "sources" : [
        "SwiftFMTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFM",
      "path" : "Sources/SwiftFM",
      "product_memberships" : [
        "SwiftFM"
      ],
      "sources" : [
        "Codable Types/FMBool.swift",
        "Codable Types/FMDatabases.swift",
        "Codable Types/FMLayoutMetaData.swift",
        "Codable Types/FMLayouts.swift",
        "Codable Types/FMProduct.swift",
        "Codable Types/FMRecord.swift",
        "Codable Types/FMResult.swift",
        "Codable Types/FMScripts.swift",
        "Codable Types/FMSession.swift",
        "Extensions/DataExtension.swift",
        "Extensions/StringExtension.swift",
        "SwiftFM.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.