The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSerialization, reference main (a9cd82), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 09:36:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/SwiftyJSON/SwiftyJSON
[1/6267] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (1.19s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (1.86s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftserialization",
      "name": "SwiftSerialization",
      "url": "https://github.com/Andre-Pham/SwiftSerialization.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSerialization",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftyjson",
          "name": "SwiftyJSON",
          "url": "https://github.com/SwiftyJSON/SwiftyJSON",
          "version": "5.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSON",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Andre-Pham/SwiftSerialization.git
[1/296] Fetching swiftserialization
Fetched https://github.com/Andre-Pham/SwiftSerialization.git from cache (0.78s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON from cache
Fetched https://github.com/SwiftyJSON/SwiftyJSON from cache (0.50s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON
Computed https://github.com/SwiftyJSON/SwiftyJSON at 5.0.2 (0.56s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON
Working copy of https://github.com/SwiftyJSON/SwiftyJSON resolved at 5.0.2
Creating working copy for https://github.com/Andre-Pham/SwiftSerialization.git
Working copy of https://github.com/Andre-Pham/SwiftSerialization.git resolved at main (a9cd827)
warning: '.resolve-product-dependencies': dependency 'swiftserialization' is not used by any target
Found 1 product dependencies
  - SwiftyJSON
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Andre-Pham/SwiftSerialization.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Compiling SwiftyJSON SwiftyJSON.swift
[6/7] Compiling SwiftyJSON resource_bundle_accessor.swift
[7/7] Emitting module SwiftyJSON
[8/16] Compiling SwiftSerialization TestObjects.swift
[9/16] Compiling SwiftSerialization Metadata.swift
[10/16] Compiling SwiftSerialization Record.swift
[11/16] Compiling SwiftSerialization DatabaseTarget.swift
[12/16] Compiling SwiftSerialization Storable.swift
[13/16] Compiling SwiftSerialization SerializationDatabase.swift
[14/16] Compiling SwiftSerialization Legacy.swift
[15/16] Emitting module SwiftSerialization
[16/16] Compiling SwiftSerialization DataObject.swift
Build complete! (12.90s)
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.