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 StORM, reference master (6b29b6), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 19:25:27 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/SwiftORM/Storm.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftORM/Storm
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6b29b65 Switched back moment repo
Cloned https://github.com/SwiftORM/Storm.git
Revision (git rev-parse @):
6b29b65bae2b15c7c32c151141f9b3345ec7c881
SUCCESS checkout https://github.com/SwiftORM/Storm.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftORM/Storm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/21] Compiling SwiftMoment TimeUnit.swift
[6/21] Compiling SwiftMoment Operators.swift
[7/21] Compiling PerfectLib PerfectError.swift
[8/21] Compiling PerfectLib JSONConvertible.swift
[9/21] Compiling PerfectLib File.swift
[10/21] Compiling PerfectLib Bytes.swift
[11/21] Compiling PerfectLib Dir.swift
[12/21] Emitting module PerfectLib
[13/21] Compiling PerfectLib Log.swift
[14/21] Compiling PerfectLib PerfectServer.swift
[15/21] Compiling PerfectLib SysProcess.swift
[16/21] Compiling PerfectLib Utilities.swift
[17/21] Compiling SwiftMoment MomentFromNow.swift
[18/21] Compiling SwiftMoment Duration.swift
[19/21] Compiling SwiftMoment Extensions.swift
[20/21] Emitting module SwiftMoment
[21/21] Compiling SwiftMoment Moment.swift
[22/33] Compiling StORM StORMDataSource.swift
[23/33] Compiling StORM StORMProtocol.swift
[24/33] Compiling StORM StORMRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/StORM/StORMRow.swift:24:14: warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
22 |
23 | 	/// The idUUID is the container for a UUID ID value.
24 | 	var idUUID: UUID		= UUID()
   |              `- warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
25 |
26 | 	/// The idString is the container for a textual ID value.
/Users/admin/builder/spi-builder-workspace/Sources/StORM/StORMRow.swift:24:22: warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
22 |
23 | 	/// The idUUID is the container for a UUID ID value.
24 | 	var idUUID: UUID		= UUID()
   |                      `- warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
25 |
26 | 	/// The idString is the container for a textual ID value.
/Users/admin/builder/spi-builder-workspace/Sources/StORM/StORMRow.swift:44:24: warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
42 |
43 | 	/// Used to set the id value of the row if a UUID
44 | 	public func id(_ val: UUID) {
   |                        `- warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
45 | 		idType		= .UUID
46 | 		idUUID		= val
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/33] Compiling StORM StORMJoins.swift
[26/33] Compiling StORM StORMError.swift
[27/33] Compiling StORM StORMDataSourceCredentials.swift
[28/33] Compiling StORM StORMConnect.swift
[29/33] Compiling StORM StORMCursor.swift
[30/33] Compiling StORM StORMDataSourceOptions.swift
[31/34] Compiling StORM Extract.swift
[32/34] Compiling StORM StORM.swift
[33/34] Emitting module StORM
/Users/admin/builder/spi-builder-workspace/Sources/StORM/StORMRow.swift:24:14: warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
22 |
23 | 	/// The idUUID is the container for a UUID ID value.
24 | 	var idUUID: UUID		= UUID()
   |              `- warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
25 |
26 | 	/// The idString is the container for a textual ID value.
/Users/admin/builder/spi-builder-workspace/Sources/StORM/StORMRow.swift:24:22: warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
22 |
23 | 	/// The idUUID is the container for a UUID ID value.
24 | 	var idUUID: UUID		= UUID()
   |                      `- warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
25 |
26 | 	/// The idString is the container for a textual ID value.
/Users/admin/builder/spi-builder-workspace/Sources/StORM/StORMRow.swift:44:24: warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
42 |
43 | 	/// Used to set the id value of the row if a UUID
44 | 	public func id(_ val: UUID) {
   |                        `- warning: 'UUID' is deprecated: Use Foundation.UUID [#DeprecatedDeclaration]
45 | 		idType		= .UUID
46 | 		idUUID		= val
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/34] Compiling StORM StORMtResultSet.swift
Build complete! (11.33s)
Fetching https://github.com/iamjono/SwiftMoment.git
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/877] Fetching swiftmoment
[159/11661] Fetching swiftmoment, perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (3.09s)
Fetched https://github.com/iamjono/SwiftMoment.git from cache (3.09s)
Computing version for https://github.com/iamjono/SwiftMoment.git
Computed https://github.com/iamjono/SwiftMoment.git at 1.3.0 (3.58s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (1.87s)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
Creating working copy for https://github.com/iamjono/SwiftMoment.git
Working copy of https://github.com/iamjono/SwiftMoment.git resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "perfectlib",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/PerfectLib.git"
    },
    {
      "identity" : "swiftmoment",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iamjono/SwiftMoment.git"
    }
  ],
  "manifest_display_name" : "StORM",
  "name" : "StORM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StORM",
      "targets" : [
        "StORM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StORM",
      "module_type" : "SwiftTarget",
      "name" : "StORM",
      "path" : "Sources/StORM",
      "product_dependencies" : [
        "SwiftMoment",
        "PerfectLib"
      ],
      "product_memberships" : [
        "StORM"
      ],
      "sources" : [
        "Extract.swift",
        "StORM.swift",
        "StORMConnect.swift",
        "StORMCursor.swift",
        "StORMDataSource.swift",
        "StORMDataSourceCredentials.swift",
        "StORMDataSourceOptions.swift",
        "StORMError.swift",
        "StORMJoins.swift",
        "StORMProtocol.swift",
        "StORMRow.swift",
        "StORMtResultSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.