The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftAccounting, reference 0.9.0 (fdb24e), with Swift 6.3 for macOS (SPM) on 1 May 2026 13:13:00 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/m34dev/SwiftAccounting.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/m34dev/SwiftAccounting
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at fdb24e1 Fixed complier condition
Cloned https://github.com/m34dev/SwiftAccounting.git
Revision (git rev-parse @):
fdb24e1f5d5b804b425f68c8ed53c8d9a0ab9420
SUCCESS checkout https://github.com/m34dev/SwiftAccounting.git at 0.9.0
========================================
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": "swiftaccounting",
      "name": "SwiftAccounting",
      "url": "https://github.com/m34dev/SwiftAccounting.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftAccounting",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/m34dev/SwiftAccounting.git
[1/217] Fetching swiftaccounting
Fetched https://github.com/m34dev/SwiftAccounting.git from cache (2.07s)
Creating working copy for https://github.com/m34dev/SwiftAccounting.git
Working copy of https://github.com/m34dev/SwiftAccounting.git resolved at 0.9.0 (fdb24e1)
warning: '.resolve-product-dependencies': dependency 'swiftaccounting' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/m34dev/SwiftAccounting.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Copying pcg_20250101.pdf
[0/12] Copying pcg_20240101.pdf
[1/12] Copying recueil_20240101.pdf
[1/12] Copying recueil_20260101.pdf
[2/12] Copying pcg_2025.json
[2/12] Write sources
[2/12] Copying pcg_2024.json
[3/12] Copying pcg_20260101.pdf
[7/12] Copying recueil_20250101.pdf
[9/12] Copying pcg_2026.json
[9/12] Copying Info.plist
[11/12] Write swift-version--6988338F2F200930.txt
[13/21] Emitting module SwiftAccounting
[14/21] Compiling SwiftAccounting AccountingAccount.swift
macro expansion @Observable:1:33: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/AccountingAccount.swift:71:1: note: expanded code originates here
23 |
24 | #if os(iOS) || os(macOS) || os(watchOS) || os(tvOS) || os(visionOS)
25 | @Observable
   | |- note: in expansion of macro 'Observable' on class 'AccountingAccount' here
   | |- note: in expansion of macro 'Observable' on class 'AccountingAccount' here
   | `- note: in expansion of macro 'Observable' on class 'AccountingAccount' here
26 | #endif
27 | public final class AccountingAccount: Decodable, AccountingObject {
   :
69 |     }
70 |
71 | }
   +--- macro expansion @Observable ------------------------------------
   | 1 | @ObservationIgnored private let _$observationRegistrar = Observation.ObservationRegistrar()
   |   |                                 |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
   |   |                                 |- note: set the initial value via the initializer or explicitly define a CodingKeys enum without a '_$observationRegistrar' case to silence this warning
   |   |                                 `- note: make the property mutable instead
   | 2 |
   | 3 | internal nonisolated func access<$s15SwiftAccounting0B7Account10ObservablefMm_6MemberfMu_>(
   +--------------------------------------------------------------------
72 |
[15/21] Compiling SwiftAccounting AccountingAuthorityANC.swift
[16/21] Compiling SwiftAccounting PCGFRParser.swift
[17/21] Compiling SwiftAccounting AccountingPlanPCGFR.swift
[18/21] Compiling SwiftAccounting AccountingPlan.swift
[19/21] Compiling SwiftAccounting AccountingAuthority.swift
[20/21] Compiling SwiftAccounting AccountingObject.swift
[21/21] Compiling SwiftAccounting resource_bundle_accessor.swift
Build complete! (5.72s)
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2025/pcg_2025.schema.json
    /Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2024/pcg_2024.schema.json
    /Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2026/pcg_2026.schema.json
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAccounting",
  "name" : "SwiftAccounting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAccounting",
      "targets" : [
        "SwiftAccounting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftAccountingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAccountingTests",
      "path" : "Tests/SwiftAccountingTests",
      "sources" : [
        "SwiftAccountingTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAccounting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAccounting",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAccounting",
      "path" : "Sources/SwiftAccounting",
      "product_memberships" : [
        "SwiftAccounting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2024/pcg_2024.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2024/pcg_20240101.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2024/recueil_20240101.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2025/pcg_2025.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2025/pcg_20250101.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2025/recueil_20250101.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2026/pcg_2026.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2026/pcg_20260101.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftAccounting/PCGFR/2026/recueil_20260101.pdf",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccountingAccount.swift",
        "AccountingAuthority.swift",
        "AccountingAuthorityANC.swift",
        "AccountingObject.swift",
        "AccountingPlan.swift",
        "PCGFR/AccountingPlanPCGFR.swift",
        "PCGFR/PCGFRParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.