This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build AnnotationInject with Swift 6.0 (beta) for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/AnnotationInject.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/AnnotationInject
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 171b250 doc(README): Add doc to integrate AnnotationInject with Xcode+SPM (#20)
Cloned https://github.com/pjechris/AnnotationInject.git
Revision (git rev-parse @):
171b250e51fc7b1e7717fa3a80291b1be6d5c64c
SUCCESS checkout https://github.com/pjechris/AnnotationInject.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/pjechris/AnnotationInject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/9] Write sources
[1/9] Write annotationinject-cli-entitlement.plist
[1/9] Write sources
[5/9] Write swift-version-6F35C1178C84523A.txt
[7/72] Emitting module Swinject
[8/74] Compiling Swinject SynchronizedResolver.Arguments.swift
[9/74] Compiling Swinject SynchronizedResolver.swift
[10/74] Compiling Swinject UnavailableItems.swift
[11/74] Compiling Swinject _Resolver.swift
[12/74] Compiling SourceryRuntime AccessLevel.swift
[13/74] Compiling SourceryRuntime Annotations.swift
[14/74] Compiling SourceryRuntime AssociatedType.swift
[15/74] Compiling SourceryRuntime Attribute.swift
[16/74] Emitting module AnnotationCLI
[17/74] Compiling AnnotationCLI main.swift
[18/74] Compiling Swinject Container.swift
[19/74] Compiling Swinject DebugHelper.swift
[20/74] Compiling Swinject FunctionType.swift
[21/74] Compiling SourceryRuntime ProtocolComposition.swift
[22/74] Compiling SourceryRuntime Struct.swift
[23/74] Compiling Swinject Container.Arguments.swift
[24/74] Compiling Swinject Container.Logging.swift
[25/74] Compiling SourceryRuntime Definition.swift
[25/74] Write Objects.LinkFileList
[31/74] Compiling SourceryRuntime Class.swift
[33/74] Compiling SourceryRuntime Method.swift
[34/74] Compiling SourceryRuntime Modifier.swift
[35/74] Compiling Swinject GraphIdentifier.swift
[36/74] Compiling Swinject InstanceStorage.swift
[37/74] Compiling Swinject ServiceEntry.TypeForwarding.swift
[38/74] Compiling Swinject ServiceEntry.swift
[40/78] Compiling SourceryRuntime TypeName.swift
[41/78] Compiling SourceryRuntime Typed.swift
[42/78] Compiling SourceryRuntime Typealias.swift
[55/78] Compiling SourceryRuntime Variable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Array+Parallel.swift:21:17: error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
19 |         return result.withUnsafeMutableBufferPointer { buffer in
20 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
21 |                 buffer[idx] = transform(self[idx])
   |                 `- error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
22 |             }
23 |             return buffer.map { $0! }
[56/78] Compiling SourceryRuntime Array+Parallel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Array+Parallel.swift:21:17: error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
19 |         return result.withUnsafeMutableBufferPointer { buffer in
20 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
21 |                 buffer[idx] = transform(self[idx])
   |                 `- error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
22 |             }
23 |             return buffer.map { $0! }
[57/78] Compiling SourceryRuntime BytesRange.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Array+Parallel.swift:21:17: error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
19 |         return result.withUnsafeMutableBufferPointer { buffer in
20 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
21 |                 buffer[idx] = transform(self[idx])
   |                 `- error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
22 |             }
23 |             return buffer.map { $0! }
[58/78] Compiling SourceryRuntime Composer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Sourcery/SourceryRuntime/Sources/Array+Parallel.swift:21:17: error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
19 |         return result.withUnsafeMutableBufferPointer { buffer in
20 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
21 |                 buffer[idx] = transform(self[idx])
   |                 `- error: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code
22 |             }
23 |             return buffer.map { $0! }
[59/78] Compiling SourceryRuntime Coding.generated.swift
[60/78] Compiling SourceryRuntime Description.generated.swift
[61/78] Compiling SourceryRuntime Diffable.generated.swift
[62/78] Compiling SourceryRuntime Equality.generated.swift
[63/78] Compiling SourceryRuntime Diffable.swift
[64/78] Compiling SourceryRuntime Extensions.swift
[65/78] Compiling SourceryRuntime FileParserResult.swift
[66/78] Compiling SourceryRuntime AutoHashable.generated.swift
[67/78] Emitting module SourceryRuntime
[73/78] Compiling SourceryRuntime JSExport.generated.swift
[74/78] Compiling SourceryRuntime Typed.generated.swift
[75/78] Compiling SourceryRuntime Log.swift
[76/78] Compiling SourceryRuntime TemplateContext.swift
[76/78] Linking annotationinject-cli
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/Swinject/Swinject.git
[1/2095] Fetching aexml
[190/3683] Fetching aexml, commander
[381/4192] Fetching aexml, commander, komondor
[1125/13253] Fetching aexml, commander, komondor, swinject
[1317/22590] Fetching aexml, commander, komondor, swinject, yams
[2209/27779] Fetching aexml, commander, komondor, swinject, yams, stencil
[20124/46419] Fetching aexml, commander, komondor, swinject, yams, stencil, nimble
Fetched https://github.com/kylef/Commander.git from cache (1.93s)
Fetched https://github.com/tadija/AEXML from cache (1.94s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/SwiftGen/StencilSwiftKit.git
Fetched https://github.com/jpsim/Yams.git from cache (1.94s)
Fetching https://github.com/krzysztofzablocki/Sourcery
[26503/33399] Fetching komondor, swinject, stencil, nimble
Fetched https://github.com/stencilproject/Stencil.git from cache (2.48s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetched https://github.com/Quick/Nimble from cache (2.48s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetched https://github.com/shibapm/Komondor.git from cache (2.48s)
Fetching https://github.com/Quick/Quick
Fetched https://github.com/Swinject/Swinject.git from cache (2.48s)
Fetching https://github.com/apple/swift-syntax.git
[1/1021] Fetching spectre
[165/5029] Fetching spectre, stencilswiftkit
[1624/35181] Fetching spectre, stencilswiftkit, sourcery
[2831/35761] Fetching spectre, stencilswiftkit, sourcery, packageconfig
[2924/36717] Fetching spectre, stencilswiftkit, sourcery, packageconfig, shellout
[7400/51266] Fetching spectre, stencilswiftkit, sourcery, packageconfig, shellout, quick
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.93s)
Fetching https://github.com/tuist/xcodeproj
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.93s)
Fetching https://github.com/kylef/PathKit.git
[6009/49730] Fetching spectre, stencilswiftkit, sourcery, quick
[24883/110616] Fetching spectre, stencilswiftkit, sourcery, quick, swift-syntax
Fetched https://github.com/SwiftGen/StencilSwiftKit.git from cache (2.08s)
[20999/106608] Fetching spectre, sourcery, quick, swift-syntax
[24925/108019] Fetching spectre, sourcery, quick, swift-syntax, pathkit
[44573/128486] Fetching spectre, sourcery, quick, swift-syntax, pathkit, xcodeproj
Fetched https://github.com/kylef/Spectre.git from cache (3.22s)
Fetched https://github.com/krzysztofzablocki/Sourcery from cache (3.22s)
[90969/97313] Fetching quick, swift-syntax, pathkit, xcodeproj
Fetched https://github.com/tuist/xcodeproj from cache (2.13s)
Fetched https://github.com/kylef/PathKit.git from cache (2.13s)
Fetched https://github.com/Quick/Quick from cache (3.16s)
Computing version for https://github.com/Quick/Quick
Fetched https://github.com/apple/swift-syntax.git from cache (3.16s)
Computed https://github.com/Quick/Quick at 2.1.0 (0.75s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.0.2 (0.70s)
Computing version for https://github.com/krzysztofzablocki/Sourcery
Computed https://github.com/krzysztofzablocki/Sourcery at 1.8.0 (0.74s)
Computing version for https://github.com/Swinject/Swinject.git
Computed https://github.com/Swinject/Swinject.git at 2.6.2 (0.69s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (0.88s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.3.1 (0.67s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.8.0 (0.73s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.01s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (2.42s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.67s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.67s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.14.1 (0.68s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.0 (0.66s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.69s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.2.0 (0.66s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 0.13.0 (0.65s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/krzysztofzablocki/Sourcery
Working copy of https://github.com/krzysztofzablocki/Sourcery resolved at 1.8.0
Creating working copy for https://github.com/Swinject/Swinject.git
Working copy of https://github.com/Swinject/Swinject.git resolved at 2.6.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit.git
Working copy of https://github.com/SwiftGen/StencilSwiftKit.git resolved at 2.8.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 0.13.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.0.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.0
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 8.3.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 2.1.0
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.6.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.2.0
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.14.1
[5503/20579159] Downloading https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
Downloading binary artifact https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
[20611927/46761281] Downloading https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip, https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
Downloading binary artifact https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip (1.96s)
Downloaded https://github.com/keith/StaticInternalSwiftSyntaxParser/releases/download/5.6/lib_InternalSwiftSyntaxParser.xcframework.zip (2.24s)
warning: 'spi-builder-workspace': Invalid Resource 'Templates': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Scripts': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Sources': File not found.
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.