The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-access-macro, reference main (441504), with Swift 6.1 for Wasm on 29 May 2025 16:27:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/romikabi/swift-access-macro.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/romikabi/swift-access-macro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 441504d update dependencies
Cloned https://github.com/romikabi/swift-access-macro.git
Revision (git rev-parse @):
441504d1f2146d57fc4a270118798c8086baa72a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/romikabi/swift-access-macro.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/romikabi/swift-access-macro.git
https://github.com/romikabi/swift-access-macro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    },
    {
      "identity" : "spimanifest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
    }
  ],
  "manifest_display_name" : "swift-access-macro",
  "name" : "swift-access-macro",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AccessMacro",
      "targets" : [
        "AccessMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SPIManifestGenerator",
      "targets" : [
        "SPIManifestGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AccessMacroClient",
      "targets" : [
        "AccessMacroClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AccessMacroImplementation",
      "targets" : [
        "AccessMacroImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SPIManifestGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SPIManifestGenerator",
      "path" : "Sources/SPIManifestGenerator",
      "product_dependencies" : [
        "SPIManifest"
      ],
      "product_memberships" : [
        "SPIManifestGenerator"
      ],
      "sources" : [
        "Generator.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AccessMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessMacroTests",
      "path" : "Tests/AccessMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AccessTests.swift"
      ],
      "target_dependencies" : [
        "AccessMacroImplementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AccessMacroImplementation",
      "module_type" : "SwiftTarget",
      "name" : "AccessMacroImplementation",
      "path" : "Sources/AccessMacroImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AccessMacro",
        "AccessMacroClient",
        "AccessMacroImplementation"
      ],
      "sources" : [
        "AccessMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AccessMacroClient",
      "module_type" : "SwiftTarget",
      "name" : "AccessMacroClient",
      "path" : "Sources/AccessMacroClient",
      "product_memberships" : [
        "AccessMacroClient"
      ],
      "sources" : [
        "ChildReducer.swift",
        "ParentReducer.swift"
      ],
      "target_dependencies" : [
        "AccessMacro"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AccessMacro",
      "module_type" : "SwiftTarget",
      "name" : "AccessMacro",
      "path" : "Sources/AccessMacro",
      "product_memberships" : [
        "AccessMacro",
        "AccessMacroClient"
      ],
      "sources" : [
        "Access.swift",
        "AccessType.swift"
      ],
      "target_dependencies" : [
        "AccessMacroImplementation"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/908] Fetching swift-macro-testing
[882/1784] Fetching swift-macro-testing, spimanifest
[1758/72236] Fetching swift-macro-testing, spimanifest, swift-syntax
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (4.90s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (4.90s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.96s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (8.84s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (1.78s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.17s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (1.66s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.18s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.81s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.66s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.56s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.11s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.49s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[1/1] Compiling plugin ValidatorPlugin
Building for debugging...
[1/50] Write sources
[19/50] Compiling writer.c
[20/50] Compiling reader.c
[21/50] Compiling api.c
[22/50] Compiling emitter.c
[23/50] Compiling parser.c
[24/50] Write swift-version-24593BA9C3E375BF.txt
[25/50] Compiling scanner.c
[27/72] Emitting module SwiftSyntax509
[28/72] Compiling SwiftSyntax509 Empty.swift
[29/73] Wrapping AST for SwiftSyntax509 for debugging
[31/118] Compiling SwiftSyntax AbsolutePosition.swift
[32/118] Compiling SwiftSyntax Assert.swift
[33/118] Compiling SwiftSyntax BumpPtrAllocator.swift
[34/118] Compiling SwiftSyntax CommonAncestor.swift
[35/118] Compiling SwiftSyntax Convenience.swift
[36/118] Compiling SwiftSyntax MemoryLayout.swift
[37/118] Compiling SwiftSyntax MissingNodeInitializers.swift
[39/124] Compiling SwiftSyntax SyntaxText.swift
[40/124] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[44/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[45/126] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[46/126] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[47/126] Compiling SwiftSyntax Trivia.swift
[48/126] Compiling SwiftSyntax Utils.swift
[49/126] Compiling SwiftSyntax TokenDiagnostic.swift
[50/126] Compiling SwiftSyntax TokenSyntax.swift
[51/126] Emitting module Yams
[55/126] Compiling SwiftSyntax RawSyntax.swift
[56/126] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[57/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/126] Compiling Yams YamlError.swift
[59/126] Compiling Yams YamlTagProviding.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin ValidatorPlugin
Building for debugging...
[1/26] Write swift-version-24593BA9C3E375BF.txt
[3/48] Compiling SwiftSyntax509 Empty.swift
[4/48] Emitting module SwiftSyntax509
[6/93] Compiling SwiftSyntax SyntaxChildren.swift
[7/93] Compiling SwiftSyntax SyntaxCollection.swift
[8/95] Compiling SwiftSyntax Syntax.swift
[9/95] Compiling SwiftSyntax SyntaxArena.swift
[10/95] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[11/95] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[12/95] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[13/95] Compiling SwiftSyntax RawSyntaxTokenView.swift
[14/95] Compiling SwiftSyntax SourceLength.swift
[15/95] Compiling SwiftSyntax SourceLocation.swift
[16/95] Emitting module Yams
[17/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/95] Compiling SwiftSyntax CommonAncestor.swift
[19/95] Compiling SwiftSyntax Convenience.swift
[20/95] Compiling Yams YamlError.swift
[21/95] Compiling Yams YamlTagProviding.swift
[22/95] Compiling SwiftSyntax RawSyntax.swift
[23/95] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[24/95] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[25/95] Compiling SwiftSyntax SourcePresence.swift
[26/95] Compiling SwiftSyntax AbsolutePosition.swift
[27/95] Compiling SwiftSyntax Assert.swift
BUILD FAILURE 6.1 wasm