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 3.3.0 (6b29b6), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 19:23:21 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: 3.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftORM/Storm
 * tag               3.3.0      -> FETCH_HEAD
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 3.3.0
========================================
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 PerfectLib Bytes.swift
[6/21] Compiling PerfectLib File.swift
[7/21] Emitting module PerfectLib
[8/21] Compiling PerfectLib Dir.swift
[9/21] Compiling SwiftMoment Operators.swift
[10/21] Compiling SwiftMoment MomentFromNow.swift
[11/21] Compiling SwiftMoment TimeUnit.swift
[12/21] Compiling PerfectLib PerfectServer.swift
[13/21] Compiling PerfectLib Log.swift
[14/21] Compiling PerfectLib PerfectError.swift
[15/21] Compiling PerfectLib JSONConvertible.swift
[16/21] Compiling PerfectLib SysProcess.swift
[17/21] Compiling PerfectLib Utilities.swift
[18/21] Compiling SwiftMoment Extensions.swift
[19/21] Compiling SwiftMoment Duration.swift
[20/21] Compiling SwiftMoment Moment.swift
[21/21] Emitting module SwiftMoment
[22/33] Compiling StORM StORMDataSourceOptions.swift
[23/34] Compiling StORM StORMProtocol.swift
[24/34] Compiling StORM StORMDataSource.swift
[25/34] Compiling StORM StORMJoins.swift
[26/34] Compiling StORM StORMDataSourceCredentials.swift
[27/34] Compiling StORM StORMError.swift
[28/34] 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>
[29/34] Compiling StORM StORMtResultSet.swift
[30/34] Compiling StORM StORMConnect.swift
[31/34] Compiling StORM StORMCursor.swift
[32/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>
[33/34] Compiling StORM Extract.swift
[34/34] Compiling StORM StORM.swift
Build complete! (11.13s)
Fetching https://github.com/iamjono/SwiftMoment.git
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/877] Fetching swiftmoment
[124/11661] Fetching swiftmoment, perfectlib
Fetched https://github.com/iamjono/SwiftMoment.git from cache (2.47s)
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.48s)
Computing version for https://github.com/iamjono/SwiftMoment.git
Computed https://github.com/iamjono/SwiftMoment.git at 1.3.0 (3.01s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (1.89s)
Creating working copy for https://github.com/iamjono/SwiftMoment.git
Working copy of https://github.com/iamjono/SwiftMoment.git resolved at 1.3.0
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
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.