The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSerialization, reference main (a9cd82), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 08:00:17 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/Andre-Pham/SwiftSerialization.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Andre-Pham/SwiftSerialization
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a9cd827 update README
Cloned https://github.com/Andre-Pham/SwiftSerialization.git
Revision (git rev-parse @):
a9cd82747a84ae1e0ae26a15367ea5bee128e8d3
SUCCESS checkout https://github.com/Andre-Pham/SwiftSerialization.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Andre-Pham/SwiftSerialization.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
[0/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[6/7] Emitting module SwiftyJSON
[7/7] Compiling SwiftyJSON SwiftyJSON.swift
[8/16] Compiling SwiftSerialization Storable.swift
[9/16] Compiling SwiftSerialization DatabaseTarget.swift
[10/16] Compiling SwiftSerialization TestObjects.swift
[11/16] Compiling SwiftSerialization Metadata.swift
[12/16] Compiling SwiftSerialization SerializationDatabase.swift
[13/16] Compiling SwiftSerialization Legacy.swift
[14/16] Compiling SwiftSerialization Record.swift
[15/16] Compiling SwiftSerialization DataObject.swift
[16/16] Emitting module SwiftSerialization
Build complete! (12.06s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6196] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.18s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (1.73s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON"
    }
  ],
  "manifest_display_name" : "SwiftSerialization",
  "name" : "SwiftSerialization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSerialization",
      "targets" : [
        "SwiftSerialization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSerializationTests",
      "path" : "Tests/SwiftSerializationTests",
      "sources" : [
        "DataObjectTests.swift",
        "DatabaseTargetTests.swift",
        "LegacyTests.swift",
        "ThreadingTests.swift",
        "TransactionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSerialization",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSerialization",
      "path" : "Sources/SwiftSerialization",
      "product_dependencies" : [
        "SwiftyJSON"
      ],
      "product_memberships" : [
        "SwiftSerialization"
      ],
      "sources" : [
        "Data/DataObject.swift",
        "Data/Legacy.swift",
        "Data/Storable.swift",
        "Database/Database Targets/SQLite/SerializationDatabase.swift",
        "Database/DatabaseTarget.swift",
        "Database/Metadata.swift",
        "Database/Record.swift",
        "Testing/TestObjects.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.