Build Information
Successful build of SwiftPropertyLaws, reference main (eeef84), with Swift 6.3 for macOS (SPM) on 5 May 2026 07:37:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Joseph-Cursio/SwiftPropertyLaws.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Joseph-Cursio/SwiftPropertyLaws
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at eeef84e docs(CLAUDE.md): rename SwiftProtocolLaws → SwiftPropertyLaws (mechanical pass 3/3)
Cloned https://github.com/Joseph-Cursio/SwiftPropertyLaws.git
Revision (git rev-parse @):
eeef84eb1285c0ff75516d1e781841ac86a22014
SUCCESS checkout https://github.com/Joseph-Cursio/SwiftPropertyLaws.git at main
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/x-sheep/swift-property-based.git
[1/1261] Fetching swift-property-based
Fetched https://github.com/x-sheep/swift-property-based.git from cache (0.78s)
[1/75045] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (9.69s)
Computing version for https://github.com/x-sheep/swift-property-based.git
Computed https://github.com/x-sheep/swift-property-based.git at 1.2.0 (0.59s)
Creating working copy for https://github.com/x-sheep/swift-property-based.git
Working copy of https://github.com/x-sheep/swift-property-based.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
========================================
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": "swiftpropertylaws",
"name": "SwiftPropertyLaws",
"url": "https://github.com/Joseph-Cursio/SwiftPropertyLaws.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftPropertyLaws",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-property-based",
"name": "PropertyBased",
"url": "https://github.com/x-sheep/swift-property-based.git",
"version": "1.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-property-based",
"traits": [
"EnableShrinking"
],
"dependencies": [
]
},
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax.git",
"version": "600.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Joseph-Cursio/SwiftPropertyLaws.git
[1/1557] Fetching swiftpropertylaws
Fetched https://github.com/Joseph-Cursio/SwiftPropertyLaws.git from cache (1.01s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/x-sheep/swift-property-based.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.49s)
Fetched https://github.com/x-sheep/swift-property-based.git from cache (2.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.57s)
Computing version for https://github.com/x-sheep/swift-property-based.git
Computed https://github.com/x-sheep/swift-property-based.git at 1.2.0 (0.04s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/Joseph-Cursio/SwiftPropertyLaws.git
Working copy of https://github.com/Joseph-Cursio/SwiftPropertyLaws.git resolved at main (eeef84e)
Creating working copy for https://github.com/x-sheep/swift-property-based.git
Working copy of https://github.com/x-sheep/swift-property-based.git resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'swiftpropertylaws' is not used by any target
Found 2 product dependencies
- PropertyBased
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Joseph-Cursio/SwiftPropertyLaws.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:36:59: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
34 | let tool = try context.tool(named: "PropertyLawDiscoveryTool")
35 | let process = Process()
36 | process.executableURL = URL(fileURLWithPath: tool.path.string)
| |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
| `- note: use 'url' instead
37 | var toolArgs: [String] = [
38 | "--target", target,
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:36:64: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
34 | let tool = try context.tool(named: "PropertyLawDiscoveryTool")
35 | let process = Process()
36 | process.executableURL = URL(fileURLWithPath: tool.path.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
37 | var toolArgs: [String] = [
38 | "--target", target,
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:67:40: warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
65 | /// doesn't exist; commit 5 will create the dir if missing.
66 | private func defaultOutputPath(for target: Target, in context: PluginContext) -> String {
67 | let testsDir = context.package.directory
| |- warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
| `- note: use 'directoryURL' instead
68 | .appending(["Tests", "\(target.name)Tests"])
69 | return testsDir.appending(["PropertyLawTests.generated.swift"]).string
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:68:14: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
66 | private func defaultOutputPath(for target: Target, in context: PluginContext) -> String {
67 | let testsDir = context.package.directory
68 | .appending(["Tests", "\(target.name)Tests"])
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
69 | return testsDir.appending(["PropertyLawTests.generated.swift"]).string
70 | }
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:69:25: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
67 | let testsDir = context.package.directory
68 | .appending(["Tests", "\(target.name)Tests"])
69 | return testsDir.appending(["PropertyLawTests.generated.swift"]).string
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
70 | }
71 |
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:69:73: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
67 | let testsDir = context.package.directory
68 | .appending(["Tests", "\(target.name)Tests"])
69 | return testsDir.appending(["PropertyLawTests.generated.swift"]).string
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
70 | }
71 |
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:75:26: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
73 | guard let sourceModuleTarget = target as? SourceModuleTarget else { return [] }
74 | return sourceModuleTarget.sourceFiles
75 | .filter { $0.path.extension == "swift" }
| |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
| `- note: use 'url' instead
76 | .map { $0.path.string }
77 | .sorted()
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:75:31: warning: 'extension' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
73 | guard let sourceModuleTarget = target as? SourceModuleTarget else { return [] }
74 | return sourceModuleTarget.sourceFiles
75 | .filter { $0.path.extension == "swift" }
| `- warning: 'extension' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
76 | .map { $0.path.string }
77 | .sorted()
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:76:23: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
74 | return sourceModuleTarget.sourceFiles
75 | .filter { $0.path.extension == "swift" }
76 | .map { $0.path.string }
| |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
| `- note: use 'url' instead
77 | .sorted()
78 | }
/Users/admin/builder/spi-builder-workspace/Plugins/PropertyLawDiscoveryPlugin/plugin.swift:76:28: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
74 | return sourceModuleTarget.sourceFiles
75 | .filter { $0.path.extension == "swift" }
76 | .map { $0.path.string }
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
77 | .sorted()
78 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin PropertyLawDiscoveryPlugin
Building for debugging...
[1/44] Write sources
[26/44] Write PropertyLawDiscoveryTool-tool-entitlement.plist
[28/44] Write PropertyLawDiscoveryTool-entitlement.plist
[28/44] Write sources
[33/44] Compiling _SwiftSyntaxCShims dummy.c
[35/44] Write swift-version--6988338F2F200930.txt
[37/126] Compiling SwiftSyntax600 Empty.swift
[38/126] Emitting module SwiftSyntax600
[39/126] Compiling SwiftSyntax510 Empty.swift
[40/126] Compiling SwiftSyntax509 Empty.swift
[41/126] Emitting module SwiftSyntax510
[42/126] Emitting module SwiftSyntax509
[43/126] Compiling SwiftSyntax510 Empty.swift
[44/126] Emitting module SwiftSyntax510
[45/126] Compiling SwiftSyntax509 Empty.swift
[46/126] Emitting module SwiftSyntax509
[47/126] Compiling SwiftSyntax600 Empty.swift
[48/126] Emitting module SwiftSyntax600
[49/126] Compiling PropertyLawCore MemberwiseEmitter.swift
[51/126] Compiling PropertyLawCore GeneratorExpressionEmitter.swift
[52/126] Compiling PropertyLawCore KnownProtocol.swift
[53/126] Compiling PropertyLawCore GeneratorExpressionEmitter.swift
[54/126] Compiling PropertyLawCore KnownProtocol.swift
[55/126] Emitting module PropertyLawCore
[56/126] Compiling PropertyLawCore DerivationStrategy.swift
[57/126] Emitting module PropertyLawCore
[58/126] Compiling PropertyLawCore DerivationStrategy.swift
[59/256] Compiling SwiftSyntax SyntaxProtocol.swift
[60/256] Compiling SwiftSyntax SyntaxText.swift
[61/256] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[62/256] Compiling SwiftSyntax TokenDiagnostic.swift
[63/256] Compiling SwiftSyntax TokenSequence.swift
[64/256] Compiling SwiftSyntax TokenSyntax.swift
[65/256] Compiling SwiftSyntax Trivia.swift
[66/263] Compiling SwiftSyntax SyntaxCollections.swift
[67/263] Compiling SwiftSyntax SyntaxEnum.swift
[68/263] Compiling SwiftSyntax SyntaxKind.swift
[69/263] Compiling SwiftSyntax SyntaxRewriter.swift
[70/263] Compiling SwiftSyntax SyntaxTraits.swift
[71/263] Compiling SwiftSyntax SyntaxVisitor.swift
[72/263] Compiling SwiftSyntax TokenKind.swift
[73/263] Compiling SwiftSyntax Identifier.swift
[74/263] Compiling SwiftSyntax MemoryLayout.swift
[75/263] Compiling SwiftSyntax MissingNodeInitializers.swift
[76/263] Compiling SwiftSyntax RawSyntax.swift
[77/263] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[78/263] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[79/263] Compiling SwiftSyntax RawSyntaxTokenView.swift
[80/263] Compiling SwiftSyntax AbsolutePosition.swift
[81/263] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[82/263] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[83/263] Compiling SwiftSyntax Assert.swift
[84/263] Compiling SwiftSyntax BumpPtrAllocator.swift
[85/263] Compiling SwiftSyntax CommonAncestor.swift
[86/263] Compiling SwiftSyntax Convenience.swift
[87/263] Compiling SwiftSyntax CustomTraits.swift
[88/270] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[89/270] Compiling SwiftSyntax SyntaxChildren.swift
[90/270] Compiling SwiftSyntax SyntaxCollection.swift
[91/270] Compiling SwiftSyntax SyntaxHashable.swift
[92/270] Compiling SwiftSyntax SyntaxIdentifier.swift
[93/270] Compiling SwiftSyntax SyntaxNodeFactory.swift
[94/270] Compiling SwiftSyntax SyntaxNodeStructure.swift
[99/270] Compiling SwiftSyntax SourceEdit.swift
[101/270] Compiling SwiftSyntax SourceLength.swift
[102/270] Compiling SwiftSyntax SourceLocation.swift
[103/270] Compiling SwiftSyntax SourcePresence.swift
[105/270] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[107/270] Compiling SwiftSyntax Syntax.swift
[108/270] Compiling SwiftSyntax SyntaxArena.swift
[109/270] Emitting module SwiftSyntax
[111/270] Compiling SwiftSyntax Tokens.swift
[112/270] Compiling SwiftSyntax TriviaPieces.swift
[113/270] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[114/270] Compiling SwiftSyntax RawSyntaxNodesC.swift
[115/270] Compiling SwiftSyntax RawSyntaxNodesD.swift
[116/270] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[117/270] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[130/273] Emitting module PropertyBased
[153/276] Compiling PropertyBased Shrink.swift
[154/276] Compiling PropertyBased Xoshiro.swift
[155/276] Compiling PropertyBased Zip.swift
[170/276] Compiling SwiftSyntax Utils.swift
[171/276] Compiling SwiftSyntax ChildNameForKeyPath.swift
[172/276] Compiling SwiftSyntax Keyword.swift
[173/276] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[174/276] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[175/276] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[176/276] Compiling SwiftSyntax SyntaxBaseNodes.swift
[177/276] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[178/276] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[179/276] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[180/276] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[181/276] Compiling SwiftSyntax RawSyntaxValidation.swift
[182/276] Compiling SwiftSyntax SyntaxNodesAB.swift
[183/276] Compiling SwiftSyntax SyntaxNodesC.swift
[240/276] Emitting module PropertyBased
[241/396] Compiling SwiftSyntax SyntaxNodesD.swift
[242/396] Compiling SwiftSyntax SyntaxNodesEF.swift
[243/396] Compiling SwiftSyntax SyntaxNodesGHI.swift
[244/396] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[245/396] Compiling SwiftSyntax SyntaxNodesOP.swift
[246/396] Compiling SwiftSyntax SyntaxNodesQRS.swift
[247/396] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[255/396] Compiling PropertyLawKit LawIdentifier.swift
[256/396] Compiling PropertyLawKit LawSelection.swift
[257/396] Compiling PropertyLawKit LawSuppression.swift
[258/396] Compiling PropertyLawKit PropertyLawViolation.swift
[259/396] Compiling PropertyLawKit Seed.swift
[260/396] Compiling PropertyLawKit SequenceLawOptions.swift
[261/396] Compiling PropertyLawKit StrictnessTier.swift
[262/396] Compiling PropertyLawKit SemilatticeLaws.swift
[263/396] Compiling PropertyLawKit SequenceLaws.swift
[269/496] Compiling SwiftBasicFormat InferIndentation.swift
[270/496] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[271/496] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[272/496] Compiling SwiftDiagnostics FixIt.swift
[273/496] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[274/496] Compiling SwiftDiagnostics Message.swift
[275/497] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[276/497] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[277/497] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[278/497] Compiling SwiftDiagnostics Diagnostic.swift
[279/497] Compiling SwiftDiagnostics Convenience.swift
[280/497] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[281/497] Emitting module SwiftDiagnostics
[282/497] Compiling SwiftDiagnostics Note.swift
[283/497] Compiling SwiftBasicFormat Syntax+Extensions.swift
[284/497] Emitting module SwiftBasicFormat
[285/497] Compiling SwiftBasicFormat BasicFormat.swift
[286/497] Compiling SwiftParser StringLiterals.swift
[287/497] Compiling SwiftParser SwiftParserCompatibility.swift
[288/497] Compiling SwiftParser SwiftVersion.swift
[289/497] Compiling SwiftParser SyntaxUtils.swift
[290/501] Compiling SwiftParser TopLevel.swift
[291/501] Compiling SwiftParser TriviaParser.swift
[292/501] Compiling SwiftParser Types.swift
[293/501] Compiling SwiftParser ExperimentalFeatures.swift
[294/501] Compiling SwiftParser TokenConsumer.swift
[295/501] Compiling SwiftParser TokenPrecedence.swift
[296/501] Compiling SwiftParser TokenSpec.swift
[297/501] Compiling SwiftParser TokenSpecSet.swift
[298/501] Compiling SwiftParser UnicodeScalarExtensions.swift
[299/501] Compiling SwiftParser Lookahead.swift
[300/501] Compiling SwiftParser LoopProgressCondition.swift
[301/501] Compiling SwiftParser Modifiers.swift
[302/501] Compiling SwiftParser Names.swift
[303/501] Compiling SwiftParser Patterns.swift
[304/501] Compiling SwiftParser Directives.swift
[305/501] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[306/501] Compiling SwiftParser Expressions.swift
[307/501] Compiling SwiftParser IncrementalParseTransition.swift
[317/505] Emitting module SwiftParser
[318/505] Compiling SwiftParser Recovery.swift
[319/505] Compiling SwiftParser Specifiers.swift
[320/505] Compiling SwiftParser Statements.swift
[321/505] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[322/505] Emitting module SwiftParser
[323/505] Compiling SwiftParser Attributes.swift
[324/505] Compiling SwiftParser Availability.swift
[325/505] Compiling SwiftParser CharacterInfo.swift
[326/505] Compiling SwiftParser CollectionNodes+Parsable.swift
[327/505] Compiling SwiftParser Declarations.swift
[328/505] Compiling SwiftParser Nominals.swift
[329/505] Compiling SwiftParser Parameters.swift
[337/517] Emitting module PropertyLawKit
[339/517] Compiling PropertyLawKit MutableCollectionLaws.swift
[340/517] Compiling PropertyLawKit NumericGenerators.swift
[341/517] Compiling PropertyLawKit NumericLaws.swift
[342/517] Compiling PropertyLawKit PropertyBackend.swift
[343/517] Compiling PropertyLawKit RandomAccessCollectionLaws.swift
[344/517] Compiling PropertyLawKit RangeReplaceableCollectionLaws.swift
[345/517] Compiling SwiftParser ParseSourceFile.swift
[346/517] Compiling SwiftParser Parser.swift
[363/517] Compiling SwiftParser IsValidIdentifier.swift
[369/517] Compiling PropertyLawKit ReplayEnvironmentMismatch.swift
[370/517] Compiling PropertyLawKit Semigroup.swift
[371/517] Compiling PropertyLawKit SemigroupLaws.swift
[372/517] Compiling PropertyLawKit Semilattice.swift
[375/517] Compiling PropertyLawKit RawRepresentableLaws.swift
[382/517] Compiling SwiftParser RegexLiteralLexer.swift
[383/517] Compiling SwiftParser IsLexerClassified.swift
[384/517] Compiling SwiftParser LayoutNodes+Parsable.swift
[385/517] Compiling SwiftParser Parser+TokenSpecSet.swift
[386/517] Compiling SwiftParser TokenSpecStaticMembers.swift
[387/517] Compiling PropertyLawKit MonoidLaws.swift
[411/517] Compiling SwiftParser Cursor.swift
[412/517] Compiling SwiftParser Lexeme.swift
[413/517] Compiling SwiftParser LexemeSequence.swift
[414/517] Compiling SwiftParser Lexer.swift
[477/560] Compiling PropertyLawKit SetAlgebraLaws.swift
[478/560] Compiling PropertyLawKit SignedIntegerLaws.swift
[479/560] Compiling PropertyLawKit SignedNumericLaws.swift
[480/560] Compiling PropertyLawKit StrideableLaws.swift
[481/560] Compiling PropertyLawKit StringProtocolLaws.swift
[482/560] Compiling PropertyLawKit UnsignedIntegerLaws.swift
[489/560] Compiling PropertyLawDiscoveryTool RoundTripSuggester.swift
[490/560] Compiling PropertyLawDiscoveryTool SuppressionParser.swift
[491/561] Compiling SwiftOperators Operator.swift
[492/562] Compiling SwiftOperators PrecedenceGroup.swift
[493/562] Compiling SwiftOperators PrecedenceGraph.swift
[494/562] Compiling SwiftOperators OperatorError+Diagnostics.swift
[495/562] Compiling PropertyLawDiscoveryTool SuppressionParser.swift
[496/563] Compiling SwiftOperators OperatorTable.swift
[497/563] Compiling PropertyLawDiscoveryTool RoundTripSuggester.swift
[498/563] Compiling PropertyLawDiscoveryTool RoundTripFinder.swift
[499/563] Emitting module SwiftOperators
[500/563] Compiling PropertyLawDiscoveryTool RoundTripFinder.swift
[501/563] Compiling PropertyLawDiscoveryTool PluginMemberInspector.swift
[502/563] Compiling PropertyLawDiscoveryTool AdvisorySuggester.swift
[503/563] Compiling PropertyLawDiscoveryTool ConformanceMap.swift
[504/563] Compiling PropertyLawDiscoveryTool GeneratedFileEmitter.swift
[505/563] Compiling PropertyLawDiscoveryTool ModuleScanner.swift
[506/563] Emitting module PropertyLawDiscoveryTool
[507/563] Compiling PropertyLawDiscoveryTool PropertyLawDiscoveryTool.swift
[508/563] Emitting module PropertyLawDiscoveryTool
[509/563] Compiling PropertyLawDiscoveryTool AdvisorySuggester.swift
[510/563] Compiling PropertyLawDiscoveryTool ConformanceMap.swift
[511/563] Compiling SwiftOperators SyntaxSynthesis.swift
[512/563] Compiling SwiftOperators OperatorTable+Semantics.swift
[513/563] Compiling SwiftOperators OperatorTable+Defaults.swift
[514/563] Compiling SwiftOperators OperatorError.swift
[515/563] Compiling SwiftOperators OperatorTable+Folding.swift
[516/563] Compiling PropertyLawDiscoveryTool WitnessFinder.swift
[516/563] Write Objects.LinkFileList
[518/563] Compiling PropertyLawDiscoveryTool WitnessFinder.swift
[519/563] Compiling PropertyLawDiscoveryTool PropertyLawDiscoveryTool.swift
[520/563] Compiling PropertyLawDiscoveryTool PluginMemberInspector.swift
[521/563] Compiling PropertyLawDiscoveryTool ModuleScanner.swift
[522/563] Compiling PropertyLawDiscoveryTool GeneratedFileEmitter.swift
[522/563] Write Objects.LinkFileList
[524/563] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[525/563] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[526/563] Compiling SwiftParserDiagnostics PresenceUtils.swift
[527/563] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[528/563] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[529/563] Compiling SwiftParserDiagnostics Utils.swift
[530/564] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[552/564] Compiling SwiftParserDiagnostics MissingNodesError.swift
[553/564] Compiling SwiftParserDiagnostics MissingTokenError.swift
[554/564] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[555/564] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[556/564] Emitting module SwiftParserDiagnostics
[557/564] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[558/564] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[558/579] Linking PropertyLawDiscoveryTool
[559/579] Linking PropertyLawDiscoveryTool-tool
[560/579] Applying PropertyLawDiscoveryTool
[561/579] Applying PropertyLawDiscoveryTool-tool
[563/579] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[564/579] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[565/579] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[566/579] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[567/579] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[568/579] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[569/579] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[570/579] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[571/579] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[572/579] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[573/580] Compiling SwiftSyntaxBuilder Indenter.swift
[574/580] Compiling SwiftSyntaxBuilder ListBuilder.swift
[575/580] Emitting module SwiftSyntaxBuilder
[576/580] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[577/580] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[578/580] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[579/598] Compiling SwiftSyntaxMacros MemberMacro.swift
[580/598] Compiling SwiftSyntaxMacros PeerMacro.swift
[581/598] Compiling SwiftSyntaxMacros PreambleMacro.swift
[582/599] Compiling SwiftSyntaxMacros Macro.swift
[583/599] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[584/599] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[585/599] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[586/599] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[587/599] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[588/599] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[589/599] Compiling SwiftSyntaxMacros Macro+Format.swift
[590/599] Compiling SwiftSyntaxMacros AttachedMacro.swift
[591/599] Compiling SwiftSyntaxMacros BodyMacro.swift
[592/599] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[593/599] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[594/599] Emitting module SwiftSyntaxMacros
[595/599] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[596/599] Compiling SwiftSyntaxMacros AccessorMacro.swift
[597/599] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[598/609] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[599/609] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[600/609] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[601/609] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[602/609] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[603/609] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[604/609] Emitting module SwiftSyntaxMacroExpansion
[605/609] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[606/609] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[607/609] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[608/621] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[609/621] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[610/621] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[611/621] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[612/621] Emitting module SwiftCompilerPluginMessageHandling
[613/621] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[614/621] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[615/621] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[616/621] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[617/621] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[618/621] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[619/621] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[620/622] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[621/624] Emitting module SwiftCompilerPlugin
[622/624] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[623/630] Emitting module PropertyLawMacroImpl
[624/630] Compiling PropertyLawMacroImpl PropertyLawSuiteMacro.swift
[625/630] Compiling PropertyLawMacroImpl MemberBlockInspector.swift
[626/630] Compiling PropertyLawMacroImpl Diagnostics.swift
[627/630] Compiling PropertyLawMacroImpl DiscoverableMacro.swift
[628/630] Compiling PropertyLawMacroImpl Plugin.swift
[628/630] Write Objects.LinkFileList
[629/630] Linking PropertyLawMacroImpl-tool
[631/634] Compiling PropertyLawMacro PropertyLawMacro.swift
[632/634] Emitting module PropertyLawMacro
[633/634] Compiling PropertyLawMacro PropertyLawMacro.swift
[634/634] Emitting module PropertyLawMacro
Build complete! (42.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-property-based",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/x-sheep/swift-property-based.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "SwiftPropertyLaws",
"name" : "SwiftPropertyLaws",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PropertyLawKit",
"targets" : [
"PropertyLawKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PropertyLawMacro",
"targets" : [
"PropertyLawMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PropertyLawCore",
"targets" : [
"PropertyLawCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PropertyLawDiscoveryTool",
"targets" : [
"PropertyLawDiscoveryTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "PropertyLawMacroImpl",
"targets" : [
"PropertyLawMacroImpl"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PropertyLawMacroTests",
"module_type" : "SwiftTarget",
"name" : "PropertyLawMacroTests",
"path" : "Tests/PropertyLawMacroTests",
"product_dependencies" : [
"PropertyBased",
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"DiagnosticsTests.swift",
"DiscoverableMacroTests.swift",
"EndToEndTests.swift",
"MacroExpansionMultiTypeTests.swift",
"MacroExpansionTests.swift"
],
"target_dependencies" : [
"PropertyLawMacro",
"PropertyLawMacroImpl",
"PropertyLawKit"
],
"type" : "test"
},
{
"c99name" : "PropertyLawMacroImpl",
"module_type" : "SwiftTarget",
"name" : "PropertyLawMacroImpl",
"path" : "Sources/PropertyLawMacroImpl",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics"
],
"product_memberships" : [
"PropertyLawMacro",
"PropertyLawMacroImpl"
],
"sources" : [
"Diagnostics.swift",
"DiscoverableMacro.swift",
"MemberBlockInspector.swift",
"Plugin.swift",
"PropertyLawSuiteMacro.swift"
],
"target_dependencies" : [
"PropertyLawCore"
],
"type" : "macro"
},
{
"c99name" : "PropertyLawMacro",
"module_type" : "SwiftTarget",
"name" : "PropertyLawMacro",
"path" : "Sources/PropertyLawMacro",
"product_memberships" : [
"PropertyLawMacro"
],
"sources" : [
"PropertyLawMacro.swift"
],
"target_dependencies" : [
"PropertyLawKit",
"PropertyLawMacroImpl"
],
"type" : "library"
},
{
"c99name" : "PropertyLawKitTests",
"module_type" : "SwiftTarget",
"name" : "PropertyLawKitTests",
"path" : "Tests/PropertyLawKitTests",
"product_dependencies" : [
"PropertyBased"
],
"sources" : [
"AdditiveArithmeticLawsTests.swift",
"BidirectionalCollectionLawsTests.swift",
"BinaryFloatingPointLawsTests.swift",
"BinaryIntegerLawsTests.swift",
"BudgetTests.swift",
"CaseIterableLawsTests.swift",
"CodableLawsTests.swift",
"CollectionLawsTests.swift",
"CommutativeMonoidLawsTests.swift",
"ComparableLawsTests.swift",
"CoverageHintsTests.swift",
"DownstreamPropertyBackendSmokeTests.swift",
"EnforcementTests.swift",
"EquatableLawsTests.swift",
"ErrorBoxTests.swift",
"FixedWidthIntegerLawsTests.swift",
"FloatingPointLawsTests.swift",
"GroupLawsTests.swift",
"HashableLawsTests.swift",
"Helpers/Generators.swift",
"Helpers/SeededValueType.swift",
"IdentifiableLawsTests.swift",
"IteratorProtocolLawsTests.swift",
"LawIdentifierTests.swift",
"LosslessStringConvertibleLawsTests.swift",
"MonoidLawsTests.swift",
"MutableCollectionLawsTests.swift",
"NearMissTests.swift",
"NumericLawsTests.swift",
"PlantedBugs/PlantedAdditiveArithmeticViolators.swift",
"PlantedBugs/PlantedBinaryIntegerViolators.swift",
"PlantedBugs/PlantedBugCollectionRefinementsDetectionTests.swift",
"PlantedBugs/PlantedBugCollectionsDetectionTests.swift",
"PlantedBugs/PlantedBugDetectionTests.swift",
"PlantedBugs/PlantedBugIntegerDetectionTests.swift",
"PlantedBugs/PlantedBugMonoidDetectionTests.swift",
"PlantedBugs/PlantedBugNumericDetectionTests.swift",
"PlantedBugs/PlantedBugSemigroupDetectionTests.swift",
"PlantedBugs/PlantedCaseIterableViolators.swift",
"PlantedBugs/PlantedCodableViolators.swift",
"PlantedBugs/PlantedCollectionRefinementsViolators.swift",
"PlantedBugs/PlantedCollectionViolators.swift",
"PlantedBugs/PlantedComparableViolators.swift",
"PlantedBugs/PlantedEquatableViolators.swift",
"PlantedBugs/PlantedFixedWidthIntegerViolators.swift",
"PlantedBugs/PlantedHashableViolators.swift",
"PlantedBugs/PlantedIdentifiableViolators.swift",
"PlantedBugs/PlantedIteratorViolators.swift",
"PlantedBugs/PlantedLosslessStringConvertibleViolators.swift",
"PlantedBugs/PlantedMonoidViolators.swift",
"PlantedBugs/PlantedNumericViolators.swift",
"PlantedBugs/PlantedRawRepresentableViolators.swift",
"PlantedBugs/PlantedSemigroupViolators.swift",
"PlantedBugs/PlantedSequenceViolators.swift",
"PlantedBugs/PlantedSetAlgebraViolators.swift",
"PlantedBugs/PlantedSignedIntegerViolators.swift",
"PlantedBugs/PlantedSignedNumericViolators.swift",
"PlantedBugs/PlantedStrideableViolators.swift",
"PlantedBugs/PlantedUnsignedIntegerViolators.swift",
"RandomAccessCollectionLawsTests.swift",
"RangeReplaceableCollectionLawsTests.swift",
"RawRepresentableLawsTests.swift",
"ReplayValidationTests.swift",
"SeedTests.swift",
"SemigroupLawsTests.swift",
"SemilatticeLawsTests.swift",
"SequenceLawsTests.swift",
"SetAlgebraLawsTests.swift",
"SignedNumericLawsTests.swift",
"StrideableLawsTests.swift",
"StringProtocolLawsTests.swift",
"SuppressionTests.swift"
],
"target_dependencies" : [
"PropertyLawKit"
],
"type" : "test"
},
{
"c99name" : "PropertyLawKit",
"module_type" : "SwiftTarget",
"name" : "PropertyLawKit",
"path" : "Sources/PropertyLawKit",
"product_dependencies" : [
"PropertyBased"
],
"product_memberships" : [
"PropertyLawKit",
"PropertyLawMacro"
],
"sources" : [
"Internal/AggregateDriver.swift",
"Internal/Backends/SwiftPropertyBasedBackend.swift",
"Internal/CoverageAccumulator.swift",
"Internal/LawSuppressionPolicy.swift",
"Internal/NearMissCollector.swift",
"Internal/PerLawDriver.swift",
"Internal/ReplayEnvironmentValidator.swift",
"Internal/ViolationFormatter.swift",
"Model/CheckResult.swift",
"Model/CodableCodec.swift",
"Model/CodableLawConfig.swift",
"Model/CodableRoundTripMode.swift",
"Model/EnforcementMode.swift",
"Model/Environment.swift",
"Model/LawCheckOptions.swift",
"Model/LawIdentifier.swift",
"Model/LawSelection.swift",
"Model/LawSuppression.swift",
"Model/PropertyLawViolation.swift",
"Model/Seed.swift",
"Model/SequenceLawOptions.swift",
"Model/StrictnessTier.swift",
"Model/TrialBudget.swift",
"PropertyLawKit.swift",
"Public/AdditiveArithmeticLaws.swift",
"Public/BidirectionalCollectionLaws.swift",
"Public/BinaryFloatingPointLaws.swift",
"Public/BinaryIntegerLaws.swift",
"Public/CaseIterableLaws.swift",
"Public/CodableLaws.swift",
"Public/CollectionLaws.swift",
"Public/CommutativeMonoid.swift",
"Public/CommutativeMonoidLaws.swift",
"Public/ComparableLaws.swift",
"Public/CoverageClassifier.swift",
"Public/EquatableLaws.swift",
"Public/FixedWidthIntegerLaws.swift",
"Public/FloatingPointLaws.swift",
"Public/Group.swift",
"Public/GroupLaws.swift",
"Public/HashableLaws.swift",
"Public/IdentifiableLaws.swift",
"Public/IteratorProtocolLaws.swift",
"Public/LosslessStringConvertibleLaws.swift",
"Public/Monoid.swift",
"Public/MonoidLaws.swift",
"Public/MutableCollectionLaws.swift",
"Public/NumericGenerators.swift",
"Public/NumericLaws.swift",
"Public/PropertyBackend.swift",
"Public/RandomAccessCollectionLaws.swift",
"Public/RangeReplaceableCollectionLaws.swift",
"Public/RawRepresentableLaws.swift",
"Public/ReplayEnvironmentMismatch.swift",
"Public/Semigroup.swift",
"Public/SemigroupLaws.swift",
"Public/Semilattice.swift",
"Public/SemilatticeLaws.swift",
"Public/SequenceLaws.swift",
"Public/SetAlgebraLaws.swift",
"Public/SignedIntegerLaws.swift",
"Public/SignedNumericLaws.swift",
"Public/StrideableLaws.swift",
"Public/StringProtocolLaws.swift",
"Public/UnsignedIntegerLaws.swift"
],
"type" : "library"
},
{
"c99name" : "PropertyLawDiscoveryToolTests",
"module_type" : "SwiftTarget",
"name" : "PropertyLawDiscoveryToolTests",
"path" : "Tests/PropertyLawDiscoveryToolTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"AdvisorySuggesterTests.swift",
"EmitterGoldenTests.swift",
"ModuleScannerRoundTripTests.swift",
"ModuleScannerTests.swift",
"RoundTripSuggesterTests.swift",
"SuppressionParserTests.swift",
"ToolInvocationTests.swift"
],
"target_dependencies" : [
"PropertyLawDiscoveryTool"
],
"type" : "test"
},
{
"c99name" : "PropertyLawDiscoveryTool",
"module_type" : "SwiftTarget",
"name" : "PropertyLawDiscoveryTool",
"path" : "Sources/PropertyLawDiscoveryTool",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"PropertyLawDiscoveryTool"
],
"sources" : [
"AdvisorySuggester.swift",
"ConformanceMap.swift",
"GeneratedFileEmitter.swift",
"ModuleScanner.swift",
"PluginMemberInspector.swift",
"PropertyLawDiscoveryTool.swift",
"RoundTripFinder.swift",
"RoundTripSuggester.swift",
"SuppressionParser.swift",
"WitnessFinder.swift"
],
"target_dependencies" : [
"PropertyLawCore"
],
"type" : "executable"
},
{
"c99name" : "PropertyLawDiscoveryPlugin",
"module_type" : "PluginTarget",
"name" : "PropertyLawDiscoveryPlugin",
"path" : "Plugins/PropertyLawDiscoveryPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generate PropertyLawKit test files by walking a target's source files and detecting stdlib protocol conformances.",
"type" : "custom",
"verb" : "propertylawcheck"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "PropertyLawDiscoveryPlugin writes a generated test file (default: Tests/<Target>Tests/PropertyLawTests.generated.swift) listing the checkXxxPropertyLaws calls for each detected conformance.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"PropertyLawDiscoveryTool"
],
"type" : "plugin"
},
{
"c99name" : "PropertyLawCoreTests",
"module_type" : "SwiftTarget",
"name" : "PropertyLawCoreTests",
"path" : "Tests/PropertyLawCoreTests",
"sources" : [
"DerivationStrategistTests.swift",
"GeneratorExpressionEmitterTests.swift",
"MemberwiseEmitterTests.swift"
],
"target_dependencies" : [
"PropertyLawCore"
],
"type" : "test"
},
{
"c99name" : "PropertyLawCore",
"module_type" : "SwiftTarget",
"name" : "PropertyLawCore",
"path" : "Sources/PropertyLawCore",
"product_memberships" : [
"PropertyLawMacro",
"PropertyLawCore",
"PropertyLawDiscoveryTool",
"PropertyLawMacroImpl"
],
"sources" : [
"DerivationStrategy.swift",
"GeneratorExpressionEmitter.swift",
"KnownProtocol.swift",
"MemberwiseEmitter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.